OpenAPI 3.1.0raw.githubusercontent.com2026-08-2026450911.7 MB

be3fe58ce389

Model Catalog

List the model catalog

Returns every model orq offers, optionally filtered, searched and sorted. Deprecated models are never listed; fetch one directly by id to inspect it. Unset limit returns the whole catalog. Use starting_after or ending_before to page through the collection.

get/v2/model-catalog

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.

offering_ofstring

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

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 entries are available in the selected pagination direction.