Luiz Coelho
10/09/2025, 5:34 PMVapi Support Bot
10/09/2025, 5:35 PMNova 2 or Nova 3 model and the Multi language setting, as it is recommended for speed and multilingual accuracy.
Here’s a sample configuration:
json
{
"transcriber": {
"provider": "deepgram",
"model": "nova-2",
"language": "multi"
}
}
Test with native speakers to validate accuracy and adjust as needed.
(According to the documentation I have found, Deepgram is generally recommended for speed and multilingual support.)
Sources:
- [Multilingual support documentation](https://docs.vapi.ai/customization/multilingual)
- [Multilingual agent example](https://docs.vapi.ai/assistants/examples/multilingual-agent)Luiz Coelho
10/09/2025, 5:43 PMVercel
10/10/2025, 8:54 AMVercel
10/10/2025, 8:54 AMChiranjeet Mishra
10/10/2025, 11:31 PM{ "transcriber": { "provider": "deepgram", "model": "nova-2", // or "nova-3" "language": "multi" }}
Other providers like Assembly AI, Azure STT, Whisper, etc. support Portuguese but don't offer automatic language detection, which may be important for Brazilian Portuguese recognition.