We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21893dd commit a5ed2deCopy full SHA for a5ed2de
1 file changed
.speakeasy/in.openapi.yaml
@@ -8358,6 +8358,16 @@ components:
8358
When omitted, defaults to the first model in the Quality preset.
8359
example: ~anthropic/claude-opus-latest
8360
type: string
8361
+ preset:
8362
+ description: >-
8363
+ A curated OpenRouter fusion preset (slugs follow `<task>-<tier>`, e.g. `general-high`). Expands server-side
8364
+ into the preset's analysis_models panel and judge model, so callers never name individual models. Explicitly
8365
+ provided `analysis_models` / `model` take precedence.
8366
+ enum:
8367
+ - general-high
8368
+ - general-budget
8369
+ example: general-high
8370
+ type: string
8371
tools:
8372
description: >-
8373
Server tools available to panelist and judge inner calls. Each entry uses the same `{ type, parameters? }`
0 commit comments