Skip to main content
GET
List providers an API key can be pinned to

Authorizations

Authorization
string
header
required

Enter your MeshAPI key (rsk_...) or, for the admin-keys endpoints, a dashboard session token — sent as Authorization: Bearer <token>.

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,
2026-09

Response

Successful Response

provider
string
required

The slug to store as fixed_provider, e.g. bedrock.

model_count
integer
required

How many LISTED models this provider prices — the same set GET /v1/models shows you. A model hidden from the catalogue but still priced stays callable by id and is not counted here.

display_name
string | null

Human-readable name (AWS Bedrock for bedrock). Null for a provider our mapping does not know yet — render the raw slug then.

icon_url
string | null

Absolute logo URL, or null.

icon_url_dark
string | null

Logo for dark backgrounds. Only set for marks that would be invisible otherwise; fall back to icon_url.