afraid-scarlet
afraid-scarlet2h ago

What's the best transcriber to portuguese-br?

I'm having quite a few difficulties with the Brazilian Portuguese STT provider. Do you recommend any?
2 Replies
Vapi
Vapi2h ago
Recommendation:
For Brazilian Portuguese, try using Deepgram with the Nova 2 or Nova 3 model and the Multi language setting, as it is recommended for speed and multilingual accuracy.
Here’s a sample configuration:
{
"transcriber": {
"provider": "deepgram",
"model": "nova-2",
"language": "multi"
}
}
{
"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 - Multilingual agent example
⤵️ Mention @Vapi Support Bot for follow-ups 🐥
afraid-scarlet
afraid-scarletOP2h ago
When using Deepgram Nova 2 Multilanguage, the transcription has been getting confused with Spanish and French, causing the agent's language to switch. Do you recommend any alternatives?

Did you find this page helpful?