v4

OpenAPI 3.1.02026-07-313621,3961.8 MB
Agents Platform

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.

get/v1/convai/llm/list

Headers

xi-api-keystring nullable

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
    }
  ]
}