honza.r
03/22/2026, 8:04 AMVapi Support Bot
03/22/2026, 8:05 AMjson
{
"model": {
"provider": "openai",
"model": "gpt-realtime-2025-08-28"
}
}
No need to set a transcriber for language matching; transcripts are generated by the realtime model itself.
For multilingual transcript support, the documentation does not mention future plans—current limitations apply.
See the [OpenAI Realtime migration guide](https://docs.vapi.ai/openai-realtime) for details.
Source:
- [OpenAI Realtime Documentation](https://docs.vapi.ai/openai-realtime)honza.r
03/22/2026, 9:42 AMRamsey
03/22/2026, 6:49 PMShaunak
03/23/2026, 4:59 AMShaunak
03/23/2026, 4:59 AMjson
{
"transcriber": {
"provider": "deepgram",
"model": "nova-3",
"language": "es"
}
}
On multilingual support with OpenAI Realtime: it's currently limited and not fully reliable for multilingual use cases. For now, the best approach is either locking to a specific language via the transcriber config, or using Squads to route to language-specific assistants. We'll update as OpenAI improves multilingual support on their end.
Let me know if you have any other questions!honza.r
03/23/2026, 2:08 PMChiranjeet Mishra
03/23/2026, 2:15 PM