Hi Andrii Bruhal,
To configure a multilingual transcriber, the two main providers with automatic language detection in Vapi are Deepgram and Google. Since you experienced issues with these, especially with language misrecognition and latency, consider the following options:
1.
Optimize Current Providers:
- For
Deepgram, ensure you're using the "Nova 3" model if available, as it may offer improved performance over Nova 2.
- Test with different audio qualities or inputs to potentially enhance recognition accuracy.
- For
Google STT, using the latest models should help with the latency and performance.
2. **Custom Transcriber**:
- Consider setting up a [custom transcriber](
https://docs.vapi.ai/customization/custom-transcriber) if you need more fine-tuned control. This allows you to integrate another provider or enhance the processing pipeline for better results.
3. **Provider-Specific Models**:
- Explore Azure and other available providers for better results in specific languages by manually managing language detection instead of relying on automatic detection.
Review each option and adjust settings based on your specific needs and testing scenarios to further improve multilingual transcription accuracy.