curl --request GET \
--url https://call.aiployees.com/api/user/assistants/models \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"name": "GPT-4o-mini"
},
{
"id": 2,
"name": "GPT-4.1-mini"
}
]
Retrieve available AI models for assistant configuration
curl --request GET \
--url https://call.aiployees.com/api/user/assistants/models \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"name": "GPT-4o-mini"
},
{
"id": 2,
"name": "GPT-4.1-mini"
}
]
llm - LLM models for pipeline mode (default)multimodal - Multimodal models for multimodal modedualplex - Multimodal models for dualplex mode[
{
"id": 1,
"name": "GPT-4o-mini"
},
{
"id": 2,
"name": "GPT-4.1-mini"
}
]
type parameter is provided, LLM models are returned by defaultllm_model_id field when creating pipeline assistantsmultimodal_model_id field when creating multimodal or dualplex assistants