Skip to main content
    Cloudax
    Partners
    Sign inLet's Talk
    News > Research

    The sub-second shortlist: picking the right OpenAI model for live voice

    Cloudax

    1 May 2026

    9 min read

    Share

    All news

    Twelve OpenAI models, one voice budget. Five runs each, warmed and cold, default and priority. The right answer is rarely a single model. It is picking the right OpenAI model for each turn.

    Three numbers from the run

    528 ms
    Lowest total median

    GPT-4o on priority, warmed, five runs: the tightest TTFT and p95 in the lineup. GPT-4.1 (slightly slower at 783 ms) is the safer orchestration pick despite the latency floor.

    4
    Models inside the live-turn budget

    Four models hold a sub-700 ms total median on priority, the candidates that fit the live conversational turn. The rest are not slower, they are built for different jobs.

    −34%
    Best priority-tier improvement

    GPT-4.1 Nano gained the most from priority routing. Reasoning models barely moved. Priority is a tail-latency dampener, not a uniform speed-up.

    What was measured, and how

    A voice turn isn't a benchmark. It's a stack, and the model is one slice. This benchmark isolates that slice and stresses it the way live traffic would.

    Each of the twelve models was given the same Voice AI-shaped prompt and the same generation budget. Five timed runs per model after a warmup, then a separate cold-start pass to expose tail behaviour. Where supported, both default and priority tiers were tested; where priority was unavailable the request fell back to default and the row is marked accordingly.

    Three numbers reported per model:TTFT median (time to first useful token),TOTAL median (request to last token of a short voice-turn response) and TOTAL p95(the tail the caller will eventually hear). Reasoning models (GPT-5.2 / 5.4 / 5.5) were run with effort=none. Non-reasoning models were run at temp=0.2.

    “In voice, the median tells you what your demo will feel like. The p95 tells you what your customers will remember.”

    Five runs per model, warmed, priority routing

    Sorted by total median latency. This is the kindest possible condition for each model: pre-warmed connection, priority queue, short voice-turn output. The shape of this table is what shows which models belong on the live turn and which belong elsewhere in the pipeline.

    Priority tier · five runs · warmed
    #ModelServedTTFTTOTALp95
    01GPT-4opriority351 ms528 ms629 ms
    02GPT-4.1 Nanopriority483 ms657 ms1014 ms
    03GPT-4.1 Minipriority406 ms661 ms687 ms
    04GPT-5.4 Minipriority458 ms703 ms3424 ms*
    05GPT-4o Minipriority478 ms778 ms843 ms
    06GPT-4.1priority464 ms783 ms885 ms
    07GPT-5.4 Nanodefault427 ms803 ms1233 ms
    08GPT-5 Minipriority570 ms881 ms934 ms
    09GPT-5.2priority544 ms1274 ms1314 ms
    10GPT-5.5priority623 ms1342 ms4220 ms*
    11GPT-5.4priority473 ms1362 ms1559 ms
    12GPT-5.3 Chatdefault1179 ms1917 ms2102 ms
    * p95 spike from a single tail event. GPT-5.4 Mini run 4 hit 3.4 s; GPT-5.5 ran into a similar tail at 4.2 s. Excluding those outliers, their medians remain accurate.

    Priority routing is not a uniform speed-up

    Priority is sold as a flat upgrade. The data says otherwise. The biggest gains landed on the smallest, fastest models, exactly the ones whose default-tier latency was already being dominated by queue time, not compute. Reasoning models shed hundreds of milliseconds in absolute terms but their floor is set by thinking, not routing.

    Two models (GPT-4o Mini and GPT-5.2) actually gotslowerunder priority in this run, by 22% and 16% respectively. That's a strong signal not to assume priority is a free improvement; benchmark it on your own prompt and your own time-of-day before you commit a production voice path to it.

    Default → Priority delta
    ModelDefaultPriorityΔ
    GPT-4.1 Nano996 ms657 ms−339 ms · −34%
    GPT-5 Mini1160 ms881 ms−279 ms · −24%
    GPT-5.51756 ms1342 ms−414 ms · −24%
    GPT-4.1877 ms783 ms−94 ms · −11%
    GPT-4.1 Mini726 ms661 ms−65 ms · −9%
    GPT-5.4 Mini770 ms703 ms−67 ms · −9%
    GPT-4o572 ms528 ms−44 ms · −8%
    GPT-5.4 Nano890 ms803 ms— · n/a
    GPT-5.3 Chat2061 ms1917 ms— · n/a
    GPT-5.41292 ms1362 ms+70 ms · flat
    GPT-4o Mini637 ms778 ms+141 ms · +22%
    GPT-5.21095 ms1274 ms+179 ms · +16%

    The same lineup, through a buyer's lens

    Latency decides whether a model can hold a turn. Token cost, context window and knowledge cutoff decide whether you can afford to keep it on the turn at scale, with the right history, against the right facts.

    Cost, context, cutoff
    ModelInput/1MOutput/1MContextCutoff
    GPT-4o$2.50$10.00128KOct 2023
    GPT-4.1 Nano$0.10$0.401.05MJun 2024
    GPT-4.1 Mini$0.40$1.601.05MJun 2024
    GPT-5.4 Mini$0.75$4.50400KAug 2025
    GPT-4o Mini$0.15$0.60128KOct 2023
    GPT-4.1$2.00$8.001.05MJun 2024
    GPT-5.4 Nano$0.20$1.25400KAug 2025
    GPT-5 Mini$0.25$2.00400KMay 2024
    GPT-5.2$1.75$14.00400KAug 2025
    GPT-5.5$5.00$30.001.05MDec 2025
    GPT-5.4$2.50$15.001.05MAug 2025
    GPT-5.3 Chat$1.75$14.00128KAug 2025
    Source: developers.openai.com/api/docs/models, captured 1 May 2026. Token pricing is per 1M text tokens, US dollars, default tier.

    Pick by behaviour, not benchmark

    Latency tells you whether a model can talk. It does not tell you whether the model should hold the tool surface, orchestrate a multi-turn flow, or grade the call once it ends. Each tier in OpenAI's lineup has a job; the timings alone don't show you which one.

    Nano tier: fastest off the line, best as a gate

    GPT-4.1 Nano and GPT-5.4 Nano post the lowest TTFT figures and benefit most from priority routing. In practice, nano models are less consistent at chained tool calls: JSON arguments occasionally drift and multi-call sequences can break across turns. Excellent as a first-pass intent classifier, language detector or confidence gate; better not deployed as the model holding the tool surface in a multi-step voice flow.

    Mini tier: fast enough, best on bounded sub-tasks

    GPT-4.1 Mini and GPT-5.4 Mini look ideal at first glance: ~700 ms total, sub-second p95, decent token throughput. The thing to watch for is conversational. Across longer voice flows, minis can lose track of where they are, skip pre-conditions on tool calls and re-ask questions the caller already answered. Strong for one-shot tasks (summarise, extract, classify); not the right tier for long-conversation orchestration.

    Reasoning tier: smart, accurate, best off the live path

    GPT-5.2, GPT-5.4 and GPT-5.5 land between 1.27 s and 1.36 s on total median, with p95 spikes north of 4 s on tail events. These models consume most of the turn budget on their own, leaving little room for ASR finalisation, retrieval, validation and TTS. They are exactly what you want for post-call analysis, evaluation, scoring and summarisation, just not on the live wire.

    Full-model tier: GPT-4.1 is the orchestration pick

    GPT-4o posts the lowest TTFT, the lowest total median and the tightest p95 in this run. It is also the model with the most-documented weaknesses on instruction-following and hallucination. GPT-4.1 lands ~250 ms slower at 783 ms total, 885 ms p95, and is a material upgrade on instruction-following, tool-call discipline and factuality. For a live turn that has to behave reliably, that latency gap is worth paying.

    “GPT-4o has the lowest TTFT in this lineup, and the most documented weaknesses on instruction-following and hallucination. The cheapest model on the clock is rarely the cheapest model on the conversation.”

    The right answer is a per-turn portfolio

    Holding a sub-second turn on OpenAI doesn't come from picking one best model; it comes from routing OpenAI's full lineup, one tier per job,per turn.

    1. GPT-4.1 on the live turn.The conversational orchestrator. Tool selection, argument formation and the spoken response.
    2. Mini for specialised assistants.Bounded, one-shot sub-tasks: summarisation, extraction, classification, intent shaping.
    3. GPT-4.1 for complex chains.When a flow has to coordinate multiple tool calls and persistent state across turns, the same instruction-following and tool-call discipline pays compound interest.
    4. Reasoning off the wire.Grade calls, enrich CRM notes, run evals overnight. Never on the live turn budget.

    The right voice model is a portfolio

    For the live conversational turn, GPT-4.1 is the natural fit: slightly slower than GPT-4o but a material upgrade on instruction-following and hallucination, which is what production voice actually needs. For specialised one-shot assistants, mini suits the role. For complex multi-step chains, the same full-tier GPT-4.1 carries the orchestration. For evaluation off the wire, reasoning models.

    The question "which OpenAI model is best for voice?" is the wrong one. The right one is "which OpenAI model belongs on this turn?"

    Architect for presence, not benchmarks.

    A latency-first voice stack on OpenAI is rarely one model; it is a portfolio of tiers, routed per turn against a fixed sub-second budget. Talk to our team about instrumenting the four numbers that matter on your current deployment.

    Talk to our teamSee it run live

    Keep reading

    Policy · 22 JUL 2026

    The EU AI Act hits voice: what August 2026 means for conversational AI

    The Act's high-risk obligations apply from 2 August 2026. Most voice AI in production is limited risk, but emergency triage, recruitment, credit, insurance, education and public services are not. What actually applies to a voice agent, where the line falls by industry, and the role trap that turns a buyer into a provider.

    Standards · 28 MAY 2026

    Cloudax publishes OHP: the Open Handoff Protocol for voice AI

    OHP: the Open Handoff Protocol. A vendor-neutral specification for handing off live voice conversations between AI agents, IVRs, contact centres and humans, with verified identity, intent, consent and media continuity across competing platforms.

    Partnership · 18 MAY 2026

    Cloudax partners with Gamma to bring voice AI to enterprise UC

    Cloudax joined Gamma's main stage at GX Summit 2026 in Westminster as part of Gamma's AI strategy vision, and ran a live voice AI deployment on the day. Cloudax integrates with existing Gamma systems with no rip-and-replace and no lengthy migrations.

    See how Cloudax's more human AI can transform your business

    No commitment, free consultation included

    Let's Talk
    CloudaxCyber Essentials certifiedCyber Essentials Plus certifiedISO 27001 certified

    Find us

    167-169 Great Portland St.
    London W1W 5PF

    1 Hardman Square
    Manchester M3 3EB

    +44 333 011 1190
    [email protected]

    Solutions

    • Connect
    • Inbound
    • Outbound
    • Chat

    Use cases

    • Property
    • Legal
    • Finance
    • BPOs
    • Utilities & Energy
    • Automotive
    • Travel & Hospitality
    • E-commerce & Retail

    Company

    • About Us
    • Careers
    • Case Studies
    • News
    • Press
    • Contact
    • Security
    • Brand

    Legal

    • Privacy Policy
    • Terms & Conditions
    • Cookies Policy
    • Accessibility Statement
    • Modern Slavery Statement
    • Anti-Bribery Statement
    • Code of Conduct
    • Environmental & Sustainability Policy
    © 2026 Cloudax Ltd. All rights reserved. Cloudax® is a registered trade mark.