Ravi
11/18/2025, 12:00 PMVapi Support Bot
11/18/2025, 12:01 PMgpt-4o-mini-realtime-preview-2024-12-17 model with a clear system message and a supported voice. Here’s a sample VAPI configuration:
json
{
"model": {
"provider": "openai",
"model": "gpt-4o-mini-realtime-preview-2024-12-17",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant. Always follow instructions exactly. Confirm actions before proceeding."
}
],
"temperature": 0.6,
"maxTokens": 250
},
"voice": {
"provider": "openai",
"voiceId": "alloy"
}
}
This setup is cost-effective and optimized for strict instruction adherence. Test and iterate your prompts for best results.
Source: [Vapi OpenAI Realtime Documentation](https://docs.vapi.ai/openai-realtime)Ravi
11/18/2025, 12:14 PMChiranjeet Mishra
11/20/2025, 10:26 AM