Merge pull request #4422 from cshape/tts-2

feat(inworld): default to inworld-tts-2
This commit is contained in:
Mark Backman
2026-05-05 14:00:04 -04:00
committed by GitHub
4 changed files with 8 additions and 7 deletions

View File

@@ -0,0 +1 @@
- Changed the default Inworld TTS model from `inworld-tts-1.5-max` to `inworld-tts-2` (Realtime TTS-2) across `InworldHttpTTSService`, `InworldTTSService`, and the `InworldRealtimeLLMService` cascade. Existing users can pin the prior model explicitly via the `model`/`tts_model` argument; both `inworld-tts-1.5-max` and `inworld-tts-1.5-mini` remain valid model IDs.