List Available Llms
Returns a list of available LLM models that can be used with agents, including their capabilities and any deprecation status. The response is filtered based on the data residency of the deployment and any compliance requirements (e.g. HIPAA) of the workspace subscription.
Headers
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"default_deprecation_config": {
"fallback_complete_days": 7,
"fallback_complete_percentage": 100,
"fallback_start_days": 14,
"fallback_start_percentage": 25,
"warning_start_days": 30
},
"llms": [
{
"is_checkpoint": false,
"llm": "gemini-2.5-flash",
"max_context_limit": 1048576,
"max_tokens_limit": 8192,
"supports_document_input": true,
"supports_image_input": true,
"supports_parallel_tool_calls": true
}
]
}Changes
Changed in 5 of the 31 revisions of this API.253
- ●
added the new
gemini-3.7-flashenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.7-flashenum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.7-flashenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
gemini-3.6-flashenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.6-flashenum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.6-flashenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
- ○
the
response's property default valuegemini-2.5-flashwas removed for the statusresponse-property-default-value-removed
- ○
the
response's property default valuegemini-2.5-flashwas removed for the statusresponse-property-default-value-removed
- ○
the
response's property default valuegemini-2.5-flashwas removed for the statusresponse-property-default-value-removed
- ○
- ●
added the new
gemini-3.5-flash-liteenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.5-flash-liteenum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.5-flash-liteenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
claude-opus-4-8enum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
claude-opus-4-8enum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
added the new
claude-opus-4-8enum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
claude-sonnet-5enum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
claude-sonnet-5enum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
added the new
claude-sonnet-5enum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.6-lunaenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.6-lunaenum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.6-lunaenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.6-solenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.6-solenum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.6-solenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.6-terraenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.6-terraenum value to the/////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.6-terraenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
maxenum value to the////response property for the response statusresponse-property-enum-value-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●