ClaraThays
03/31/2025, 8:28 PMVapi Support Bot
03/31/2025, 8:30 PMjson
{
"transcriber": {
"provider": "deepgram",
"model": "nova-2",
"language": "es",
"codeSwitchingEnabled": true
}
}
According to [this Discord thread](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341463939246198784), Nova 2 supports Spanish when codeSwitchingEnabled
is set to true
.
2. **Avoid using nova-2-phonecall model for Spanish**:
The nova-2-phonecall
model only supports en
and en-US
languages according to [this source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333629111372877854). Make sure you're using the standard nova-2
or nova-2-general
model instead.
3. **Adjust endpointing settings**:
- Increase the endpointing value to 300ms as the default 10ms might be too aggressive according to [this discussion](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1343636482874933340)
- Set smartEndpointingEnabled
to false
when not using English transcriptions as mentioned [here](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1332286268805087272)
4. **For "es 419" specifically**:
While I couldn't find specific information about "es 419" support in Deepgram Nova 2, you might want to check the Deepgram dashboard for supported language variants or try using the standard "es" code instead.Vapi Support Bot
03/31/2025, 8:30 PMClaraThays
03/31/2025, 8:35 PMShubham Bajaj
04/01/2025, 5:06 PMShubham Bajaj
04/01/2025, 5:06 PM