cURL
curl --request GET \ --url https://{appId}.api-{region}.cometchat.io/v3/ai-agents/agent-builder/agents/available-models \ --header 'apikey: <api-key>'
[ { "model": "gpt-4o-mini", "provider": "openai", "settings": {}, "default": false }, { "model": "gpt-4o", "provider": "openai", "settings": {}, "default": true }, { "model": "claude-sonnet-4-20250514", "provider": "anthropic", "settings": {}, "default": false } ]
Lists the AI models available for agent creation. Returns model identifiers that can be used when creating or updating an agent’s configuration.
API Key (i.e. Rest API Key from the Dashboard).
List of available AI models
"gpt-4o-mini"
"openai"
{}
false
Was this page helpful?
Contact support