Skip to main content
GET
List a model's providers and their prices

Authorizations

Authorization
string
header
required

Enter your MeshAPI key (rsk_...) — sent as Authorization: Bearer <key>.

Headers

X-Mesh-Version
enum<string>
default:2026-08

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.

Available options:
2026-08

Path Parameters

model_id
string
required

Response

Successful Response

provider
string
required
is_free
boolean
required
pricing
ModelPricing · object
required
display_name
string | null
icon_url
string | null
icon_url_dark
string | null
context_window
integer | null
standard_context_threshold
integer | null
supports_thinking
boolean
default:false
supports_completions_api
boolean
default:true
supports_responses_api
boolean
default:false
supports_embeddings
boolean
default:false
supports_tools
boolean
default:false
supports_structured_output
boolean
default:false
supports_system_prompt
boolean
default:true
supports_batching
boolean
default:false
supports_background_response
boolean
default:false
supports_video_generation
boolean
default:false
supports_realtime
boolean
default:false