OpenAI announced on X that GPT-Realtime-2.1-mini is now live in its API, extending the company’s Realtime lineup with a mini-tier model that adds reasoning and native tool calling. The company said pricing holds at the same level as GPT-Realtime-mini, the model it replaces in that tier. Capability went up. Cost did not move.
The Realtime API is OpenAI’s infrastructure for speech-to-speech applications. It lets a model listen, reason, and respond within one continuous audio stream, instead of the older pipeline of transcribing speech to text, running a separate text model, then synthesizing audio back out. That older chain adds delay at every handoff. A single-model speech-to-speech path is why voice agents, phone-answering systems, customer support bots, in-car assistants, have started sounding closer to a live conversation rather than a slow relay of translations.
Reasoning and tool use had been reserved mostly for OpenAI’s higher tier Realtime models. Mini-tier models were fast and cheap but limited to straight conversational response, with no built-in way to check a database, call an external API, or look up an order status mid-call. Folding reasoning and tool calling into the mini tier matters for builders running voice agents at real volume, because API spend scales directly with conversation minutes and the mini tier is the version most startups actually put into production. The flagship Realtime tier is often too costly to run on every call.
Holding the price flat while adding capability functions as a quiet cut in the effective cost per feature: developers get more for the same spend rather than paying a premium for reasoning access. This follows a pattern OpenAI has used before, letting a capability upgrade ride into an existing price tier instead of debuting behind a new one. It also raises the bar for rivals selling low-cost conversational audio infrastructure, including Google’s Gemini Live API and specialists such as Deepgram and ElevenLabs.
OpenAI’s announcement post did not include latency numbers, benchmark scores, or a head-to-head comparison against the outgoing mini model. How much the added reasoning step affects end-to-end response time in a live call is not yet public, and independent testing will need to fill that gap.
For teams already running voice agents on the mini tier, the concrete next step is to test whether workarounds built to compensate for the old model’s limits, routing a call out to a separate text model mid-conversation to check inventory or pull account data, can now happen natively inside the Realtime session. Cutting that extra hop is where the latency and cost savings will actually show up.
Per OpenAI’s announcement on X, July 2026.