List models
Lists the model IDs callable from this key's group; not billed and does not consume concurrency.
/v1/modelsThe list contains only models in the key's group and is returned in full in one response (no pagination). Keys from OpenAI-compatible groups get the OpenAI format; keys from Claude groups get the Anthropic format. data[].id is the only field you should rely on; other fields may be missing for some models, and unknown fields should be treated as optional.
For the public catalog and list prices without an API key, see GET /api/v1/models/pricing; fields are described in the Account and catalog API.
Headers
Bearer sk-…; or send x-api-key: sk-… instead — either works
Returns
200Model list
Model
The model ID to pass in requests, and the only field you should rely on
For example chat, reasoning, image_generation
true for image models; not returned for other models
Tokens; the same value as context_length and max_input_tokens, written three ways; not returned when unpublished
Tokens; not returned when unpublished
Unix seconds: the time of this response, not the release date
hopbase
Claude groups only
Claude groups only: model release date (RFC 3339)
Claude groups only, kept only for SDK compatibility: the list is never paginated
Claude groups only
Claude groups only
Errors
missing_api_key / invalid_api_key / api_key_expired)