Voxtral TTS
Ready-made Mistral voices to read your text aloud.
What it does
Text to speech
tts
How it is charged
Each million characters
6.00 €
Where it runs
Spain (EU)
MIG B200
Brain size
Small and fast
TTS
What it is good at
- TTS. Reads a text aloud in a natural voice.
Pricing
€ per million characters, VAT included
Each million characters (use)6.00 €
try it with 50 € freeNo card, and you only pay for what you use.
For your technical team
You send the text and get the audio back. You pick the model and the voice.
curl https://api.gpuflow.ai/v1/audio/speech \
-H "Authorization: Bearer $GPUFLOW_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "model": "voxtral-tts",
"input": "Hola",
"voice": "es_female" }' --output speech.wav