AI Models API
List available AI models and use their IDs when creating or updating AI assistants.
Overview
The AI Models API exposes the model catalog available to your account. The AI assistant configuration page uses this API to populate the model selector and filters models by assistant type.
Base Endpoint: /ai-models
AI Model Object
json
Using Models With Assistants
Use a model ID as the ai_model_id when you create or update an assistant:
json
The assistant configuration UI uses these availability flags:
| Assistant type | Model flag |
|---|---|
conversation | active_in_conversations |
support-ticket | active_in_tickets |
ai-chat | active_in_ai_chat |
voice | active_in_voice |
Only use models whose corresponding flag is enabled and whose deleted_at value is null.
Related Documentation
Report an issue with this documentation
Please log in to report issues with our documentation.