Skip to main content
GET
List catalogued provider models

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

model_type
enum<string>

Narrow the catalogue to a single model type. Omit to return every entry.

Available options:
Embedding Model,
Large Language Model,
Multi-Vector Model,
Vision Language Model
provider
enum<string>
required

Provider whose catalogue to return.

Available options:
anthropic,
gemini,
mistral,
openai

Response

litellm_model
string
required

LiteLLM model string to submit as litellm_model when creating the custom model.

label
string
required

The provider's own model identifier, for display in a picker.

model_type
string
required

Model type this entry can be registered as.

max_input_tokens
integer | null

Context window in tokens, when the provider publishes one.

required_temperature
number<double> | null

The only temperature this model accepts, when it accepts exactly one. Offer it as the temperature for this model; null means any value within the range is fine.

max_temperature
number<double> | null

Highest temperature this provider accepts. Null when the provider publishes no bound.