Retrieve a model
Fetch a single model by id. OpenAI-compatible — identical contract to GET /v1/models/{id} at api.openai.com.
GET
/v1/models/{id}
Stable
https://api.routeur.ai
Path parameters
id
string
required
Model id, e.g.
gpt-4o-mini. Aliases (auto) resolve to their underlying model.Returns
The matching Model object, or 404 not_found.