Skip to main content

Get Supported Models

GET 

/v1/models

Retrieve the list of supported LLM models with their capabilities, supported agent types, and deprecation status. Use filter[agentType] to filter models compatible with a specific agent type (e.g., rag, tool, task).

Status Codes:

  • 200: Models retrieved successfully
  • 400: Validation error (invalid query parameters)
  • 500: Internal server error

Request

Responses

Successful Response