From 8e637041c40c732acf5e6b2a584ccde9a94b2822 Mon Sep 17 00:00:00 2001 From: robert-j-y <212159665+robert-j-y@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:00:49 -0700 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#343) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 3e29af0..4123fef 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -156,6 +156,7 @@ components: effort: description: Reasoning effort level for the advisor call. enum: + - max - xhigh - high - medium @@ -4745,6 +4746,7 @@ components: effort: description: Constrains effort on reasoning for reasoning models enum: + - max - xhigh - high - medium @@ -4763,6 +4765,7 @@ components: Shorthand for setting reasoning effort. Equivalent to setting reasoning.effort. Cannot be used simultaneously with reasoning.effort if they differ. enum: + - max - xhigh - high - medium @@ -8205,6 +8208,7 @@ components: effort: description: Reasoning effort level for panelist and judge inner calls. enum: + - max - xhigh - high - medium @@ -18462,6 +18466,7 @@ components: type: response.reasoning_text.done ReasoningEffort: enum: + - max - xhigh - high - medium @@ -19922,6 +19927,7 @@ components: effort: description: Reasoning effort level for the subagent call. enum: + - max - xhigh - high - medium