From 84eefba4df293207dec05d13ab6d7c99813f1df3 Mon Sep 17 00:00:00 2001 From: Cale Shapera <25466659+cshape@users.noreply.github.com> Date: Tue, 5 May 2026 09:20:16 -0700 Subject: [PATCH] docs: add changelog fragment for tts-2 default flip --- changelog/4422.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4422.changed.md diff --git a/changelog/4422.changed.md b/changelog/4422.changed.md new file mode 100644 index 000000000..d61f42671 --- /dev/null +++ b/changelog/4422.changed.md @@ -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.