@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.
@@ -1687,12 +1687,14 @@ var modelMaxImagesPerCall = {
1687
1687
  "dall-e-2": 10,
1688
1688
  "gpt-image-1": 10,
1689
1689
  "gpt-image-1-mini": 10,
1690
- "gpt-image-1.5": 10
1690
+ "gpt-image-1.5": 10,
1691
+ "gpt-image-2": 10
1691
1692
  };
1692
1693
  var hasDefaultResponseFormat = /* @__PURE__ */ new Set([
1693
1694
  "gpt-image-1",
1694
1695
  "gpt-image-1-mini",
1695
- "gpt-image-1.5"
1696
+ "gpt-image-1.5",
1697
+ "gpt-image-2"
1696
1698
  ]);
1697
1699
 
1698
1700
  // src/image/openai-image-model.ts