List models filtered by user provider preferences, privacy settings, and guardrails
List models filtered by user provider preferences, privacy settings, and guardrails. Returns text-output models by default; pass output_modalities (e.g. image,audio,embeddings or all) to include other modalities. If requesting through a regional hostname, the results will be filtered to models that satisfy in-region routing for that region.
Authorizations
API key as bearer token in Authorization header
Query Parameters
Number of records to skip for pagination. When both offset and limit are omitted, the full list is returned
x >= 00
Maximum number of records to return (max 1000). When both offset and limit are omitted, the full list is returned
1 <= x <= 1000500
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".
"text"