メインコンテンツへスキップ
更新日: 2026-06-06

List Models

Returns the list of models available to the current API key. This page only documents behavior that was revalidated against Crazyrouter production on 2026-04-14.

Authentication

Request example


Current production findings

In the 2026-04-14 production recheck:
  • the endpoint returned 200
  • the top-level success field was true
  • the top-level object was list
  • the current model count was 605
  • the following models were confirmed present:
    • gpt-5.5
    • claude-opus-4-8
    • claude-opus-4-8
    • gemini-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 using GET /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.
Related page: