chore: update OpenAPI spec from monorepo (#343)

Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
robert-j-y
2026-06-22 08:00:49 -07:00
committed by GitHub
co-authored by OpenRouter SDK Bot
parent 146cec3c08
commit 8e637041c4
+6
View File
@@ -156,6 +156,7 @@ components:
effort: effort:
description: Reasoning effort level for the advisor call. description: Reasoning effort level for the advisor call.
enum: enum:
- max
- xhigh - xhigh
- high - high
- medium - medium
@@ -4745,6 +4746,7 @@ components:
effort: effort:
description: Constrains effort on reasoning for reasoning models description: Constrains effort on reasoning for reasoning models
enum: enum:
- max
- xhigh - xhigh
- high - high
- medium - medium
@@ -4763,6 +4765,7 @@ components:
Shorthand for setting reasoning effort. Equivalent to setting reasoning.effort. Cannot be used Shorthand for setting reasoning effort. Equivalent to setting reasoning.effort. Cannot be used
simultaneously with reasoning.effort if they differ. simultaneously with reasoning.effort if they differ.
enum: enum:
- max
- xhigh - xhigh
- high - high
- medium - medium
@@ -8205,6 +8208,7 @@ components:
effort: effort:
description: Reasoning effort level for panelist and judge inner calls. description: Reasoning effort level for panelist and judge inner calls.
enum: enum:
- max
- xhigh - xhigh
- high - high
- medium - medium
@@ -18462,6 +18466,7 @@ components:
type: response.reasoning_text.done type: response.reasoning_text.done
ReasoningEffort: ReasoningEffort:
enum: enum:
- max
- xhigh - xhigh
- high - high
- medium - medium
@@ -19922,6 +19927,7 @@ components:
effort: effort:
description: Reasoning effort level for the subagent call. description: Reasoning effort level for the subagent call.
enum: enum:
- max
- xhigh - xhigh
- high - high
- medium - medium