@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/CHANGELOG.md +6 -0
- package/dist/index.d.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +6 -6
- package/dist/internal/index.d.ts +6 -6
- package/dist/internal/index.js +2 -1
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +2 -1
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/chat/openai-chat-options.ts +13 -2
- package/src/completion/openai-completion-options.ts +4 -1
- package/src/image/openai-image-options.ts +2 -0
- package/src/responses/openai-responses-options.ts +5 -0
- package/src/speech/openai-speech-options.ts +4 -0
- package/src/transcription/openai-transcription-options.ts +3 -0
package/dist/internal/index.mjs
CHANGED
|
@@ -1756,7 +1756,8 @@ var modelMaxImagesPerCall = {
|
|
|
1756
1756
|
"dall-e-2": 10,
|
|
1757
1757
|
"gpt-image-1": 10,
|
|
1758
1758
|
"gpt-image-1-mini": 10,
|
|
1759
|
-
"gpt-image-1.5": 10
|
|
1759
|
+
"gpt-image-1.5": 10,
|
|
1760
|
+
"chatgpt-image-latest": 10
|
|
1760
1761
|
};
|
|
1761
1762
|
var defaultResponseFormatPrefixes = [
|
|
1762
1763
|
"gpt-image-1-mini",
|