Mistral Voxtral provides real-time speech-to-text via WebSocket streaming with automatic language detection and low-latency transcription.Documentation Index
Fetch the complete documentation index at: https://visionagents.ai/llms.txt
Use this file to discover all available pages before exploring further.
Vision Agents requires a Stream account
for real-time transport. Most providers offer free tiers to get started.
Installation
Quick start
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
api_key | str | None | API key (defaults to MISTRAL_API_KEY env var) |
model | str | "voxtral-mini-transcribe-realtime-2602" | Model identifier |
sample_rate | int | 16000 | Audio sample rate in Hz (8000, 16000, 22050, 44100, 48000) |
Turn detection
Mistral Voxtral STT does not include built-in turn detection. Pair it with an external turn detection plugin like Smart Turn or Vogent.Next steps
Build a Voice Agent
Get started with voice
Build a Video Agent
Add video processing

