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 row: ELEVENLABS_API_KEY, the optional webhook secret and base URL, and the routing handle elevenlabs.
Model names
Writeelevenlabs/<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: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.