LLMs
List Fallback LLMs
List large language models that can be used as fallback models.
GET
List Fallback LLMs
Read only
Lists the language models that can serve as an agent’s fallback LLM. A fallback LLM takes over mid-call when the primary model is slow or unavailable, so the conversation keeps going instead of stalling.
Recommended. This endpoint is part of the public
/v1 API reference and is the supported path for new integrations. See the migration guide for versioning guidance.When to use this
- Configuring fallbacks: pick a model from this list, then enable it on the agent with
fallback_llm_enabled,llm_fallback_model, andllm_fallback_delay_msvia Create Agent or Update Agent. - Validating configuration: confirm a previously configured fallback model is still offered before publishing an agent change.
Result
The response is a plain JSON array of models, not a paginated envelope. Each entry includes the model’sid and display metadata; use the response schema on this page for the exact fields. See Errors for the standard error format.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Example:
1
Example:
20
Example:
"id"
Available options:
ASC, DESC Response
Fallback LLM returned successfully.
Signed LLM ID
Example:
"llm_abc123"
List Fallback LLMs