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

View File

@@ -147,6 +147,7 @@ TESTS_VOICE = [
("voice/voice-kokoro.py", EVAL_SIMPLE_MATH),
("voice/voice-resemble.py", EVAL_SIMPLE_MATH),
("voice/voice-smallest.py", EVAL_SIMPLE_MATH),
("voice/voice-mistral.py", EVAL_SIMPLE_MATH),
("voice/voice-openai-responses.py", EVAL_SIMPLE_MATH),
("voice/voice-openai-responses-http.py", EVAL_SIMPLE_MATH),
# Needs a local XTTS docker instance running.