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

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