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
  }
]

Authorizations

apikey
string
header
required

API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).

Response

List of available AI models

model
string
Example:

"gpt-4o-mini"

provider
string
Example:

"openai"

settings
object
Example:
{}
default
boolean
Example:

false