Voice AI is in the strangest phase of its history. The technology is finally good enough to hold a real conversation — sub-second full-duplex, recognizable emotion, mid-sentence interruption handling — and most of the people who would benefit from it are still buying systems that sound exactly like the worst phone tree they have ever called. The gap between what is shipping at the frontier and what most aesthetic and wellness practices are running is now measured in years, not months. This piece is an attempt to close that gap honestly, without selling anything.
Two years ago, the meaningful constraint on a voice agent was latency. The pipeline went speech-to-text, then large language model, then text-to-speech, with each stage adding a few hundred milliseconds. End-to-end response times of 1.8 to 2.4 seconds were considered acceptable because nothing better existed at scale. By late 2025, OpenAI Realtime, Anthropic's low-latency voice mode, and Google's Gemini Live had collapsed that pipeline into a single bidirectional stream operating below the perceptual threshold for "delay." A caller now waits roughly the same beat before the agent responds as they would before a human did. That sounds small. It is the entire game.
What actually changed in the stack
The deeper change underneath the latency number is architectural. The classic three-stage pipeline — Deepgram Nova-2 or AssemblyAI Universal-2 for transcription, a hosted LLM for reasoning, ElevenLabs or Cartesia for synthesis — still exists and still works well for many use cases. But the new frontier is what the industry has been calling "speech-native" models: end-to-end audio in, audio out, with no text intermediary. OpenAI's GPT-4o Realtime, Anthropic's voice-mode Claude (rolled into the Opus 4.6 release line), and Gemini 2.5 Live all sit in this category. They are markedly faster, far better at prosody, and substantially worse at certain things — most notably, retrieval-augmented grounding on long custom knowledge bases.
For an aesthetic practice, this trade-off matters in a specific way. If your voice agent needs to answer "What is the price range for a half-syringe of Voluma?" it needs reliable retrieval against your practice's pricing sheet. The speech-native models, as of this writing, are weaker at faithful retrieval than the three-stage pipelines paired with a tool-using Claude or GPT for the reasoning step. Most production deployments worth running in 2026 are hybrid: speech-native for the small-talk and prosody-heavy moments, classic stack for the moments that require ground truth. The orchestration layer that decides which model handles which moment is now the actual product. Anyone selling you a "voice AI" without surfacing that orchestration is selling you a wrapper.
The latency numbers, with caveats
Pure benchmark numbers are misleading because every measurement methodology disagrees with every other one. Time-to-first-audio, time-to-first-meaningful-content, time-to-interruption-recovery, and full-loop turn time are all different metrics, and vendors pick whichever favors them on a given week. What we measure internally, against our own production traffic on aesthetic and wellness deployments running over Twilio Media Streams, looks roughly like this — median values, US-East routing, English-language calls, May 2026:
| Configuration | Time to first audio | Mid-turn interruption | Cost per minute |
|---|---|---|---|
| OpenAI Realtime (gpt-4o-realtime-preview) | ~410ms | native | $0.06–$0.24 * |
| Anthropic Claude Opus 4.6 voice mode | ~520ms | native | $0.09–$0.28 |
| Gemini 2.5 Live | ~480ms | native | $0.04–$0.18 |
| Deepgram Nova-2 + Claude 3.7 + ElevenLabs Flash | ~780ms | engineered | $0.05–$0.14 |
| AssemblyAI + GPT-4.1 + Cartesia Sonic | ~720ms | engineered | $0.04–$0.12 |
A few takeaways. First, anything under roughly 700ms time-to-first-audio is past the perceptual threshold where callers register the agent as machine-paced. Second, "native interruption handling" is now table stakes; if a vendor demo cannot survive you talking over the agent mid-sentence, walk away. Third, cost per minute is now a small consideration relative to whether the agent actually books appointments — for a single med spa doing 1,500 inbound minutes a month, the difference between the cheapest and the most expensive option in the table is about $300, which is one filler appointment.
Where multi-LLM routing actually earns its keep
There is a marketing line in this industry that "we use multiple LLMs" which has become almost meaningless because everyone says it. The version that actually matters operationally is this: within a single conversation, route specific intents to the model that handles them best, and use the cheaper model for everything else. A concrete shape we see paying off for aesthetic deployments: Claude Haiku 4.5 for first-token-fast intent classification on every utterance, Claude Sonnet 4.6 for the long-context conversational handling and tool use, and a small purpose-trained model (or a Gemini 2.5 Flash invocation) for the moments that need real-time mathematical reasoning about pricing combinations or package math.
The reason this works is not that any single model is dramatically better at any single task. It is that the cost-per-call falls sharply when the expensive model is invoked only for the 20% of turns that actually need it, while the user-perceived quality goes up because the cheap model is fast enough to handle the boring 80% imperceptibly. The frontier here is not in model selection — that is a Tuesday-afternoon decision. The frontier is in the orchestration: deciding which model gets which turn, and getting that decision right at sub-100ms.
The HIPAA conversation that nobody wants to have
Almost every voice AI platform pitched at medical practices in 2026 will tell you they are "HIPAA compliant." Almost none of them are, in the way the practice will need them to be when something goes wrong. The technically accurate statement is that the underlying infrastructure can be operated in a HIPAA-aligned mode if you have a Business Associate Agreement with every link in the chain — the telephony layer (Twilio, Telnyx, Plivo), the STT vendor, the LLM vendor, the TTS vendor, and your own platform. Anthropic offers HIPAA-eligible BAA on Claude through AWS Bedrock and Anthropic's direct enterprise tier. OpenAI offers HIPAA-eligible deployments on Azure OpenAI Service and through their enterprise contract. Google offers HIPAA-eligible Vertex AI Gemini. ElevenLabs and Cartesia have enterprise BAA paths. Deepgram has the most mature healthcare offering of the STT providers.
The right diligence question to ask a voice AI vendor is not "are you HIPAA compliant" — the answer is always yes. The right questions are: who signs your BAA, which subprocessors are in that BAA, do they store call audio or transcripts, for how long, and what is your incident response timeline. If the vendor cannot answer those four questions in writing inside one business day, the practice is the one carrying the risk, not the vendor.
The economic substitution that is actually happening
When voice AI was first pitched at aesthetic practices in 2023 and 2024, the substitution argument was front-desk receptionist hours. That argument was tactical and ultimately not very strategic. The economic substitution that is happening in 2026 is different: voice AI is not replacing receptionist hours, it is replacing the missed call. The unit economics on a missed inbound call at a 1,200-patient med spa are roughly $130 to $190 in lifetime value at expected close rates, and the median practice misses three to seven of them per day. The math on deploying a voice agent does not need a savings argument on labor. It just needs to recover the missed call.
This is the framing that has held up over the eighteen months we have been measuring this in production. It also explains why the deployments that go well start with after-hours coverage and overflow routing — the moments when the calls would have been missed entirely — and then expand into outbound, where the economic argument is even stronger because outbound is essentially zero-marginal-cost reactivation revenue.
What to evaluate before signing anything
A short list of the technical diligence we would want any aesthetic operator to run before paying for a voice AI deployment in 2026. None of these are commercial questions; they are architectural ones. The vendors who can answer them quickly are the ones running a real engineering practice. The vendors who cannot will become an expensive mistake roughly nine months in, when the second-tier model in their stack stops being supported and they have not migrated.
- Which speech-to-text model is in your pipeline today, and what is your migration plan to the next generation when the current model is deprecated?
- Are you running a speech-native model end-to-end, a three-stage pipeline, or a hybrid — and at what trigger does the routing decision happen?
- Show me a real customer's call where the agent successfully handled an objection about pricing without making up a number that is not in our pricing sheet.
- What is your full-loop median latency on production traffic to a US-East endpoint at 8 p.m. on a Tuesday, not in a demo environment?
- Who are all the subprocessors in your BAA, and how often do you re-audit them?
- When a caller interrupts mid-sentence, what does your interrupt handling look like under the hood — VAD-based, ASR-based, or model-native?
- How do you handle the transition from voice agent to human staff for clinical questions, and where in the call recording does that handoff get flagged for audit?
Where this lands for an aesthetic operator deciding whether to invest the cycles: the technology is finally there. The latency is below perceptual threshold. The HIPAA path is clear if you do the diligence. The economic case is stronger than it has ever been. The remaining work is operational — picking a partner whose architectural answers hold up to a thirty-minute technical review, and being willing to instrument the loop honestly enough to see whether it is actually moving the numbers you said you wanted to move. The market for cheap voice AI is going to be loud for the next eighteen months. The market for voice AI that actually books appointments at sub-second latency on HIPAA-eligible infrastructure is much smaller, and the right place to spend your evaluation time.
Written by
Tality Industry Brief
Independent analysis from the Tality applied AI team




