ElevenLabs

ElevenLabs

ElevenLabs Multilingual v2

ElevenLabs Multilingual v2 is a text-to-speech model optimized for high-fidelity audio generation across 29 languages. Developers building narration, voiceover, or translation pipelines should use it when consistent, expressive delivery is required.

Modalities

Text → Audio

Price

$0.405 / 1K char

Speed

medium

Performance

Live production data from real requests on Kyma — not synthetic benchmarks.

Rank

#79

of 87 active models

Tokens served

56

all-time

Total requests19
Platform share0.0%

Pricing

Per 1,000 characters of input text. Billed on successful synthesis.

$0.405 / 1K char

When to use ElevenLabs Multilingual v2

Updated 2026-07-31

Where this model earns its cost — and where it doesn't.

This model converts text input into audio output with support for expressive voice profiles and brand-safe delivery. It operates in a balanced cost tier with medium generation speed and is designed specifically for speech synthesis.

On Kyma, it runs through an OpenAI-compatible endpoint using a single API key. Prompt caching bills repeated prompt prefixes at 10% of the input rate. Requests automatically failover to healthy serving paths if degradation occurs, and exact billing details are returned in the usage.cost field.

The model does not support reasoning, vision, or structured outputs. It accepts text input only, has a 5,000-token context window, and is strictly an audio generation endpoint. New accounts receive a $0.50 signup credit to test the pipeline.

Multilingual Voiceover Generation

Produce localized audio tracks for videos and presentations across 29 supported languages.

Brand Narrative Synthesis

Maintain consistent, brand-safe vocal delivery across marketing and onboarding content.

Long-Form Storytelling Audio

Render expressive narration for audiobooks, podcasts, or interactive media.

Text Translation to Speech

Convert written translations into natural-sounding audio for accessibility or localization workflows.

Not ideal for: Do not use this model for tasks requiring text reasoning, structured JSON output, or ultra-low latency streaming, as it only generates audio and operates at a medium speed tier.

Quick start

Up and running in under two minutes.

  1. 1

    Create an API key

    Sign up and grab a key from the dashboard — $0.50 free credit, no card required.

    Get API key →
  2. 2

    Make your first request

    Drop in your key and send a chat completion — fully OpenAI-compatible.

    curl https://kymaapi.com/v1/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "eleven-multilingual-v2",
        "messages": [
          {"role": "user", "content": "Explain prompt caching in one paragraph."}
        ]
      }'
  3. 3

    Stream responses

    Add "stream": true to receive tokens as they arrive.

    curl https://kymaapi.com/v1/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "eleven-multilingual-v2",
        "stream": true,
        "messages": [{"role": "user", "content": "Hello!"}]
      }'

FAQ

Common questions about this model.

How much does ElevenLabs Multilingual v2 cost?

$0.405 per 1K char. Per 1,000 characters of input text. Billed on successful synthesis.

How do I use ElevenLabs Multilingual v2?

Kyma is OpenAI-compatible: point your SDK's base URL at https://kymaapi.com/v1, use your Kyma API key, and set the model to eleven-multilingual-v2. Signing up is free and includes $0.50 of credit — no card required.

Does this model support prompt caching on Kyma?

Yes, repeated prompt prefixes are billed at 10% of the standard input rate, reducing costs for batch or iterative generation.

Can I use a single API key for this and other models?

Yes, Kyma provides one API key for all models and routes requests through an OpenAI-compatible base URL.

How does Kyma handle request failures for this model?

Every request includes automatic failover, so if a serving path degrades, your request is silently rerouted to a healthy path without manual intervention.

Start with $0.50 free credit — no card required.Create account →

More models by ElevenLabs

ModelContextInputOutput
ElevenLabsElevenLabs Music$0.135 / sec
ElevenLabsElevenLabs v3$0.405 / 1K char
ElevenLabsElevenLabs Flash v2.5$0.2025 / 1K char
ElevenLabsElevenLabs Turbo v2.5$0.2025 / 1K char
ElevenLabsElevenLabs Sound Effects$0.027 / call