@ai-sdk/openai 3.0.32 → 3.0.33

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
@@ -1764,7 +1764,8 @@ var modelMaxImagesPerCall = {
1764
1764
  "dall-e-2": 10,
1765
1765
  "gpt-image-1": 10,
1766
1766
  "gpt-image-1-mini": 10,
1767
- "gpt-image-1.5": 10
1767
+ "gpt-image-1.5": 10,
1768
+ "chatgpt-image-latest": 10
1768
1769
  };
1769
1770
  var defaultResponseFormatPrefixes = [
1770
1771
  "gpt-image-1-mini",
@@ -6146,7 +6147,7 @@ var OpenAITranscriptionModel = class {
6146
6147
  };
6147
6148
 
6148
6149
  // src/version.ts
6149
- var VERSION = true ? "3.0.32" : "0.0.0-test";
6150
+ var VERSION = true ? "3.0.33" : "0.0.0-test";
6150
6151
 
6151
6152
  // src/openai-provider.ts
6152
6153
  function createOpenAI(options = {}) {