List Models
2026-03-23.
Authentication
Request example
Current production findings
In the2026-03-23 production recheck:
- the endpoint returned
200 - the top-level
objectwaslist - the current model count was
541 - the following models were confirmed present:
gpt-5.4claude-sonnet-4-6claude-opus-4-6-thinkinggemini-3-pro-preview
The exact count and model set can change with upstream configuration, token permissions, and platform updates. Treat the examples here as current examples, not a fixed complete inventory.
Response example
Common fields
| Field | Type | Meaning |
|---|---|---|
id | string | Model identifier used in API calls |
object | string | Always model |
created | integer | Timestamp |
owned_by | string | Owning organization or source label |
Pricing information
If you also need public pricing data, see:datapopular_modelssupported_endpointvendors
Use
supported_endpoint_types / public_endpoint_types from GET /api/pricing for endpoint support. openai maps to POST /v1/chat/completions, anthropic maps to POST /v1/messages, and only openai-response maps to POST /v1/responses. Claude currently exposes openai + anthropic, not openai-response.