Skip to main content
GET
Retrieve Available Models
This endpoint returns a list of available AI models that can be used when creating or updating assistants.

Query Parameters

string
default:"llm"
The type of models to retrieve, based on the engine mode:
  • llm - LLM models for the pipeline mode (default)
  • multimodal - Multimodal models for the multimodal mode
  • dualplex - Multimodal models for the dualplex mode

Response Fields

array

Notes

  • If no type parameter is provided, LLM models are returned by default
  • Use the llm_model_id field when creating pipeline assistants
  • Use the multimodal_model_id field when creating multimodal or dualplex assistants