Redwan Shaikh
05/07/2025, 9:44 PMVapi Support Bot
05/07/2025, 9:46 PMgpt-4o-realtime-preview-2024-12-17
model is in beta and has known issues with webhook response parsing. Switch to the standard gpt-4o
model for production use as recommended by OpenAI. If you must use the realtime model for testing, ensure your webhook response follows this exact format:
json
{
"results": [
{
"toolCallId": "call_id",
"result": "Your result here"
}
]
}
Sources:
- [Discord message about webhook response issues](https://discord.com/channels/1211482211119796234/1334547175253868725)
- [Discord message about model stability](https://discord.com/channels/1211482211119796234/1337465970557452299)
- [Vapi documentation on OpenAI Realtime](https://docs.vapi.ai/openai-realtime)Vapi Support Bot
05/07/2025, 9:46 PMgpt-4o-realtime-preview-2024-12-17
model is in beta and has known issues with webhook response parsing. Switch to the standard gpt-4o
model for production use as recommended by OpenAI. If you must use the realtime model for testing, ensure your webhook response follows this exact format:
json
{
"results": [
{
"toolCallId": "call_id",
"result": "Your result here"
}
]
}
Sources:
- [Discord message about webhook response issues](https://discord.com/channels/1211482211119796234/1334547175253868725)
- [Discord message about model stability](https://discord.com/channels/1211482211119796234/1337465970557452299)
- [Vapi documentation on OpenAI Realtime](https://docs.vapi.ai/openai-realtime)Shubham Bajaj
05/08/2025, 2:01 AM