Skip to main content
GET
List models
List the models that the current key can call. The returned data[] includes text, image, and video models; distinguish them by their id prefixes.

Request

Response

Recommendations

  • The model catalog changes as production capabilities evolve. Treat /v1/models as the runtime source of truth instead of hardcoding model IDs.
  • For guidance on selecting recent models and capability fields, continue to Model selection and updates.
  • Models belong to different groups, and the group directly determines the billing multiplier. See Model groups & pricing.
  • If you receive 403 model_not_allowed, check whether the key is authorized for the model. In most cases, the API key’s available groups do not intersect the model’s enable_groups.
  • Text models use /v1/chat/completions or /v1/messages; images use /v1/images/*; videos use /v1/videos/*.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Available models

object
string
required
Example:

"list"

data
object[]
required