Marcello
11/05/2025, 2:36 AMVapi Support Bot
11/05/2025, 2:38 AMMarcello
11/05/2025, 6:51 AMheuristic)",
"attributes": {
"category": "endpointing",
"callId": "019a5083-e530-7ff9-b893-07aed41e4bdf",
"orgId": "25e97c69-9a46-454f-a28c-1a20f5a08c43"
}
}
@Vapi Support BotVapi Support Bot
11/05/2025, 6:52 AMheuristic)" warnings and your stack (Groq Llama 4 Maverick, Vapi Voice, Azure STT), could you confirm if your endpointing configuration recently changed (e.g., switching from smart to heuristic or adjusting timeout values)? Even small changes here can cause unpredictable latency spikes.
If possible, please check your current endpointing settings in the Vapi dashboard and let me know if any recent adjustments were made.
Sources:
- [Debugging voice agents](https://docs.vapi.ai/debugging)
- [Voice pipeline configuration](https://docs.vapi.ai/customization/voice-pipeline-configuration)Marcello
11/05/2025, 8:48 AMMarcello
11/05/2025, 8:48 AMVapi Support Bot
11/05/2025, 8:49 AMjson
{
"startSpeakingPlan": {
"smartEndpointingPlan": {
"provider": "livekit",
"waitFunction": "2000 / (1 + exp(-10 * (x - 0.5)))"
},
"waitSeconds": 0.4
}
}
This should restore fast and accurate endpointing, reducing latency.
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)Marcello
11/05/2025, 9:49 AMMarcello
11/05/2025, 9:50 AMVapi Support Bot
11/05/2025, 9:51 AMjson
{
"startSpeakingPlan": {
"waitSeconds": 0.4,
"transcriptionEndpointingPlan": {
"onPunctuationSeconds": 0.1,
"onNoPunctuationSeconds": 1.5,
"onNumberSeconds": 0.5
}
}
}
This setup is optimized for non-English conversations and should help reduce endpointing timeouts and latency. 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)Marcello
11/05/2025, 10:34 AMVapi Support Bot
11/05/2025, 10:35 AM019a537e-88c8-7006-984c-ae9ef98921bf). Look for slow response times from the LLM provider. If you see delays, visit [Groq's status page](https://status.groq.com/) to check for ongoing issues. This will help you confirm if the latency is related to Groq or another part of your stack.
For more details, see the [debugging guide](https://docs.vapi.ai/debugging).
Source:
- [Debugging voice agents](https://docs.vapi.ai/debugging)Marcello
11/05/2025, 11:17 AMVapi Support Bot
11/05/2025, 11:19 AMCall ID: 019a5083-e530-7ff9-b893-07aed41e4bdf
Timestamp: 3:15am ICT, 5th Nov
Issue: Long latency (~5s) and missing API logs
Expected: Fast response and visible API logs for LLM calls
This will help the support team investigate backend or provider issues that aren't visible in the dashboard. For more, see the [issue reporting guide](https://docs.vapi.ai/issue-reporting).
Sources:
- [Debugging voice agents](https://docs.vapi.ai/debugging)
- [How to Report Issues Effectively](https://docs.vapi.ai/issue-reporting)Marcello
11/05/2025, 3:04 PMMarcello
11/06/2025, 6:20 AMChiranjeet Mishra
11/06/2025, 11:29 PM🔵 20:18:27:016 [user WARN] Model request failed (attempt #1, reason: meta-llama/llama-4-maverick-17b-128e-instruct is currently over capacity. Please try again and back off exponentially. Visit https://groqstatus.com to see if there is an active incident.) (provider: groq, model: meta-llama/llama-4-maverick-17b-128e-instruct, region: unknown, credential: true)
This means Groq was over capacity during your calls. When this happens, requests will retry and back off, which directly causes the \~5s+ delays you observed.
Summary
- The issue is not with Vapi, endpointing, STT, or TTS.
- The latency is almost entirely from Groq’s LLM having capacity issues at that time.
- Everything else in your pipeline is running with very low latency.
If you have any other questions or want recommendations for more stable LLM providers, feel free to let us know—we’re happy to help.
Best,
Kyle at Vapi