Update SonioxSTTService default model to stt-rt-v4

This commit is contained in:
Mark Backman
2026-02-09 23:20:11 -05:00
parent 688f502488
commit d47d95e1f0
3 changed files with 9 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ class SonioxInputParams(BaseModel):
client_reference_id: Client reference ID to use for transcription.
"""
model: str = "stt-rt-preview"
model: str = "stt-rt-v4"
audio_format: Optional[str] = "pcm_s16le"
num_channels: Optional[int] = 1