a360crm
04/04/2025, 12:29 PMa360crm
04/04/2025, 12:30 PMVapi Support Bot
04/04/2025, 12:31 PMnova-2
and nova-2-general
models, not with nova-3
which only supports 'en' and 'en-US' [as reported in Discord](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341463939246198784).
## Workarounds
Here are some workarounds you can try:
### 1. Using the Vapi API
Several users have reported success using the API instead of the dashboard to configure settings. You can use JSON configuration like this:
json
{
"transcriber": {
"provider": "deepgram",
"model": "nova-2",
"language": "es",
"codeSwitchingEnabled": true
}
}
### 2. Try Automatic Language DetectionVapi Support Bot
04/04/2025, 12:31 PMchunkPlan
configuration using Advanced JSON to improve multilingual support:
json
{
"voice": {
"chunkPlan": {
"enabled": true,
"minCharacters": 30,
"punctuationBoundaries": [".", "!", "?", ";"]
}
}
}
## Dashboard Improvements Coming
The good news is that Vapi is working on a new dashboard version (dashboard v2) that is expected to fix many of these issues, [according to Discord discussions](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334868141280329850).
Is there anything specific about these workarounds you'd like me to elaborate on?
Sources:
- [Discord thread about code switching issues](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1308120552140964034)
- [Discord thread about model compatibility](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341463939246198784)
- [Discord thread about automatic language detection](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1328595920899674152)
- [Discord thread about dashboard issues](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334552736133546076)Vapi Support Bot
04/04/2025, 12:31 PMPigeon
04/04/2025, 12:47 PMa360crm
04/04/2025, 12:51 PMMistermanu#000
04/04/2025, 2:09 PMMistermanu#000
04/04/2025, 2:09 PMTanglebot
04/05/2025, 12:25 AMKyle
04/06/2025, 9:04 AM