GET /v1/models/{alias}
Retrieve one model
No auth required; same additive fields as the list members. Unlisted, internal, and unknown aliases share one no-hint 404.
Parameters
Parameters for retrieveModel | Field | Type | Required | Description |
| alias | string | yes | Path — An IronStratum model alias (qwen3.8-27b, ...). |
Responses
200 The model entry.
200 response fields for retrieveModel | Field | Type | Required | Description |
| id | string | no | The alias clients pass as model. |
| object | string | no | — |
| owned_by | string | no | — |
| created | integer | no | — |
| route_type | string enum | no | The route family this alias serves (task #15, additive): a model answers only its own route — a chat alias called at /v1/embeddings is the plain 404, never a cross-family proxy.
|
| context_tokens | integer | no | The sellable context window, in tokens (chat rows). |
| pricing | any | no | — |
401 401
401 response fields for retrieveModel | Field | Type | Required | Description |
| error | object | yes | — |
404 404
404 response fields for retrieveModel | Field | Type | Required | Description |
| error | object | yes | — |