@ai-sdk/openai 2.0.102 → 2.0.104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1695,12 +1695,14 @@ var modelMaxImagesPerCall = {
1695
1695
  "dall-e-2": 10,
1696
1696
  "gpt-image-1": 10,
1697
1697
  "gpt-image-1-mini": 10,
1698
- "gpt-image-1.5": 10
1698
+ "gpt-image-1.5": 10,
1699
+ "gpt-image-2": 10
1699
1700
  };
1700
1701
  var hasDefaultResponseFormat = /* @__PURE__ */ new Set([
1701
1702
  "gpt-image-1",
1702
1703
  "gpt-image-1-mini",
1703
- "gpt-image-1.5"
1704
+ "gpt-image-1.5",
1705
+ "gpt-image-2"
1704
1706
  ]);
1705
1707
 
1706
1708
  // src/image/openai-image-model.ts
@@ -4731,7 +4733,7 @@ var OpenAITranscriptionModel = class {
4731
4733
  };
4732
4734
 
4733
4735
  // src/version.ts
4734
- var VERSION = true ? "2.0.102" : "0.0.0-test";
4736
+ var VERSION = true ? "2.0.104" : "0.0.0-test";
4735
4737
 
4736
4738
  // src/openai-provider.ts
4737
4739
  function createOpenAI(options = {}) {