Retrieve Available Models
Retrieve Available Models
Retrieve available AI models for assistant configuration
GET
Retrieve Available Models
This endpoint returns a list of available AI models that can be used when creating or updating assistants.
Query Parameters
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 modedualplex- Multimodal models for the dualplex mode
Response Fields
Notes
- If no
typeparameter is provided, LLM models are returned by default - Use the
llm_model_idfield when creating pipeline assistants - Use the
multimodal_model_idfield when creating multimodal or dualplex assistants

