List Models
List available models with per-user discounted pricing when applicable.
Only models registered in the models table with is_enabled=true are
returned. Accepts either a dashboard JWT or an API key.
Includes pricing per 1 000 tokens and a convenience is_free flag.
If the caller has an active discount, discounted prices are included.
Response is cached for 5 minutes; admin writes invalidate the cache immediately.
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 Query Parameters
Filter: true = free models only, false = paid only, omit = all
Filter by model_type: text, embedding, image, audio, video
text, embedding, image, audio, video Filter by provider: amazon-bedrock, vertex, openai, azure_foundry, azure
Response
Successful Response