Skip to main content
GET
Core - List model catalog offerings

Path Parameters

model
string
required

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

Query Parameters

limit
integer<int32>

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

starting_after
string

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

ending_before
string

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

provider
string[]

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

endpoint
string[]

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

input_modality
string[]

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

output_modality
string[]

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

location
string[]

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

feature
string[]

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

supported_parameter
string[]

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

tier
string[]

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

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

sort_by
string

Field to sort by.

order
string

Sort order. Defaults to ascending.

Response

200 - application/json

OK

object
string
required

Object discriminator for list responses; always list.

data
object[]
required

Page of catalog offerings, ordered by offering_of then id.

has_more
boolean
required

Whether more offerings are available in the selected pagination direction.