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.
model_id is a path parameter, so any / in the id (e.g. paddleocr/pp-ocrv6)
must be percent-encoded as %2F. An unencoded slash is read as two path
segments and returns 404.
Response fields
This endpoint returns a flat, single-model detail object, richer than the entries inGET /v1/openai/models:
Related
List Models
Full catalog in one call.
Pricing
How to read the
pricing object during the free alpha.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.
Describes how many images / videos a model accepts and whether it
supports text-only prompts, so clients can validate a request before
sending it. None means unlimited (no cap on that input type).
USD per 1M tokens (image is per-1M image-token equivalent).
Available options:
chat, embed, transcribe