List models
Basics
List models
List the models available to the current API key.
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
Recommended models
Recommendations
- The model catalog changes as production capabilities evolve. Treat
/v1/modelsas 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’senable_groups. - Text models use
/v1/chat/completionsor/v1/messages; images use/v1/images/*; videos use/v1/videos/*.