Model Catalog

List model catalog offerings

Returns catalog entries as a flat list of offerings. Pass model to narrow the list to every provider offering of one base model reference (for example anthropic/claude-opus).

get/v2/model-catalog/offerings

Query parameters

limitinteger

Page size, 1–200. Unset uses the server default (50).

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.

typestring[]

Filter by task type. Repeat to match any of several types.

statusstring[]

Filter by catalog lifecycle status. Repeat to match any of several statuses.

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.

offering_ofstring

Filter to offerings of one base model reference, <developer>/<stem>.

deprecatedboolean

Filter by deprecation: true returns only offerings with an announced sunset date, false returns only offerings without one. Unset returns both.

searchstring

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

sort_bystring

Field to sort by.

orderstring

Sort order. Defaults to ascending.

modelstring

Base model reference, <developer>/<stem> (for example anthropic/claude-opus). Narrows the result to every provider offering of that base model. Omit to return every offering.

Response

OK

objectstring required

Object discriminator for list responses; always list.

has_moreboolean required

Whether more offerings are available in the selected pagination direction.