@ai-sdk/openai 2.0.123 → 2.0.124
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 +2 -2
- package/dist/index.d.ts +2 -2
- 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 +2 -2
- package/dist/internal/index.d.ts +2 -2
- 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 +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3319,7 +3319,8 @@ var openaiResponsesReasoningModelIds = [
|
|
|
3319
3319
|
"gpt-5.6",
|
|
3320
3320
|
"gpt-5.6-luna",
|
|
3321
3321
|
"gpt-5.6-sol",
|
|
3322
|
-
"gpt-5.6-terra"
|
|
3322
|
+
"gpt-5.6-terra",
|
|
3323
|
+
"gpt-6-astra"
|
|
3323
3324
|
];
|
|
3324
3325
|
var openaiResponsesModelIds = [
|
|
3325
3326
|
"gpt-4.1",
|
|
@@ -5106,7 +5107,7 @@ var OpenAITranscriptionModel = class {
|
|
|
5106
5107
|
};
|
|
5107
5108
|
|
|
5108
5109
|
// src/version.ts
|
|
5109
|
-
var VERSION = true ? "2.0.
|
|
5110
|
+
var VERSION = true ? "2.0.124" : "0.0.0-test";
|
|
5110
5111
|
|
|
5111
5112
|
// src/openai-provider.ts
|
|
5112
5113
|
function createOpenAI(options = {}) {
|