@ai-sdk/openai 2.0.82 → 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 +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
|
@@ -2950,7 +2950,11 @@ var openaiResponsesReasoningModelIds = [
|
|
|
2950
2950
|
"gpt-5.1",
|
|
2951
2951
|
"gpt-5.1-chat-latest",
|
|
2952
2952
|
"gpt-5.1-codex-mini",
|
|
2953
|
-
"gpt-5.1-codex"
|
|
2953
|
+
"gpt-5.1-codex",
|
|
2954
|
+
"gpt-5.1-codex-max",
|
|
2955
|
+
"gpt-5.2",
|
|
2956
|
+
"gpt-5.2-chat-latest",
|
|
2957
|
+
"gpt-5.2-pro"
|
|
2954
2958
|
];
|
|
2955
2959
|
var openaiResponsesModelIds = [
|
|
2956
2960
|
"gpt-4.1",
|
|
@@ -4642,7 +4646,7 @@ var OpenAITranscriptionModel = class {
|
|
|
4642
4646
|
};
|
|
4643
4647
|
|
|
4644
4648
|
// src/version.ts
|
|
4645
|
-
var VERSION = true ? "2.0.
|
|
4649
|
+
var VERSION = true ? "2.0.84" : "0.0.0-test";
|
|
4646
4650
|
|
|
4647
4651
|
// src/openai-provider.ts
|
|
4648
4652
|
function createOpenAI(options = {}) {
|