@ai-sdk/openai 3.0.0-beta.57 → 3.0.0-beta.58

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.
@@ -427,7 +427,7 @@ var openaiChatLanguageModelOptions = lazySchema2(
427
427
  /**
428
428
  * Reasoning effort for reasoning models. Defaults to `medium`.
429
429
  */
430
- reasoningEffort: z3.enum(["minimal", "low", "medium", "high"]).optional(),
430
+ reasoningEffort: z3.enum(["none", "minimal", "low", "medium", "high"]).optional(),
431
431
  /**
432
432
  * Maximum number of completion tokens to generate. Useful for reasoning models.
433
433
  */
@@ -3076,7 +3076,11 @@ var openaiResponsesReasoningModelIds = [
3076
3076
  "gpt-5-nano",
3077
3077
  "gpt-5-nano-2025-08-07",
3078
3078
  "gpt-5-pro",
3079
- "gpt-5-pro-2025-10-06"
3079
+ "gpt-5-pro-2025-10-06",
3080
+ "gpt-5.1",
3081
+ "gpt-5.1-chat-latest",
3082
+ "gpt-5.1-codex-mini",
3083
+ "gpt-5.1-codex"
3080
3084
  ];
3081
3085
  var openaiResponsesModelIds = [
3082
3086
  "gpt-4.1",