Providers
List Available Models
Open Source
Partners
- AgentOps-AI
- CrewAIInc
Conversations
Prompts
Search
Agents
Providers
Tools
Usage
Potpie API
Secret Manager
Health
Providers
List Available Models
List available models for both chat and inference.
GET
/
api
/
v1
/
list-available-models
{
"models": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"provider": "<string>",
"is_chat_model": true,
"is_inference_model": true
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
{
"models": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"provider": "<string>",
"is_chat_model": true,
"is_inference_model": true
}
]
}