@ai-sdk/openai 3.0.0-beta.92 → 3.0.0-beta.94
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 +12 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -2
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +2 -2
- package/dist/internal/index.d.ts +2 -2
- package/dist/internal/index.js +5 -1
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +5 -1
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3498,7 +3498,11 @@ var openaiResponsesReasoningModelIds = [
|
|
|
3498
3498
|
"gpt-5.1",
|
|
3499
3499
|
"gpt-5.1-chat-latest",
|
|
3500
3500
|
"gpt-5.1-codex-mini",
|
|
3501
|
-
"gpt-5.1-codex"
|
|
3501
|
+
"gpt-5.1-codex",
|
|
3502
|
+
"gpt-5.1-codex-max",
|
|
3503
|
+
"gpt-5.2",
|
|
3504
|
+
"gpt-5.2-chat-latest",
|
|
3505
|
+
"gpt-5.2-pro"
|
|
3502
3506
|
];
|
|
3503
3507
|
var openaiResponsesModelIds = [
|
|
3504
3508
|
"gpt-4.1",
|
|
@@ -5559,7 +5563,7 @@ var OpenAITranscriptionModel = class {
|
|
|
5559
5563
|
};
|
|
5560
5564
|
|
|
5561
5565
|
// src/version.ts
|
|
5562
|
-
var VERSION = true ? "3.0.0-beta.
|
|
5566
|
+
var VERSION = true ? "3.0.0-beta.94" : "0.0.0-test";
|
|
5563
5567
|
|
|
5564
5568
|
// src/openai-provider.ts
|
|
5565
5569
|
function createOpenAI(options = {}) {
|