feat(elevenlabs): register eleven_v3 in TTS model allowlist

eleven_v3 already works end-to-end (model_id passes through to the API
without validation), but was missing from ELEVENLABS_TTS_MODELS so it
never appeared in the in-product model picker or catalog metadata.
This commit is contained in:
itsuzef
2026-04-17 18:59:13 -04:00
committed by Peter Steinberger
parent fd74fc5a4f
commit 0fc68a5ed4

View File

@@ -37,6 +37,7 @@ const DEFAULT_ELEVENLABS_VOICE_SETTINGS = {
};
const ELEVENLABS_TTS_MODELS = [
"eleven_v3",
"eleven_multilingual_v2",
"eleven_turbo_v2_5",
"eleven_monolingual_v1",