Skip to content

ElevenLabsTTSModel

ElevenLabs voice model identifiers.

type ElevenLabsTTSModel = 
  | "eleven_turbo_v2_5"
  | "eleven_turbo_v2"
  | "eleven_multilingual_v2"
  | "eleven_monolingual_v1"
  | string & {
};

Defined in: src/providers/tts/elevenlabs/ElevenLabsTTS.ts:35

ElevenLabs voice model identifiers.

Remarks

ElevenLabs offers several model tiers with different quality and latency characteristics:

  • eleven_turbo_v2_5 — Latest turbo model, optimized for low latency
  • eleven_turbo_v2 — Previous-generation turbo model
  • eleven_multilingual_v2 — Supports multiple languages with high quality
  • eleven_monolingual_v1 — English-only, legacy model

Custom model IDs are also accepted via the string & {} type widening.

© 2026 CompositeVoice. All rights reserved.

Font size
Contrast
Motion
Transparency