AI DEVELOPMENT

    AI Voice Agents for Call
    Centres: 2026 Buyer's Guide

    Voice AI in 2026 is genuinely different from voice AI in 2024. Here is the honest buyer's guide: what OpenAI Realtime actually ships, real cost bands, and where human agents still win.

    AI Voice Agents for Call Centres: 2026 Buyer's Guide
    Jaimish Patel
    by Jaimish Patel
    Publish DateAugust 5, 2026

    A UK CX Director we spoke to last week was losing 30 percent of her inbound call volume to voicemail. Her IVR menu tree drove 40 percent of callers to press zero within 15 seconds. Her AHT was 6 minutes 40 seconds. She had two voice AI vendor demos scheduled and wanted an honest read before signing anything.

    Voice AI in 2026 is genuinely different from voice AI in 2024. OpenAI's Realtime API went generally available in August 2025 with SIP calling built in, sub-300ms latency, and the new gpt-realtime model. The pipeline that used to be speech-to-text plus LLM plus text-to-speech (chained together with all the latency and lost nuance that implies) is now a single bidirectional audio model. That reshaped what production voice agents can actually do.

    This article is the honest buyer's guide. What changed. What voice agents ship reliably in 2026. Latency and naturalness numbers. Real cost bands. And the five things every voice AI vendor is happy not to mention.

    What Changed in 2026: OpenAI Realtime Goes GA

    The 2024 to early-2025 architecture stitched three models together: speech-to-text, LLM reasoning, text-to-speech. Latency was north of a full second in most implementations. Intonation was flat. Interruptions broke.

    The OpenAI Realtime API reshaped this. It processes and generates audio directly through a single model over a persistent WebSocket connection. In its August 2025 GA release, OpenAI added SIP support for direct phone calling, MCP server integration for tools, image inputs, and the new gpt-realtime model with two new voices (Cedar and Marin). Sub-300ms end-to-end latency is now the production spec.

    For teams building voice agents, this collapsed months of pipeline engineering. Native barge-in handling, multilingual support, and native tool calling all shipped as model behaviour rather than custom code.

    For CX Directors evaluating vendors, this is the reference point. Any 2026 vendor pitching a three-model pipeline is describing 2024 architecture. Any vendor pitching sub-500ms latency without a native model is describing an aspiration.

    What AI Voice Agents Actually Handle in Production

    Six use cases with real production traction in 2026:

    • Appointment scheduling. High volume, bounded intent, structured tool calls (calendar API, confirmation SMS). Deflection rates of 60 to 85 percent are realistic.

    • Order and shipment status. Look up order, read tracking status, offer transfer if the customer wants to change delivery. 70 to 85 percent deflection.

    • Account balance and simple queries. Authenticated lookups, read-only responses. 80 to 90 percent deflection.

    • Service outage triage. Confirm the outage, capture affected address, offer callback. Reduces peak-hour hold times by half.

    • Bill payment intent capture. Take the intent and card details, hand off to a secure payment channel. Full autonomy on payment amount is a compliance minefield; capture intent, defer transaction.

    • After-hours triage. Voice AI catches out-of-hours calls, classifies urgency, dispatches to callback queue or on-call human. Better than voicemail; not a replacement for humans.

    Notice what is not on the list. Complex refunds. Contested claims. Cancellations. Regulated advice (medical, financial). Grieving customer support. All still human territory in 2026.

    Latency and Naturalness: The Numbers That Matter

    Two numbers determine whether a voice AI experience feels human or synthetic.

    Latency to first audio. The gap between the customer finishing their sentence and the agent starting to respond. Human agents average 150 to 400 milliseconds. Voice AI in 2024 sat at 800 to 1,400ms. In 2026 with Realtime API, sub-300ms is production spec. Under 250ms sounds natural.

    Barge-in support. When the customer interrupts, the agent must stop, listen, and continue. Native support in Realtime API. In older pipeline architectures, this requires custom voice-activity detection code that never works cleanly.

    Naturalness of the voice itself matters less than either of these two. All three major providers (OpenAI, ElevenLabs, Google) now produce voices that pass casual scrutiny for 60-second calls. Beyond 60 seconds, subtle intonation errors accumulate. This is why the best voice AI deployments in 2026 target sub-90-second calls and hand off for anything longer.

    Real 2026 Cost Bands for Voice AI

    Off-the-shelf voice AI platforms. PolyAI, Regal, Retell, Bland, Vapi charge $0.10 to $0.35 per call minute, all-in with telephony bundled. For a call centre handling 100,000 minutes per month, that lands $10k to $35k monthly. Setup and training data preparation adds 4 to 8 weeks upfront.

    Custom build on OpenAI Realtime.

    • Pilot: £40k to £90k over 8 to 14 weeks. One narrow use case, SIP bridge, live carrier integration, one integration (usually CRM), no compliance review.

    • Production: £120k to £280k over 5 to 8 months. Multi-use-case, full CRM and helpdesk integration, evaluation harness, monitoring, compliance posture, transfer-to-human protocol.

    Ongoing inference: $0.06 to $0.24 per minute of audio. Add Twilio SIP at $0.013 to $0.045 per minute. Total run cost: $0.10 to $0.30 per call minute, similar to off-the-shelf platforms but with full control over data, integrations, and customisation.

    Custom becomes defensible when off-the-shelf treats your specific workflow as an edge case, when you need integrations no vendor offers, or when your call volume above 500,000 minutes per month tips the SaaS math toward build. Below that scale, buy. See our related read on how much custom AI software development costs in 2026 for the broader cost context.

    Where Humans Still Outperform Voice AI

    Gartner's May 2026 research is worth naming. Buyers surveyed in 2025 were 28 percentage points more likely to say a human rep helped them advance in a purchase process than GenAI, 32 percentage points more likely to say a rep made them feel confident, and 39 percentage points more likely to say a rep understood their needs. Same pattern applies to complex service interactions.

    For call centres, that translates into three rules that keep voice AI deployments successful in year two.

    • Any refund, dispute, or cancellation above a value threshold transfers to a human. Set the threshold by risk appetite; never turn it off.

    • Any escalation keywords ("manager", "complaint", "lawyer", "regulator") transfer immediately. No exceptions.

    • Any customer with two or more prior calls in 30 days transfers. Serial callers are either urgent or unhappy; both need a person.

    Voice AI adds capacity and cuts hold times. It does not replace the empathy layer that keeps customers coming back.

    What We Learned Building AI Feedback in IELTSArena

    IELTSArena is our AI IELTS preparation platform. The writing feedback feature evaluates student essays against IELTS band descriptors using a language model. It is not a voice agent, but the evaluation discipline transfers directly.

    We hold a golden set of essays graded by trained IELTS examiners. Every week, and after every model upgrade, we re-run our AI feedback against this set and track correlation with human grades. Twice in the last twelve months we caught meaningful drift between model versions we would not have seen from user feedback alone.

    Apply the same pattern to voice AI. Build a set of 100 to 200 real recorded calls with known correct outcomes (successful resolution, appropriate escalation, correct tool call). Re-run your voice agent against the set weekly. When resolution rate drops on the golden set, investigate before your customers do. Every voice AI programme that fails at year two skips the harness.

    You can see IELTSArena in our portfolio. If you want to talk about a voice AI build for your specific operation, book a voice AI call with WhiteStone.

    Frequently Asked Questions

    How natural do AI voice agents sound in 2026?

    Sub-90-second calls with OpenAI Realtime, ElevenLabs, or Google native voices pass casual scrutiny for most callers. Beyond 90 seconds, subtle intonation errors accumulate. Design your voice agent for shorter interactions with clean handoff for anything longer.

    What is the acceptable latency for voice AI?

    Under 300ms end-to-end to feel natural. Under 500ms is acceptable for utility calls. Above 800ms, callers notice and abandonment climbs. OpenAI Realtime API sub-300ms is the 2026 production spec.

    How does voice AI handle interruptions?

    Native barge-in is now standard in speech-to-speech architectures like OpenAI Realtime. The model detects speech from the caller, stops its own output, and processes the interruption. Older pipeline architectures require custom voice-activity detection code that never works cleanly.

    How much does an AI voice agent cost?

    Off-the-shelf: $0.10 to $0.35 per call minute all-in. For 100,000 minutes monthly, that lands $10k to $35k. Custom build on OpenAI Realtime: pilot £40k to £90k over 8 to 14 weeks; production £120k to £280k over 5 to 8 months.

    Should I build custom or buy off-the-shelf?

    Buy off-the-shelf if your call volume is below 500,000 minutes per month and your use cases fit standard patterns. Custom becomes defensible when your workflow needs integrations no vendor offers, when volume tips the SaaS math toward build, or when data control (healthcare, financial) makes SaaS a non-starter.

    The One Thing to Remember

    Voice AI in 2026 is a real category with real production wins, but the model is one component of five. SIP bridging, CRM integration, observability, compliance posture, and transfer-to-human protocol are still your code. Any vendor pitching "voice AI in a week" is skipping four of the five. Any CX Director signing without a golden-set evaluation harness is skipping the audit that keeps the programme honest through year two.

    If you want a candid conversation about voice AI for your call centre, browse our AI development services or come straight to the call.


    Jaimish Patel

    Jaimish Patel

    CTO

    He leads the technical delivery of AI-powered SaaS and custom software products for clients across the UK, USA, and Europe. He has scoped and shipped 50-plus AI-integrated products including TrackVid and IELTSArena. He writes about the practical economics of AI in production.

    Blog Insights

    Primary Focus

    AI/ML

    Estimated Reading

    8 Minutes

    Target Audience

    Industry Experts

    Direct Inquiry

    Planning to improve development process?

    Consult Now!

    Tags

    aivoice aicall centrecustomer experienceopenai realtimeconversational aicx automationcustom ai development

    Share this article

    👋 Hi there! How can we help you?