Merge pull request #3697 from pipecat-ai/mb/soniox-rt-4

Update SonioxSTTService default model to stt-rt-v4
This commit is contained in:
Mark Backman
2026-02-10 09:24:39 -05:00
committed by GitHub
4 changed files with 12 additions and 4 deletions

View File

@@ -0,0 +1 @@
- Update `SonioxSTTService` to set `vad_force_turn_endpoint` to `True`. This setting disabled the turn detection logic available natively in Soniox. Instead, Soniox relies on a local VAD to finalize the transcript. This configuration meaningfully reduces the time to final segment for Soniox. With this setting enabled, Soniox outputs a transcript in ~250ms (median). Pipecat enables smart-turn detection by default using the `LocalSmartTurnAnalyzerV3`. To use the native turn detection logic in Soniox, just set `vad_force_turn_endpoint` to `False`.

View File

@@ -0,0 +1 @@
- Update `SonioxSTTService` default model to `stt-rt-v4`.