DomnulZeu
04/04/2025, 2:20 PMVapi Support Bot
04/04/2025, 2:22 PMstartSpeakingPlan.waitSeconds
or Deepgram endpointing values might need adjustment
3. Speech model processing delays - Sometimes speech models can't produce expected results in the required time
4. Network issues - Random latency bumps due to networking problems
5. Resource exhaustion - Backend capacity issues or rate limiting
## How to fix it:
Here are some troubleshooting steps you can take:
1. **Adjust your endpointing settings**:
json
"start_speaking_plan": {
"waitSeconds": 0.8,
"smartEndpointingEnabled": true
}
2. Modify Deepgram's endpointing value - Try setting it to 300ms instead of the default 10ms which can be too aggressive. [Several users](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1344177033625997322) have reported success with this change.
3. Check your network connectivity - Ensure optimal routing to the nearest data center.
4. Review your VAPI configuration - Check settings like silenceTimeoutSeconds
, responseDelaySeconds
, and llmRequestDelaySeconds
.
Would you like me to provide more specific guidance on implementing any of these fixes? I'd be happy to help you troubleshoot further!
Sources:Vapi Support Bot
04/04/2025, 2:22 PMSven
04/04/2025, 2:26 PMSven
04/04/2025, 2:34 PMSven
04/04/2025, 2:56 PMSahil
04/04/2025, 3:14 PMSahil
04/04/2025, 3:16 PMSven
04/04/2025, 6:33 PMSven
04/04/2025, 8:14 PMAniah
04/06/2025, 11:51 AMAniah
04/06/2025, 11:57 AM