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

1acdf0c4a90a

Model Catalog

List the model catalog

Returns every model orq offers, optionally filtered, searched and sorted. Use starting_after or ending_before to page through the collection.

get/v2/model-catalog

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.

Response

OK

objectstring required

Object discriminator for list responses; always list.

has_moreboolean required

Whether more entries are available in the selected pagination direction.