更新日: 2026-06-06
List Models
2026-04-14.
Authentication
Request example
Current production findings
In the2026-04-14 production recheck:
- the endpoint returned
200 - the top-level
successfield wastrue - the top-level
objectwaslist - the current model count was
605 - the following models were confirmed present:
gpt-5.5claude-opus-4-8claude-opus-4-8gemini-3.1-pro
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
Pricing information
If you also need public pricing data, use the Pricing page. For programmatic confirmation of currently visible models, keep usingGET /v1/models.
GET /v1/models returns supported_endpoint_types, which only describe the interface styles the current model supports. 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.