Skip to main content
GET
/
ai-agents
/
agent-builder
/
agents
/
available-models
List Available Models
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
  }
]

Documentation Index

Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

For the complete error reference, see Error Guide.

Authorizations

apikey
string
header
required

API Key (i.e. Rest API Key from the Dashboard).

Response

200 - application/json

List of available AI models

model
string
Example:

"gpt-4o-mini"

provider
string
Example:

"openai"

settings
object
Example:
{}
default
boolean
Example:

false