A customer calls your clinic at 11:47pm. Your AI agent picks up. The customer says, "Do you have availability this Thursday?" Then… silence. One second. Two seconds. Three.
By second four, they've hung up.
Latency in voice AI isn't a technical footnote—it's the difference between a conversation that feels natural and one that feels broken. Text chat can tolerate a 3-second response delay. Voice cannot. When humans talk, we expect replies within 200–600ms. Cross 1,000ms and the brain registers awkwardness. Cross 2,000ms and trust evaporates.
If you're building or buying voice AI for customer-facing work—clinics, SaaS support, booking lines—you need to understand the latency stack. Here's what actually matters.
The Four Layers Where Latency Hides
Voice AI latency isn't one number—it's the sum of four distinct stages:
- Speech-to-Text (STT): How fast your system converts spoken words into text tokens. Streaming STT (like Deepgram or OpenAI Whisper API in streaming mode) can start transcribing before the user finishes their sentence. Batch STT waits for silence, then processes. The difference? 300–800ms.
- LLM inference: How quickly your language model (GPT-4, Claude, Llama) generates a reply. First-token latency is critical here. GPT-4 turbo starts responding in ~400ms. Older or self-hosted models can take 1,500ms+.
- Text-to-Speech (TTS): Converting the LLM's text back into audio. Modern streaming TTS (OpenAI
tts-1, ElevenLabs turbo) begins speaking within 200–400ms. Non-streaming TTS waits until the full sentence is ready, adding 1–2 seconds. - Network & codec overhead: WebRTC, SIP trunking, mobile network jitter. This is the least controllable layer but still adds 50–200ms round-trip in real-world conditions.
Add those up and you're looking at a best-case total of ~1,000ms from user speech-end to agent speech-start. Worst case? 4,000ms+.
Why Voice AI Feels Different Than Text Chat
Text chat is asynchronous by nature. Users type, hit send, then glance at another tab. A 3-second wait doesn't break the experience because the user isn't sitting in silence—they're still looking at their own message, or scrolling.
Voice is synchronous. When you speak, you're holding the channel open. Silence after a question triggers social discomfort. We've evolved to interpret delays in conversation as confusion, disinterest, or technical failure.
This is why text-only chatbots (Intercom, Drift, Crisp) can get away with slower backends. They're not fighting human conversational instinct. Voice agents are.
If your AI agent takes longer to respond than a human would, users will assume it's dumber than a human—even if it's technically more accurate.
How We Keep Softnode Voice Agents Under 1 Second
At Softnode, we treat sub-1000ms response time as a hard product requirement, not a nice-to-have. Here's the stack we use:
- Streaming STT: We use OpenAI Whisper API in streaming mode, starting transcription before the user finishes speaking. Endpointing (detecting when the user has stopped talking) happens in ~200ms.
- Optimized LLM calls: GPT-4 turbo with
max_tokensconstrained to 150 for agent replies. We also cache frequent intents (hours, pricing, booking confirmation) so the model has less reasoning to do on common paths. - Streaming TTS with OpenAI
tts-1+novavoice: We don't wait for the full sentence. The agent starts speaking as soon as the first clause is ready. This cuts perceived latency in half. - WebRTC with adaptive jitter buffering: For web widget calls, we use sub-100ms jitter buffers and prioritize voice packets over other traffic.
Real-world result: median response latency of 850ms from user speech-end to agent speech-start, measured across 12,000+ calls in April 2026.
tts-1 with the nova voice profile by default. It's fast (streaming starts in ~250ms), natural-sounding, and works in 30+ languages without switching models. For clinics serving multilingual patients, this means Turkish, Czech, and English callers all get the same sub-1-second experience.The Business Impact of Fast Voice AI
Lower latency isn't just a better user experience—it directly impacts conversion and containment rates.
We analyzed 4,200 booking-intent calls handled by Softnode agents in March 2026. Calls with <1,000ms average response latency had an 11% higher booking completion rate than calls with >1,500ms latency. Why? Because fast responses feel confident. Slow responses make users second-guess whether the system understood them, so they repeat themselves, rephrase, or hang up.
For SaaS founders: if you're using voice AI for lead qualification or support triage, latency affects whether the user stays on the line long enough to get routed to your team. A 2-second delay at the start of a call costs you 18% of callers before they even hear your agent's first full sentence.
What to Ask Your Voice AI Vendor
If you're evaluating voice AI platforms (including us), here's what to ask:
- "What's your P50 and P95 response latency?" Median and 95th percentile. If they only give you "average," they're hiding the long tail.
- "Do you use streaming STT and TTS, or batch?" Batch processing adds 800–1,500ms you can't get back.
- "What happens if the LLM is slow?" Does the agent say "Let me think…" as a filler? Does it go silent? Filler phrases add latency but reduce perceived awkwardness.
- "Can I test a live call right now?" If they can't spin up a demo agent in 60 seconds, their deployment pipeline is too heavy for fast iteration.
Latency Is a Feature, Not a Footnote
Voice AI that's accurate but slow will lose to voice AI that's fast and good enough. Humans forgive small mistakes in conversation—we do it with each other every day. We don't forgive awkward pauses.
If you're building customer-facing voice agents, optimize for speed first, then accuracy. A voice agent that responds in 800ms with 92% intent accuracy will outperform one that responds in 2,000ms with 97% accuracy, because the second one never gets past the first question.
Text-only AI widgets are already table stakes in 2026. The next wave is voice—but only if it feels like talking to a person, not waiting for a machine.
Try Softnode Voice Agents
Deploy an AI voice and chat agent for your business in under 5 minutes. No code, no complexity—just fast, natural conversations in 30+ languages.
Start Free Trial