change default Inworld TTS model to inworld-tts-1.5-max (#3531)

This commit is contained in:
Cale Shapera
2026-01-22 11:21:15 -08:00
committed by GitHub
parent 836073849c
commit 6b5bcae86f
2 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
- Changed default Inworld TTS model from `inworld-tts-1` to
`inworld-tts-1.5-max`.

View File

@@ -72,7 +72,7 @@ class InworldHttpTTSService(WordTTSService):
api_key: str,
aiohttp_session: aiohttp.ClientSession,
voice_id: str = "Ashley",
model: str = "inworld-tts-1",
model: str = "inworld-tts-1.5-max",
streaming: bool = True,
sample_rate: Optional[int] = None,
encoding: str = "LINEAR16",
@@ -427,7 +427,7 @@ class InworldTTSService(AudioContextWordTTSService):
*,
api_key: str,
voice_id: str = "Ashley",
model: str = "inworld-tts-1",
model: str = "inworld-tts-1.5-max",
url: str = "wss://api.inworld.ai/tts/v1/voice:streamBidirectional",
sample_rate: Optional[int] = None,
encoding: str = "LINEAR16",