wraithunder
12/12/2025, 6:12 AMVapi Support Bot
12/12/2025, 6:13 AMmodel-output webhook should send tokens or tool-call outputs as the model generates them. If you're not receiving model responses for GPT realtime models, try verifying your webhook configuration and ensure your server is set up to handle the following payload:
json
{
"message": {
"type": "model-output",
"output": { /* token or tool call */ }
}
}
If the issue persists, this may be a limitation or bug—consider reaching out to Vapi support or checking the [Vapi status page](https://status.vapi.ai/) for updates.
Reference: [Vapi server events documentation](https://docs.vapi.ai/server-url/events)
Source:
- [Vapi server events documentation](https://docs.vapi.ai/server-url/events)wraithunder
12/12/2025, 10:51 AMChiranjeet Mishra
12/16/2025, 12:16 AMwraithunder
12/16/2025, 11:21 PMChiranjeet Mishra
12/18/2025, 8:58 PM