From d7a2278fa9e1fbce882ffcdb3d1eac91ec8daa08 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Sun, 9 Aug 2026 02:18:58 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 27636634..9918f262 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -8916,7 +8916,7 @@ components: cache_control: $ref: '#/components/schemas/AnthropicCacheControlDirective' max_completion_tokens: - description: 'Maximum number of output tokens (including reasoning tokens) each panelist and the analyst model may produce per inner call. Controls the total output budget so reasoning-heavy models like GPT-5.5 do not exhaust their token allowance before producing visible text. When omitted, no cap is sent and each inner call uses its model''s own output limit.' + description: 'Maximum number of output tokens (including reasoning tokens) each panelist and the analyst model may produce per inner call. Controls the total output budget so reasoning-heavy models like GPT-5.5 do not exhaust their token allowance before producing visible text. Defaults to 16000 when omitted.' example: 16384 type: 'integer' max_tool_calls: