Does Vapi's voice AI support Cantonese?
# support
a
Does Vapi's voice AI support Cantonese?
v
@Annie Yes, Vapi's voice AI does support multilingual capabilities, including Cantonese. If you need further assistance or have specific questions about implementing Cantonese in your voice application, feel free to ask!
You can continue this conversation by mentioning me in the message.
s
Hey @Annie you have to check with Voice and Transcription provider available if they support your language if yes then you can use it easily.
Else you have to use custom-voice and custom-transcriber for it, learn more about it from here https://api.vapi.ai/api-json# components > schemas > CustomTranscriber / CustomVoice
Make sure your provider supports streaming.
a
Hi @Shubham Bajaj thanks! because I wanna integrated with HighLevel but HighLevel only provide English voice. In this case, does Vapi still supports Cantonese?
s
You have to check if deepgram and 11labs supports it Cantonese. If they or other set of providers then you can use it with Vapi. Try googling languages supported by transcriber and voice providers.
a
thanks! do you mean connect deepgram or 11labs with vapi first then integrate with Go HighLevel?
s
No @Annie I meant to say check if voice provider and transcription provider support your language then you can use it with Vapi, you don't need to do any integrations for these providers.
a
thanks! I will directly use Vapi, but may I know how to set up with Cantonese assisant?
s
Use deepgram transcriber: Chinese (Cantonese, Traditional): zh-HK Use 11labs voice provider: Chinese langauge (Cantonese accent you have to search for it)
@Annie do let me know if you require further help!!
a
s
Hey @Annie then you have to look for other voice-providers, FYI: we support any voice providers which can stream audio back to our system using
custom-voice
as provider type.
a
thanks @Shubham Bajaj ! may I know if there is any SOP about setting up custom-voice?
s
@Annie as of now, I don't have docs ready but you can learn more about it from here custom tts:- try assistant.voice.provider='custom-voice' . it's API only and you can check the docs here: https://api.vapi.ai/api
4 Views