ApexApiApexApi
Sign In
KKieAudio

ElevenLabs TTS Multilingual v2 API: Kie AI's audio / speech model, one key away

ElevenLabs TTS Multilingual v2 via the ApexApi gateway

The multilingual ElevenLabs voice, for output that has to hold a consistent voice across languages. Call it through ApexApi's unified, OpenAI-compatible API with one `ak-` key, alongside every other model in the catalog. Pricing is $0.00 input and $120000.00 output per 1M tokens, billed pay-per-use from your credit balance with no subscription.

ElevenLabs TTS Multilingual v2 is served through ApexApi's unified, OpenAI-compatible API. One key, one format, with smart routing and automatic failover. Provider: Kie AI.

Why ElevenLabs TTS Multilingual v2

Speech / audio generation

Turn text into natural audio through one unified, OpenAI-compatible API.

OpenAI-compatible

Drop-in with any OpenAI SDK. Change the base URL and key, keep your code.

Pay-per-use credits

No subscription or minimum. Buy credits and pay only for what you call.

Specifications

Modality
audio
Context window
Max output
Streaming
Tool / function calling
Vision input

ElevenLabs TTS Multilingual v2 pricing

  • A million tokens in and a million out costs $120000.00 here, all-in.
  • For lighter work, ElevenLabs TTS Turbo v2.5 from the same maker costs 2× less — one string apart on the same key.

Getting started with ElevenLabs TTS Multilingual v2

OpenAI-compatible. Point your client at ApexApi, swap your key, and call it. No new SDK to learn.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.apexapi.dev/v1",
    api_key="<YOUR_APEXAPI_KEY>",
)

response = client.chat.completions.create(
    model="elevenlabs/tts/multilingual-v2",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

ElevenLabs TTS Multilingual v2 use cases

What teams build with ElevenLabs TTS Multilingual v2 on ApexApi.

Voiceovers & narration

Natural speech for videos, IVR, and content.

Accessibility

Text-to-speech for apps, documents, and interfaces.

Voice agents

Give assistants and bots a spoken interface.

ElevenLabs TTS Multilingual v2 API: FAQ

How do I call ElevenLabs TTS Multilingual v2 through ApexApi?

Create an ApexApi key, point your client at https://api.apexapi.dev/v1, and POST to /v1/audio/speech with the model set to `elevenlabs/tts/multilingual-v2`. The API is OpenAI-compatible, so an existing OpenAI SDK works once you change the base URL and key.

How much does ElevenLabs TTS Multilingual v2 cost on ApexApi?

$0.00 per million input tokens and $120000.00 per million output tokens, all-in with no separate platform fee. You buy credits and pay per call, with no subscription or minimum.

What should I use instead of ElevenLabs TTS Multilingual v2?

From the same maker, ElevenLabs TTS Turbo v2.5 costs less for lighter work. Switching is one string: it runs on the same endpoint and the same key, so there is nothing to re-integrate.

Ready to build with ElevenLabs TTS Multilingual v2?

One API key. Every major AI model. Pay only for what you use.

Get your API key, free to start
ElevenLabs TTS Multilingual v2 API on ApexApi