Mistral Voxtral Mini Transcribe — EU-hosted batch transcription with speaker diarization, segment timestamps, and custom vocabulary (context bias). Strong accuracy at very low cost; handles recordings up to 3 hours.
8 languages · benchmarked
Overall Score
80.7
#7 of 35
Word Error Rate
12.70%
Character Error Rate
7.97%
Match Error Rate
11.49%
Word Info Lost
15.84%
Avg Latency
2.3s
Benchmarks Run
30
last 30 runs
Word error rate
12.70%
↓ 18.1% · 30d
3 runs ago
latest
Avg latency
2.3s
↓ 1.1% · 30d
3 runs ago
latest
overall WER · 35 models
Voxtral Mini Transcribe
field · 34 models
lower-left is better
8 categories
WER
lower is better
Legal
3.1%
Technical
5.6%
General
6.1%
Medical
6.3%
Finance
6.8%
Conversational
10.0%
Code-Switching
21.0%
Noisy Environment
47.4%
5 accents
Rate
$0.003
/min
Per-second billing. Bring your own provider key and pay your provider directly — a 5% routing fee applies (first 100 min/mo free).
Set up BYOKCost estimator
1 hour
$0.18
10 hours
$1.80
100 hours
$18
1,000 hours
$180
Billed per second of audio processed.
Model ID
mistral/voxtral-mini-transcribe
Authenticate every request with your secret API key as a Bearer token. Issue a key from your dashboard.
Use it with your agent
Paste this into Claude Code, Cursor, Codex or any agent with a shell. It installs the CLI and the OpenTranscription skill, then transcribes with this model.
Quickstart
Upload your audio, create a job with this model, then poll the job or set a webhook_url to be notified when it completes.
Key parameters
file_path
string
required
Storage path returned by the upload step.
model
string
required
The model to run this job on.
models
string[]
Ordered fallback chain: primary first, then backups tried in order if a provider fails.
language
string
ISO 639-1 language code. Omit to auto-detect.
diarization
boolean
Label speakers (A, B, …) in the output.
custom_words
string[]
Names, jargon and product terms to bias the model toward. Up to 1000 entries.
vocabulary_list_id
uuid
A vocabulary list saved in your workspace. Merged with custom_words when both are sent.
webhook_url
string
HTTPS URL notified with the result when the job completes. Delivered events are signed (X-OT-Signature).
title
string
Display name for this job in the dashboard. Falls back to the file name.
Response
A completed job returns the transcript in the OpenTranscription Unified Schema (OTUS).
Webhooks — skip polling
We POST a signed event to your webhook_url when a job completes or fails; verify the X-OT-Signature (HMAC-SHA256, reject if older than 300 s) and dedupe on the event id, then fetch the full transcript via GET /api/v1/transcriptions/{id}.
Rate-limited per tier — see the X-RateLimit-* response headers.
Full API referenceSupported Languages
Supported Formats
Features
Limits
Max file size
No documented limit
Max duration
15 min
Voxtral Mini Transcribe is a speech-to-text model from Mistral (Voxtral). In our standardized benchmarks it reaches 12.70% word error rate, ranking #7 of 35 models tested. It supports 8 languages and runs at $0.003/min — cheaper than most alternatives.
Its nearest benchmarked alternative is Soniox STT (Async). Best suited for multi-speaker conversations, accuracy-critical work, and high-volume, cost-sensitive pipelines.