ElevenLabs multilingual V2
# support
b
Hi, i am trying to parse through the api the code bellow, but is seems that i get a bad request using "multilingualModel": "v2" -- My calls should be in Romanian so therefore i need that multilingual . How can i add it please? "provider": "11labs", "voiceId": "3z9q8Y7plHbvhDZehEII" "multilingualModel": "v2"
v
@B170MMA#777 Hello! It's great to hear that you're working on setting up multilingual support. Based on the context provided, you no longer need to specify the "multilingualModel" when configuring the voice assistant for different languages. To ensure your calls are in Romanian, you should choose a voice from your voice provider that supports the Romanian language. You can do this when setting up or modifying your voice assistant. Here's what you need to do: 1. Check with your voice provider, which in your case is "11labs", for a list of voices that support Romanian. 2. Once you have identified a voice that supports Romanian, you can configure your voice assistant by specifying the "voiceId" that corresponds to the Romanian language voice. Your API configuration should look something like this (with the correct "voiceId" for a Romanian voice):
Copy code
json
{
  "provider": "11labs",
  "voiceId": "voiceId_for_Romanian_language"
}
Please replace "voiceId_for_Romanian_language" with the actual voice ID provided by 11labs for a Romanian voice. If you need assistance in finding the correct voice ID, you may want to reach out to 11labs support or check their documentation for a list of available voices and their corresponding languages. If you have any further questions or need additional assistance, feel free to ask!
You can continue this conversation by mentioning me in the message.
b
i am using my cloned voice in Romanian, but the output is with a heavy english accent
v
Got it. Tagging @User for additional help.
b
this is the error:
{ "message": [ "assistant.voice.property multilingualModel should not exist", "assistantOverrides.undefined" ], "error": "Bad Request", "statusCode": 400
s
please share the json payload your using to create assistant or make call.
s
Hey i guess it is not the payload for the error message your getting, because I don't problem in this.
b
The issue is when i add "multilingualModel": "v2",
and this is the error: { "message": [ "assistant.voice.property multilingualModel should not exist", "assistantOverrides.undefined" ], "error": "Bad Request", "statusCode": 400 }
s
pass it like "model" : ""eleven_multilingual_v2" under voice.
b
works like a charm
I have 2 more questions so i can have a final agent on my end, and for not opening a new thread i'll use this one if you don't mind
1.after the call ends,if i want to send all the transcript for example to make.com what line should i use? 2. if i need to add some knowledge to the agent that's being creating through api - what line should i use?
s
1. servermessage > endofcallreport 2. tool call
b
so, i;ve added "serverUrl": "https://hook.eu1.make.com/od563kchh5y7iu0d9ak9dxrw719jdiya", "serverMessages": ["transcript"]
and not getting the transcript or the analysis of the call in make
so then i can save it in a table
what i need is to take the call analysis in make.com
s
you have added to assistant right?
b
yes, looks like this:
"voice": { "inputPreprocessingEnabled": true, "inputReformattingEnabled": true, "inputMinCharacters": 30, "provider": "11labs", "voiceId": "JqC3KKFj9VwYSA2aAxLe", "model" : "eleven_multilingual_v2" }, "recordingEnabled": true, "hipaaEnabled": false, "firstMessage": "Buna ziua, am sunat la Adrian", "name": "Adrian", "serverUrl": "https://hook.eu1.make.com/od563kchh5y7iu0d9ak9dxrw719jdiya", "serverMessages": ["transcript"] },
s
@B170MMA#777 please share the call id.
b
80f0f8c2-0fe1-45c1-9da4-6d436da1f7ad
s
please add end of call report you want that right.
b
What is the line look like please?
s
it's an server message type you have to go your assistant > advance > server message > end of call report. Then VAPI will send you end of call report on your server url.
No response closing the ticket.
10 Views