Skip to main content
Retrieve the list of currently available models and their capability information. Use this to discover models available for /v1/chat/completions and /v1/agents/run.

Authentication

Authorization
string
required
Bearer sk-pro-xxxx (API Key)

Request Examples

Response

Model Object

Capabilities Fields

Use Cases

Filter Models by Capability

Filter Expert Models

Handle Temperature Differences

Different models have different temperature parameter support. Checking capabilities before calling avoids request rejections:
The list of available models on the platform is updated periodically. We recommend your application call this endpoint at startup or on a regular schedule to get the latest list.

Error Codes

Next Steps

Chat Completions

Use models for chat completions

Run an Expert

Invoke an Expert Agent