共有:

OpenAI · Realtime API 2.1

Voice agents get a
lightweight tier.

After months focused on reasoning, coding, and cyber-defense, OpenAI is stepping back into the low-latency voice agent space. The new Realtime API pairs a full-fidelity GPT-Realtime-2.1 with a stripped-down GPT-Realtime-2.1 mini. Whether you're wiring up a call center, a lobby kiosk, or an internal IVR, having two rungs on the ladder changes how you design.

AI Navigate Editorial2026.07.086 min read

GPT-REALTIME-2.1 High fidelity Best conversation quality GPT-REALTIME-2.1 MINI Low latency, low cost Built to scale
01

The Gap

Recent months leaned
toward reasoning and code

The first half of 2026 saw OpenAI push hard on chain-of-thought efficiency, coding agents, and self-hosted cyber-defense experiments — all in the text and thinking half of the stack. The Realtime API line for voice agents quietly stopped receiving major updates. As Anthropic, ElevenLabs, and Google's Gemini Live kept trimming voice latency, OpenAI's stance felt more like "we have voice; we're not all-in on it."

That is what changed with this release. Two new models arrived for the low-latency voice agent stack: the full-fidelity GPT-Realtime-2.1 and the lighter GPT-Realtime-2.1 mini. It isn't just "one more model on the shelf" — the meaningful part is that OpenAI is now shipping a two-rung ladder: full-featured and lightweight in parallel.


02

Anatomy of Latency

Where a voice agent's
lag actually comes from

"It feels slow" breaks down into three distinct stages. Once you see them, it's obvious where a lightweight tier can help.

01 Speech → text Recognition 02 Think and answer Model inference 03 Text → speech Synthesis This is where it bloats
FIG. Of the three stages, the middle "think and answer" step is where latency compounds. The lightweight tier trims that stage.
01

Recognition (speech → text)

Turning the microphone signal into text. Unless conditions are hostile, modern ASR finishes in well under a second. Full and lightweight feel about the same here.

02

Think and answer (inference)

The dominant contributor to perceived lag. The full model can trace context deeply and pick a smart reply, but time-to-first-token stretches. The lightweight tier compresses this step so the response starts faster.

03

Synthesis (text → speech)

Rendering the reply as audio. Streaming synthesis makes this rarely the bottleneck. Naturalness comes from the model's prosody, but latency doesn't hinge on this stage.

03

2.1 vs 2.1 mini

Choose on two axes:
latency and conversation load

You don't need a complicated policy split — two simple criteria decide it.

2 models
Full and lightweight, side by side
Low latency
mini prioritizes fast time-to-first-token
High fidelity
2.1 for complex dialog and reasoning

Exact pricing and latency numbers depend on the pricing page, so we'll stick to the shape of the split. The full GPT-Realtime-2.1 fits multi-turn requirement gathering and domain-heavy consultations — situations where users stay on the same thread for a while, or trust the AI to make judgment calls.

The lightweight GPT-Realtime-2.1 mini shines where volume is high and each exchange is short: rescheduling appointments, menu lookups, form assistance, IVR first-line handling. Anywhere users expect a reply in a beat. You shouldn't force a working full-tier flow down to mini for its own sake — and heavy flows are usually better off starting on 2.1 rather than being rewritten later.

04

Where It Lands

Where it actually helps

Call-center first line

Route "change my reservation," "opening hours," "where's my package?" — the routine 80% — through mini, and escalate anything nuanced to a human or 2.1. Suddenly you don't have to route everything to people, or pay for top-tier inference on every call.

Front-desk and kiosk voice

In busy moments, any perceptible pause breaks the experience. Mini's fast time-to-first-token is exactly the "seconds from asked to answered" you feel. Multilingual support can sit on the same model.

Internal IVR and assistants

Calendar checks, expense entry over voice, spoken knowledge lookup — short back-and-forth in a work context. Responsiveness matters more than depth, and mini fits that shape.


05

So What

Irrelevant to text-only teams,
a tailwind if you build voice

If you only ship chat UIs, this release barely lands. It's another entry in the Realtime API list — nothing more. Flip it around, though, and this is a real menu for people building voice. Where the choice used to be "either accept full-tier latency, or bolt an outside voice model onto your stack," you now have two rungs inside OpenAI's own house.

Two design instincts follow. First: start on mini and fall back to 2.1 only where the experience breaks. Going the other way lets you get used to the full-tier lag and quietly miss the mini-shaped opportunities. Second: push heavy reasoning off the voice path. Let the voice model do "heard it, replied" fast, and route deeper judgment into an asynchronous text pipeline. That's where mini's strengths add up.

Source: OpenAI · AI Navigate — Daily Update · 2026.07.08