List a model's providers and their prices
Every upstream provider that can serve this model, with that provider’s own price and capabilities.
GET /v1/models and GET /v1/models/{model_id} publish only the default
price row — what a bare model string bills at. A model routed through
several providers has a different rate on each, and resilient routing can
fall back between them, so this endpoint lists them all.
Which of them is the default is NOT published, by neither field nor position: it is a routing decision we re-make freely, and naming it would invite callers to depend on a specific upstream. Rows come back alphabetically.
Discounts are resolved per row: the caller’s model-scoped, provider-scoped, and account-wide discounts all apply here, and the largest wins — so a discount attached to one provider shows up only on that provider’s row.
Authorizations
Enter your MeshAPI key (rsk_...) — sent as Authorization: Bearer <key>.
Headers
Dated version of the API contract to pin this request to. Omit it and the request is served under 2026-08 — the oldest supported version, so an existing integration is never moved by a release. A malformed or unsupported value is rejected with 400 invalid_api_version rather than falling back silently. The version actually served is echoed as X-Mesh-Version on every response, including errors.
2026-08 Path Parameters
Response
Successful Response