Abed Malak
04/28/2024, 7:54 AMVapi Support
04/28/2024, 7:54 AMVapi Support
04/28/2024, 7:54 AMvoice
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:
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.Vapi Support
04/28/2024, 8:18 AMSahil
04/28/2024, 10:11 AM