How can we pick the one we want to use
# support
a
using many different eleven labs model
v
Hi @Abed Malak, I'm an AI assistant for Vapi. I'll analyze available sources and get back to you shortly.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Billing Examples]() * [Introduction]() * [Dashboard]() * [Inbound Calling]() -----------------------------
### Answer To use different Eleven Labs models with Vapi, you can specify the model you want to use in the
voice
object of your assistant's configuration. For Eleven Labs, you will need to set the
provider
field to
"11labs"
and use the
voiceId
field to specify the particular model you want to use. Here's a simplified example based on the assistant configuration structure:
Copy code
json
"voice": {
  "provider": "11labs",
  "voiceId": "your_model_id_here"
}
[(1)]() , [(2)]() Remember, the
voiceId
should be replaced with the ID of the specific Eleven Labs model you want to utilize. If you have multiple models from Eleven Labs that you'd like to switch between, you'll need to update this configuration accordingly for each use case.
Got it. Tagging @User for additional help.
s
Just create a 11lab premium account and use your key and then simply use custom id of any voice which you want to use
2 Views