From 052aacd1f437c97e3c375e381e8c22a67c007682 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Mon, 15 Jun 2026 17:29:05 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index a2acbaba..24eaef2e 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -8358,6 +8358,16 @@ components: When omitted, defaults to the first model in the Quality preset. example: ~anthropic/claude-opus-latest type: string + preset: + description: >- + A curated OpenRouter fusion preset (slugs follow `-`, e.g. `general-high`). Expands server-side + into the preset's analysis_models panel and judge model, so callers never name individual models. Explicitly + provided `analysis_models` / `model` take precedence. + enum: + - general-high + - general-budget + example: general-high + type: string tools: description: >- Server tools available to panelist and judge inner calls. Each entry uses the same `{ type, parameters? }`