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.
Query Parameters
Page size, 1–1000. Unset returns every non-deprecated model in one response.
Cursor for forward pagination. Set to the id of the last item from
the previous page.
Cursor for backward pagination. Set to the id of the first item
from the previous page.
Filter by catalog provider key. Repeat to match any of several providers.
Filter by API endpoint. Repeat to match any of several endpoints.
Filter by input modality. Repeat to match any of several modalities.
Filter by output modality. Repeat to match any of several modalities.
Filter by region. Repeat to match any of several regions.
Filter by normalized feature name. Repeat to match any of several features.
Filter by supported parameter key. Repeat to match any of several parameters.
Filter by supported service tier. Repeat to match any of several tiers.
Filter to offerings of one base model reference, <developer>/<stem>.
Case-insensitive substring search over id, name and description.
Field to sort by.
Sort order. Defaults to ascending.