@ai-sdk/openai 2.0.82 → 2.0.83

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/dist/index.mjs CHANGED
@@ -2950,7 +2950,8 @@ 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"
2954
2955
  ];
2955
2956
  var openaiResponsesModelIds = [
2956
2957
  "gpt-4.1",
@@ -4642,7 +4643,7 @@ var OpenAITranscriptionModel = class {
4642
4643
  };
4643
4644
 
4644
4645
  // src/version.ts
4645
- var VERSION = true ? "2.0.82" : "0.0.0-test";
4646
+ var VERSION = true ? "2.0.83" : "0.0.0-test";
4646
4647
 
4647
4648
  // src/openai-provider.ts
4648
4649
  function createOpenAI(options = {}) {