API Reference
Get Model
Retrieve a single VLM Run Gateway model and its capabilities
GET
Authentication is optional. See Rate Limits for per-tier
quotas. For the full catalog, use List Models
or see Models.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Flat JSON response for GET /v1/models/{model_id}.
Internal catalog fields such as provider are intentionally omitted.
Declared input capabilities exposed via GET /v1/openai/models.
Mirrors :class:vlmrt.chat.backends.ChatCapabilities but as a
Pydantic model so the info surfaces cleanly in the API response
(and in the vlmrt chat --models table). None means
unlimited.
USD per 1M tokens (image is per-1M image-token equivalent).
Available options:
chat, embed, transcribe