Merge pull request #4253 from pipecat-ai/mb/mistral-stt

Add Mistral Voxtral Realtime STT service
This commit is contained in:
Mark Backman
2026-04-15 09:00:27 -04:00
committed by GitHub
8 changed files with 429 additions and 20 deletions

1
changelog/4253.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `MistralSTTService` for real-time speech-to-text using Mistral's Voxtral Realtime API (`voxtral-mini-transcribe-realtime-2602`). Supports streaming transcription with interim results, automatic language detection, and VAD-driven utterance lifecycle.