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

Changes

Changed in 5 of the 31 revisions of this API.253

    • added the new gemini-3.7-flash enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new gemini-3.7-flash enum value to the ///// response property for the response status

      response-property-enum-value-added

    • added the new gemini-3.7-flash enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new gemini-3.6-flash enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new gemini-3.6-flash enum value to the ///// response property for the response status

      response-property-enum-value-added

    • added the new gemini-3.6-flash enum value to the // response property for the response status

      response-property-enum-value-added

    • the response's property default value gemini-2.5-flash was removed for the status

      response-property-default-value-removed

    • the response's property default value gemini-2.5-flash was removed for the status

      response-property-default-value-removed

    • the response's property default value gemini-2.5-flash was removed for the status

      response-property-default-value-removed

    • added the new gemini-3.5-flash-lite enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new gemini-3.5-flash-lite enum value to the ///// response property for the response status

      response-property-enum-value-added

    • added the new gemini-3.5-flash-lite enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new claude-opus-4-8 enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new claude-opus-4-8 enum value to the ///// response property for the response status

      response-property-enum-value-added

    • added the new claude-opus-4-8 enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new claude-sonnet-5 enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new claude-sonnet-5 enum value to the ///// response property for the response status

      response-property-enum-value-added

    • added the new claude-sonnet-5 enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new gpt-5.6-luna enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new gpt-5.6-luna enum value to the ///// response property for the response status

      response-property-enum-value-added

    • added the new gpt-5.6-luna enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new gpt-5.6-sol enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new gpt-5.6-sol enum value to the ///// response property for the response status

      response-property-enum-value-added

    • added the new gpt-5.6-sol enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new gpt-5.6-terra enum value to the //// response property for the response status

      response-property-enum-value-added

    • added the new gpt-5.6-terra enum value to the ///// response property for the response status

      response-property-enum-value-added

    • added the new gpt-5.6-terra enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new max enum value to the //// response property for the response status

      response-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