@ai-sdk/openai 2.0.83 → 2.0.84
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 +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -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 +4 -1
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +4 -1
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -2951,7 +2951,10 @@ var openaiResponsesReasoningModelIds = [
|
|
|
2951
2951
|
"gpt-5.1-chat-latest",
|
|
2952
2952
|
"gpt-5.1-codex-mini",
|
|
2953
2953
|
"gpt-5.1-codex",
|
|
2954
|
-
"gpt-5.1-codex-max"
|
|
2954
|
+
"gpt-5.1-codex-max",
|
|
2955
|
+
"gpt-5.2",
|
|
2956
|
+
"gpt-5.2-chat-latest",
|
|
2957
|
+
"gpt-5.2-pro"
|
|
2955
2958
|
];
|
|
2956
2959
|
var openaiResponsesModelIds = [
|
|
2957
2960
|
"gpt-4.1",
|
|
@@ -4643,7 +4646,7 @@ var OpenAITranscriptionModel = class {
|
|
|
4643
4646
|
};
|
|
4644
4647
|
|
|
4645
4648
|
// src/version.ts
|
|
4646
|
-
var VERSION = true ? "2.0.
|
|
4649
|
+
var VERSION = true ? "2.0.84" : "0.0.0-test";
|
|
4647
4650
|
|
|
4648
4651
|
// src/openai-provider.ts
|
|
4649
4652
|
function createOpenAI(options = {}) {
|