Merge pull request #4386 from pipecat-ai/mb/update-soniox-model

feat(soniox): update default TTS model to tts-rt-v1
This commit is contained in:
Mark Backman
2026-04-29 13:17:09 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
- Updated the default `SonioxTTSService` model from `tts-rt-v1-preview` to the generally available `tts-rt-v1`.

View File

@@ -184,7 +184,7 @@ class SonioxTTSService(WebsocketTTSService):
"""
# Initialize default_settings
default_settings = self.Settings(
model="tts-rt-v1-preview",
model="tts-rt-v1",
voice="Adrian",
language=Language.EN,
)