From a5ed2de8a8b37ee1b6d6595baf6b4be4e01ee373 Mon Sep 17 00:00:00 2001 From: robert-j-y <212159665+robert-j-y@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:29:12 -0700 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#321) Co-authored-by: OpenRouter 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 a2acbab..24eaef2 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? }`