model to a > separated list of model IDs. If the first model fails or scores below your quality threshold, the next one runs automatically.
Request
Response
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
model | string | — | Up to 4 models separated by >. Example: "a>b>c" |
min_quality | number | — | If the response scores below this (0–1), fall back to the next model. |
fallback_on_error | boolean | true | Continue to the next model on error. Set to false to fail immediately. |