OpenAI adds GPT-Realtime-2.1-mini to the API with reasoning and tool use
GPT-Realtime-2.1-mini is a distilled reasoning model for realtime voice, with function calling, a 128,000-token context window, and text, audio, and image input. OpenAI's pricing page lists it at the same rates as GPT-Realtime-mini: $0.60/$2.40 per 1M text tokens and $10/$20 per 1M audio tokens.
GPT-Realtime-2.1-mini is available in the OpenAI API as gpt-realtime-2.1-mini, a distilled reasoning model for realtime voice that supports function calling and reasoning tokens at the same published price as GPT-Realtime-mini. OpenAI announced it on July 6, 2026, before its own docs listed it; the model, its specifications, and its pricing are now documented on OpenAI's developer platform.
This matters if you build lower-cost voice or streaming agents: reasoning and tool use are reachable at the mini price point rather than only on larger Realtime models.
Key Takeaways
- Model string:
gpt-realtime-2.1-mini, listed on OpenAI's models page alongsidegpt-realtime-2.1. - What it does: OpenAI documents it as a distilled reasoning model optimized for "faster, lower-cost realtime voice interactions", connecting over WebRTC, WebSocket, or SIP.
- Capabilities: reasoning token support and function calling (tool use) are both listed on the model page.
- Cost: identical published rates to GPT-Realtime-mini -- $0.60/$2.40 per 1M text input/output tokens and $10.00/$20.00 per 1M audio input/output tokens (pricing).
GPT-Realtime-2.1-mini Specifications
| Attribute | Value |
|---|---|
| API model string | gpt-realtime-2.1-mini |
| Context window | 128,000 tokens |
| Maximum output tokens | 32,000 |
| Input modalities | Text, audio, image |
| Output modalities | Text, audio |
| Reasoning tokens | Supported |
| Function calling (tool use) | Supported |
| Connection types | WebRTC, WebSocket, SIP |
| Knowledge cutoff | September 30, 2024 |
Source: OpenAI's GPT-Realtime-2.1 mini model page.
Pricing: The Cost-Parity Claim, Verified
OpenAI's announcement said the model arrived "at the same cost as GPT-Realtime-mini." OpenAI's pricing page now lists both models, and the rates match:
| Per 1M tokens | gpt-realtime-2.1-mini | gpt-realtime-mini |
|---|---|---|
| Text input | $0.60 | $0.60 |
| Text output | $2.40 | $2.40 |
| Audio input | $10.00 | $10.00 |
| Audio output | $20.00 | $20.00 |
Source: OpenAI API pricing, checked 2026-08-03. The practical read is that moving a mini-tier voice agent from gpt-realtime-mini to gpt-realtime-2.1-mini adds reasoning and tool use without changing the published per-token cost. Reasoning tokens are billed as output tokens, so a model that reasons more can still cost more per interaction even at an identical rate card -- measure your own workload rather than assuming parity in the bill.
What OpenAI Announced
The OpenAI Developers account stated that "GPT-Realtime-2.1-mini is now available in the API, bringing reasoning and tool use to our Realtime mini lineup at the same cost as GPT-Realtime-mini" (OpenAI Developers on X, July 6, 2026).
OpenAI's API changelog carries the release entry for both models, describing gpt-realtime-2.1 as "an updated realtime reasoning model with improved alphanumeric recognition, silence and noise handling, and interruption behavior", and gpt-realtime-2.1-mini as "a faster, lower-cost distilled reasoning model for realtime voice applications."
Note the difference in emphasis: the announcement leads with reasoning and tool use, while the changelog entry for the full gpt-realtime-2.1 model leads with speech-handling improvements -- alphanumeric recognition, silence and noise handling, and interruption behavior. OpenAI has not published benchmark figures for either claim, so treat the speech-quality improvements as vendor-stated and unquantified.
Why It Matters for Voice and Streaming Agents
For real-time voice and low-latency streaming, the value of a mini Realtime model is cost per interaction. With reasoning and function calling documented at the mini rate card, a voice agent can plan and call tools without moving up to a larger Realtime model.
Two things worth validating before you ship it. First, reasoning latency: a model that emits reasoning tokens before speaking can feel slower in a live conversation than one that does not, and OpenAI publishes no latency figures for this model. Second, the reasoning-token billing noted above. Both are workload-specific, and neither is answered by the rate card.
Sources
- OpenAI models page -- lists
gpt-realtime-2.1andgpt-realtime-2.1-mini. - GPT-Realtime-2.1 mini model page -- description, capabilities, context window, modalities, knowledge cutoff, pricing.
- OpenAI API pricing -- per-1M-token rates for both mini models.
- OpenAI API changelog -- release entry for
gpt-realtime-2.1andgpt-realtime-2.1-mini. - OpenAI Developers on X -- the original July 6, 2026 announcement. X gates automated reads, so this post is cited as published and every claim above is independently grounded in the OpenAI-owned pages listed here.
Updated 2026-08-03: when this article was published on July 7, 2026, OpenAI's platform docs had not yet listed the model, so it recorded only what the announcement stated. OpenAI now documents the model, its specifications, and its pricing; the specifications, pricing table, and cost-parity verification above were added from those sources.
Read next
Keep building the workspace playbookOpenAI: Responses API web search can now return image results
OpenAI added image results to the Responses API web_search tool, letting apps retrieve web-grounded visuals (with source links) alongside regular text results.
OpenAI Previews GPT-5.6: Sol, Terra, and Luna in Limited Preview
OpenAI announced a limited preview of the GPT-5.6 family: Sol, a next-generation frontier flagship OpenAI calls a step function better than GPT-5.5; Terra, a balanced model competitive with GPT-5.5 at 2x lower cost; and Luna, its most cost-efficient model. Access starts with trusted partners in Codex and the API.
Frequently Asked Questions
What is GPT-Realtime-2.1-mini?
GPT-Realtime-2.1-mini is a realtime voice model in the OpenAI API, documented as a distilled reasoning model optimized for faster, lower-cost realtime voice interactions. OpenAI's model page lists reasoning token support and function calling, a 128,000-token context window, and connections over WebRTC, WebSocket, or SIP.
How much does GPT-Realtime-2.1-mini cost?
OpenAI's pricing page lists GPT-Realtime-2.1-mini at $0.60 per 1M text input tokens and $2.40 per 1M text output tokens, and $10.00 per 1M audio input tokens and $20.00 per 1M audio output tokens. Those are the same rates listed for GPT-Realtime-mini, so the cost-parity claim in OpenAI's announcement is confirmed on the pricing page.
What is the model string for GPT-Realtime-2.1-mini?
The API model identifier is gpt-realtime-2.1-mini, listed on OpenAI's models page alongside gpt-realtime-2.1. Both were absent from the docs when the model was announced on July 6, 2026, and are documented now.
Does GPT-Realtime-2.1-mini support tool use?
Yes. OpenAI's model page lists function calling and reasoning token support for GPT-Realtime-2.1-mini. It accepts text, audio, and image input, returns text and audio output, and has a maximum of 32,000 output tokens.