Chat models
This table is auto-generated from the Verlon model registry on every sync — see the live registry for pricing, benchmarks, and deprecation dates.
Other modalities
- audio — 4 models
- embeddings — 4 models
- moderation — 1 models
- OCR / document processing — 7 models
- speech-to-text — 3 models
- text-to-speech — 2 models
Quickstart
First time? Create a gate and grab an API key — the examples below need a
GATE_ID and VERLON_API_KEY.mistral-large-latest for codestral-latest, magistral-medium-latest, pixtral-large-latest, or any other ID.
SDK compatibility
The Verlon SDK is the native path to every model on this page — the quickstart above is all it takes. Already on another SDK? Any SDK with a Verlon drop-in endpoint can reach these models too — today that’s the OpenAI SDK and the Anthropic SDK: point it at Verlon, reference a gate that routes here, and your code stays unchanged.Streaming
What’s supported
Streaming
Streaming
Full support for
stream: true in every supported SDK — identical semantics to the source SDK.Tool / function calling
Tool / function calling
Fully supported. Verlon translates the tool-call shape between OpenAI / Anthropic / Mistral native formats.
Vision
Vision
Image inputs work with Pixtral models — Mistral’s vision-capable line.
Code + reasoning specializations
Code + reasoning specializations
Codestral, Devstral, and Magistral models are available with the same call shape — swap the model ID.
Standard parameters
Standard parameters
temperature, max_tokens, top_p, stop, and the rest are passed through.Usage + cost tracking
Usage + cost tracking
Every response includes token usage plus Verlon’s
cost field with per-call dollar amount.How it works
- You send a request in your chosen SDK’s format
- Verlon receives — validates the gate, applies routing rules
- Verlon translates to Mistral’s native format and dispatches to Mistral’s API
- Mistral responds with its raw response
- Verlon normalizes back to your SDK’s expected shape
- You receive a response in the format your code already handles, with an added
costfield
Errors
The error shape always matches the SDK you’re calling with. Through the Verlon SDK it surfaces as a thrown
Error:
Full non-chat model list
Every non-chat Mistral model Verlon routes to, grouped by modality. Chat models are in the table near the top of this page.Audio
Embeddings
Moderation
OCR / document processing
Speech-to-text
Text-to-speech
Related
- OpenAI · Anthropic · Google
- Verlon SDK reference — one SDK across every provider and modality
- Gates — set up routing rules and model configuration
- Bring your own key — use your own Mistral account for provider costs
- Mistral’s official docs ↗

