docs(inworld): default to inworld-tts-2; introduce Realtime TTS naming#795
Open
cshape wants to merge 1 commit intopipecat-ai:mainfrom
Open
docs(inworld): default to inworld-tts-2; introduce Realtime TTS naming#795cshape wants to merge 1 commit intopipecat-ai:mainfrom
cshape wants to merge 1 commit intopipecat-ai:mainfrom
Conversation
Flip the documented default for both InworldTTSService / InworldHttpTTSService and InworldRealtimeLLMService.tts_model from inworld-tts-1.5-max to inworld-tts-2. Keep inworld-tts-1.5-max and inworld-tts-1.5-mini as documented options. Add display-naming guidance per partner request: Realtime TTS-2, Realtime TTS-1.5-Max, Realtime TTS-1.5-Mini.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Inworld TTS-2 default + Realtime TTS naming
Documents
inworld-tts-2as the new default for Pipecat's Inworld TTS and Realtime services. Keepsinworld-tts-1.5-maxandinworld-tts-1.5-minias documented options. Updates display naming to Realtime TTS-2 / Realtime TTS-1.5-Max / Realtime TTS-1.5-Mini per partner request.Changes
api-reference/server/services/tts/inworld.mdxmodeldefaults onInworldTTSServiceandInworldHttpTTSServicefrominworld-tts-1.5-maxtoinworld-tts-2(param remains deprecated;Settings.modelis preferred).model="inworld-tts-2".api-reference/server/services/s2s/inworld.mdxtts_modeldefault flipped frominworld-tts-1.5-maxtoinworld-tts-2; param description lists all three options with display names.AudioOutput.modelexample, "With Model and Voice Configuration" example, and "With Full Session Configuration" example all updated toinworld-tts-2.Test plan
inworld.mdxfilesgrep -rn "inworld-tts-1.5-max" .— only option-listing mentions remain (no defaults / examples)grep -rn "inworld-tts-2" .— appears as the default in all relevant defaults and examples