@ai-sdk/openai 2.0.122 → 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/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.122" : "0.0.0-test";
5110
+ var VERSION = true ? "2.0.124" : "0.0.0-test";
5110
5111
 
5111
5112
  // src/openai-provider.ts
5112
5113
  function createOpenAI(options = {}) {