latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-2126450911.7 MB

3c22f56a94b4

Model Catalog

List model catalog offerings

Returns every provider offering of one base model, identified by <developer>/<stem> (for example anthropic/claude-opus-4-7). Deprecated models are never listed.

get/v2/model-catalog/{model}/offerings

Path parameters

modelstring required

Base model reference, <developer>/<stem> (for example anthropic/claude-opus-4-7).

Query parameters

limitinteger

Page size, 1–1000. Unset returns every non-deprecated model in one response.

starting_afterstring

Cursor for forward pagination. Set to the id of the last item from the previous page.

ending_beforestring

Cursor for backward pagination. Set to the id of the first item from the previous page.

providerstring[]

Filter by catalog provider key. Repeat to match any of several providers.

endpointstring[]

Filter by API endpoint. Repeat to match any of several endpoints.

input_modalitystring[]

Filter by input modality. Repeat to match any of several modalities.

output_modalitystring[]

Filter by output modality. Repeat to match any of several modalities.

locationstring[]

Filter by region. Repeat to match any of several regions.

featurestring[]

Filter by normalized feature name. Repeat to match any of several features.

supported_parameterstring[]

Filter by supported parameter key. Repeat to match any of several parameters.

tierstring[]

Filter by supported service tier. Repeat to match any of several tiers.

searchstring

Case-insensitive substring search over id, name and description.

sort_bystring

Field to sort by.

orderstring

Sort order. Defaults to ascending.

Response

OK

objectstring required

Object discriminator for list responses; always list.

has_moreboolean required

Whether more offerings are available in the selected pagination direction.