Steve
06/23/2025, 3:03 PMVapi
06/23/2025, 3:57 PMjson
{
"voice": {
"provider": "azure",
"voiceId": "hi-IN-SwaraNeural" // example voice ID for Hindi
}
}
For French, you can also use Azure. Here’s an equivalent setup:
3. **Configuration Example for French**:
json
{
"voice": {
"provider": "azure",
"voiceId": "fr-FR-AlainNeural" // example voice ID for French
}
}
You can explore these configurations in detail by reviewing our [Multilingual documentation](https://docs.vapi.ai/customization/multilingual).