← All models
View API Docs
Voxtral Mini TTS
voxtral-mini-tts-latest
Mistral's text-to-speech model with zero-shot voice cloning. Supports 9 languages and streaming. Priced per character, not per token.
tts
Pricing
| Provider | Location | Characters |
|---|---|---|
| Mistral AI | Paris, France | €15.33/M chars |
Mistral AI Paris, France
- Characters
- €15.33/M
Specifications
Context window
-
Providers
1
Released
Mar 2026
Use Voxtral Mini TTS
Integrate this model into your application via the ozeye API.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://ozeye.ai/v1/audio/speech \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "voxtral-mini-tts-latest",
"input": "Hello from ozeye"
}' \
--output speech.mp3