adrivelasco
01/20/2026, 10:01 PMVapi Support Bot
01/20/2026, 10:02 PMstopSpeakingPlan to use fast Voice Activity Detection (VAD) for interruption handling. This can make the assistant more responsive and reduce unwanted silences:
json
"stopSpeakingPlan": {
"numWords": 0,
"voiceSeconds": 0.2,
"backoffSeconds": 1.0
}
Apply this in your assistant's configuration and test in your environment to ensure it balances responsiveness and noise sensitivity.
For more details, see the [Voice pipeline configuration documentation](https://docs.vapi.ai/customization/voice-pipeline-configuration).
Source:
- [Voice pipeline configuration](https://docs.vapi.ai/customization/voice-pipeline-configuration)Operations📟
01/20/2026, 10:09 PMOperations📟
01/20/2026, 10:09 PMadrivelasco
01/20/2026, 10:09 PMadrivelasco
01/20/2026, 10:09 PMOperations📟
01/20/2026, 10:10 PMOperations📟
01/20/2026, 10:10 PMOperations📟
01/20/2026, 10:10 PMOperations📟
01/20/2026, 10:10 PMOperations📟
01/20/2026, 10:13 PMadrivelasco
01/20/2026, 10:13 PMOperations📟
01/21/2026, 2:24 PMChiranjeet Mishra
01/22/2026, 3:25 PM"stopSpeakingPlan": { "numWords": 0, "voiceSeconds": 0.4, "backoffSeconds": 1.0 }
• If you prefer faster interruption handling, decrease voiceSeconds (e.g., 0.2) but watch for premature cuts.
• If using a third-party TTS (ElevenLabs etc.), test switching provider or use a fallback voice in assistant config.
• Ensure model/timeouts aren’t truncating output (increase Max Tokens / timeout if you set them low).
If you want, share a representative Call ID where the bot meowed or cut out and the timestamp and I’ll check the call logs for whether it was prompt parsing, VAD, or a TTS/provider error.Deeptanshu
01/27/2026, 1:24 AM