Skip to main content

Add the credential

Open Settings > Model Providers, click Add Model Provider and select ElevenLabs. Give the row a name, pick the organization, team or project it belongs to, and fill in: Save the row. Every virtual key whose scope can see the row can now dispatch to it, unless the key restricts its providers. See Virtual keys.
The ElevenLabs model provider drawer with ELEVENLABS_API_KEY, ELEVENLABS_WEBHOOK_SECRET, ELEVENLABS_BASE_URL and the routing handle elevenlabs

The ElevenLabs row: ELEVENLABS_API_KEY, the optional webhook secret and base URL, and the routing handle elevenlabs.

Model names

Write elevenlabs/<model_id>, for example elevenlabs/eleven_flash_v2_5 or elevenlabs/eleven_multilingual_v2. eleven_multilingual_v2 is the default when a speech request names no model.

Send a request

With the OpenAI audio routes:
With the ElevenLabs SDKs, set the base URL to https://gateway.langwatch.ai and the virtual key as the API key. The SDK sends it in the Xi-Api-Key header, which the gateway accepts.

Endpoints

Last modified on September 6, 2026