List all models and their properties
Authentication
AuthorizationBearer
API key as bearer token in Authorization header
Query parameters
category
Filter models by use case category
supported_parameters
Filter models by supported parameter (comma-separated)
output_modalities
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”.
sort
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_rss
Return results as RSS feed
use_rss_chat_links
Use chat links in RSS feed items
Response
Returns a list of models or RSS feed
data
List of available models
Errors
400
Bad Request Error
500
Internal Server Error