Models
Optional API key. When provided, the response is filtered to only include models and providers available based on the inference settings.
One or more tags to filter by (defaults to ['Instruct'])
ISO currency code for pricing conversion (defaults to 'EUR')
EURRestrict results to models that are available on at least one of the specified providers. Accepts multiple values.
["mistral","scaleway"]When true, only models hosted by providers that are based and regulated within the EU are returned. Even when false, all endpoints remain GDPR compliant.
When false, quantized model variants are excluded from the results. Defaults to true.
When true, only models available on providers that offer zero data retention (ZDR) are returned.
When true, each model additionally includes a providers_details object with a per-provider breakdown of pricing, quantization, context size and supported features. Defaults to false.
falseA list of available models
listInvalid or expired API key
Internal server error
Optional API key. When provided, the response is filtered to only include models and providers available based on the inference settings.
The model identifier (e.g. mistral-small-2503).
One or more tags to filter by (defaults to ['Instruct'])
ISO currency code for pricing conversion (defaults to 'EUR')
EURRestrict the model's provider list to at least one of the specified providers. Accepts multiple values.
["mistral","scaleway"]When true, only providers that are based and regulated within the EU are considered. Even when false, all endpoints remain GDPR compliant.
When false, quantized provider variants are excluded. Defaults to true.
When true, only providers that offer zero data retention (ZDR) are considered.
The requested model, or null if it was not found.
modelThe maximum context size for this model.
Supported input modalities (e.g. text, image, audio) derived from the model tags.
Supported output modalities (e.g. text, audio, embeddings) derived from the model tags.
Invalid or expired API key
Internal server error
Last updated