DomT
03/14/2026, 12:13 PMChiranjeet Mishra
03/14/2026, 12:13 PMVapi Support Bot
03/14/2026, 12:14 PMwaitSeconds parameter in your startSpeakingPlan. For example:
json
{
"startSpeakingPlan": {
"waitSeconds": 0.5
}
}
This will make the assistant wait 500ms before speaking, helping ensure the full message is heard.
Reference: See the Voice Pipeline Configuration documentation for more details ([source](https://docs.vapi.ai/customization/voice-pipeline-configuration)).
Source:
- [Voice Pipeline Configuration](https://docs.vapi.ai/customization/voice-pipeline-configuration)DomT
03/14/2026, 12:48 PMDiana precious
03/14/2026, 1:39 PMChiranjeet Mishra
03/14/2026, 5:51 PMassistant-speaks-first-with-model-generated-message or increase the waitSeconds in startSpeakingPlan:
"startSpeakingPlan": {
"waitSeconds": 1.0
}DomT
03/15/2026, 9:37 AMDiana precious
03/15/2026, 11:26 AMDomT
03/21/2026, 6:49 AMChiranjeet Mishra
03/22/2026, 11:06 AMDomT
03/29/2026, 10:08 PMChiranjeet Mishra
03/30/2026, 11:25 AM