> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meshrouter.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Models API

> List models and retrieve model metadata.

`GET /v1/models` returns router modes (`auto`, `cheapest`, `fast`, `best`) and the MESH model
catalogue. Each model record includes context length, pricing, modalities, capabilities, and
supported parameters.

`GET /v1/models/{id}` returns one model record. URL-encode IDs that contain `/` (e.g.
`mesh%2Fclaude-sonnet-4.5`).

See [Models](/models) for a human-readable summary of what's currently in the catalogue.
