Need best transcription config for French voice ag...
# support
o
Hi! I’m working on a real French voice agent for taxi booking (Île-de-France). Deepgram Nova 3 doesn’t support French → major bugs with phone numbers and city names. Nova 2 supports French but the quality is too low. Whisper is not available. I need a stable config with native French transcription (phone numbers, addresses, fluidity). What’s the best setup today in Vapi for French production calls? Thanks for your help!
v
For the most stable French transcription in Vapi production, use Google STT with the "Multilingual" model and set the language to French. Here’s a sample config for your assistant:
Copy code
json
"transcriber": {
  "provider": "google",
  "model": "latest",
  "language": "fr"
}
This setup offers native French support and is recommended for accurate phone numbers and addresses. [See multilingual setup guide](https://docs.vapi.ai/customization/multilingual) Source: - [Multilingual support documentation](https://docs.vapi.ai/customization/multilingual)
p
J’ai la solution tu peux m’écrire en privée 😉
3 Views