← All models
Try in Chat
Voxtral Small
voxtral-small-latest
Mistral's speech-capable chat model. Handles audio transcription and text chat in a single model.
audiochattools
Pricing
| Provider | Location | Audio |
|---|---|---|
| Mistral AI | Paris, France | €0.0039/min |
| Scaleway | Paris, France | €0.0039/min |
Mistral AI Paris, France
- Audio
- €0.0039/min
Scaleway Paris, France
- Audio
- €0.0039/min
Specifications
Context window
128K
Providers
2
Released
Jul 2025
Try Voxtral Small
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "voxtral-small-latest",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'