Merge pull request #2364 from pipecat-ai/mb/11labs-default-model

ElevenLabs TTS services: revert to Turbo v2.5 as default model
This commit is contained in:
Mark Backman
2025-08-05 13:59:59 -07:00
committed by GitHub
2 changed files with 11 additions and 4 deletions

View File

@@ -30,6 +30,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Changed the default model for both `ElevenLabsTTSService` and
`ElevenLabsHttpTTSService` to `eleven_turbo_v2_5`. The rationale for this
change is that the Turbo v2.5 model exhibits the most stable voice quality
along with very low latency TTFB; latencies are on par with the Flash v2.5
model. Also, the Turbo v2.5 model outputs word/timestamp alignment data with
correct spacing.
- The development runners `/connect` and `/start` endpoint now both return
`dailyRoom` and `dailyToken` in place of the previous `room_url` and `token`.