Skip to content

List models

GET
/models
curl --request GET \
--url https://example.com/models \
--header 'Authorization: Bearer <token>'

Live catalog of available models with display names, per-unit pricing (RUB + USD, identical to what is charged) and capabilities. Each entry has a type (text/search/image/video/music/tts/stt/embeddings) telling you which endpoint to call. For text models, capabilities.reasoning_efforts lists the valid reasoning_effort values and can_disable_reasoning whether "off" is accepted; image models expose references (image-to-image via /images/edits). Pass an id in the model field of a request; common OpenAI/Anthropic/Google names (e.g. gpt-4o, claude-opus) are also accepted.

Successful Response

Media typeapplication/json
Response List Models
object
key
additional properties
any
Examplegenerated
{}