#18958: fix: replace deprecated eleven_monolingual_v1 with eleven_flash_v2
gateway
agents
size: XS
Cluster:
Voice Call and TTS Improvements
Fixes #18895
The `eleven_monolingual_v1` model has been deprecated by ElevenLabs and is no longer available on the free tier. This replaces it with `eleven_flash_v2` in the TTS provider model list.
### Changes
- `src/gateway/server-methods/tts.ts`: Replace `eleven_monolingual_v1` with `eleven_flash_v2` in the ElevenLabs model list
<!-- greptile_comment -->
<h3>Greptile Summary</h3>
Replaced the deprecated ElevenLabs TTS model `eleven_monolingual_v1` with `eleven_flash_v2` in the provider model list.
- Updated `src/gateway/server-methods/tts.ts:142` to replace `eleven_monolingual_v1` with `eleven_flash_v2` in the ElevenLabs models array
- The deprecated model is no longer available on the ElevenLabs free tier
- No other references to the deprecated model found in the codebase
<h3>Confidence Score: 5/5</h3>
- This PR is safe to merge with minimal risk
- The change is a straightforward model name replacement that addresses a deprecation by the upstream provider. The modification is localized to a single line in a model list array, with no logic changes or side effects. The deprecated model has been completely removed from the codebase with no remaining references.
- No files require special attention
<sub>Last reviewed commit: 021ade5</sub>
<!-- greptile_other_comments_section -->
<!-- /greptile_comment -->
Most Similar PRs
#18957: fix(tts): replace deprecated ElevenLabs eleven_monolingual_v1 model
by BinHPdev · 2026-02-17
91.1%
#18927: TTS: default to eleven_flash_v2_5, drop eleven_monolingual_v1, add ...
by saurav470 · 2026-02-17
85.4%
#16089: fix(tts): clarify directive syntax in prompts and strip malformed tags
by kmixter · 2026-02-14
71.9%
#9905: fix: require provider prefix for models set without alias (#5790)
by petter-b · 2026-02-05
70.9%
#8317: fix(tts): add dynamic timeout and retry logic for ElevenLabs TTS
by camtang26 · 2026-02-03
70.5%
#22086: fix(tts): honor explicit config provider and model/voice settings
by AIflow-Labs · 2026-02-20
69.8%
#8339: fix(tts): validate ElevenLabs base URL against allowlist
by yubrew · 2026-02-03
69.4%
#7965: feat(tts): add Speechify as TTS provider
by chaerla · 2026-02-03
68.9%
#8922: feat(voice-call): Add ElevenLabs WebSocket streaming TTS
by mikiships · 2026-02-04
68.5%
#6677: fix(tts): always load fresh config for voice selection
by Jinqiao · 2026-02-01
68.4%