List all models and their properties

Authentication

AuthorizationBearer
API key as bearer token in Authorization header

Query parameters

categoryenumOptional
Filter models by use case category
supported_parametersstringOptional

Filter models by supported parameter (comma-separated)

output_modalitiesstringOptional

Filter models by output modality. Accepts a comma-separated list of modalities (text, image, audio, embeddings) or “all” to include all models. Defaults to “text”.

sortenumOptional
Sort the returned models server-side. Prefer this over fetching the full list and sorting client-side. Options: pricing-low-to-high, pricing-high-to-low (average prompt/completion price), context-high-to-low (context length), throughput-high-to-low, latency-low-to-high (recent median performance), most-popular, top-weekly (tokens processed in the last week), newest (creation date). When omitted, the existing default ordering is preserved.
use_rssstringOptional
Return results as RSS feed
qstringOptional

Free-text search by model name or slug.

input_modalitiesstringOptional

Filter models by input modality. Comma-separated list of: text, image, audio, file.

contextintegerOptional

Minimum context length (tokens). Models with smaller context are excluded.

min_pricedoubleOptional>=0

Minimum prompt price in $/M tokens.

max_pricedoubleOptional>=0

Maximum prompt price in $/M tokens.

archstringOptional

Filter models by architecture/model family (e.g. GPT, Claude, Gemini, Llama).

model_authorsstringOptional

Filter models by the organization that created the model. Comma-separated list of author slugs.

providersstringOptional

Filter models by hosting provider. Comma-separated list of provider names.

distillableenumOptional
Filter by distillation capability. "true" returns only distillable models, "false" excludes them.
Allowed values:
zdrenumOptional
When set to "true", return only models with zero data retention endpoints.
Allowed values:
regionenumOptional
Filter to models with endpoints in the given data region. Currently only "eu" is supported.
Allowed values:

Response

Returns a list of models or RSS feed
datalist of objects
List of available models

Errors

400
Bad Request Error
500
Internal Server Error