ProTip
03/31/2026, 3:01 PMVapi Support Bot
03/31/2026, 3:02 PMfirstMessageInterruptionsEnabled: false should prevent interruptions of the first message, even when using assistant-speaks-first-with-model-generated-message. However, based on your experience, this may not be working as intended. As a workaround, try explicitly setting both options in your assistant configuration:
json
{
"firstMessageMode": "assistant-speaks-first-with-model-generated-message",
"firstMessageInterruptionsEnabled": false
}
If the issue persists, it may be a bug—consider reporting it to Vapi support with your configuration details for further assistance.
Reference: [Vapi Assistant API Reference](https://docs.vapi.ai/api-reference/assistants/create-assistant)
Source:
- [Vapi Assistant API Reference](https://docs.vapi.ai/api-reference/assistants/create-assistant)Shaunak
04/01/2026, 4:26 AMShaunak
04/01/2026, 4:26 AMProTip
04/02/2026, 3:56 PMProTip
04/02/2026, 3:58 PMfirstMessageInterruptionsEnabled: false explicitly. I'm using custom-llm(BYO server) and the first message is generated. I can say anything to interrupt it and on this call I said "hello".
Expectation is that the message is uninterruptable and played in its entirety.Shaunak
04/08/2026, 6:43 PMShaunak
04/08/2026, 6:43 PM