OpenAI adds GPT-Realtime-2 + realtime translation + realtime transcription models to the API (May 2026)
OpenAI’s API documentation now lists GPT-Realtime-2 (a more capable realtime voice model), plus gpt-realtime-translate for streaming speech-to-speech translation and gpt-realtime-whisper for low-latency transcription.
Editorial Team
The Authority AI Tools editorial team maintains this directory using vendor documentation, dated source checks, product changelogs, and clearly identified hands-on observations where available.
OpenAI announced new realtime voice models for developers:
- GPT-Realtime-2: OpenAI’s “most capable realtime voice model,” designed for speech-to-speech interactions with configurable reasoning effort. (OpenAI model docs: https://developers.openai.com/api/docs/models/gpt-realtime-2)
- gpt-realtime-translate: a streaming speech-to-speech translation model that returns translated audio plus transcript deltas while source audio is still arriving. (OpenAI model docs: https://developers.openai.com/api/docs/models/gpt-realtime-translate)
- gpt-realtime-whisper: a streaming speech-to-text model for low-latency transcript deltas from live audio. (OpenAI model docs: https://developers.openai.com/api/docs/models/gpt-realtime-whisper)
OpenAI’s developer announcement frames this as an upgrade to “voice agents,” highlighting GPT-Realtime-2 plus dedicated translation and transcription models. (OpenAI Developers on X: https://x.com/OpenAIDevs/status/2052440907933474954)
GPT-Realtime-2: higher capability for voice agents
OpenAI’s docs describe gpt-realtime-2 as a reasoning model for realtime voice interactions, supporting text + audio I/O and image input. (https://developers.openai.com/api/docs/models/gpt-realtime-2)
Notable specs shown in the docs:
- Context window: 128,000 tokens
- Max output tokens: 32,000 tokens
- Endpoints listed: includes
v1/realtimeplus the standard API endpoints.
(https://developers.openai.com/api/docs/models/gpt-realtime-2)
The docs also show token-based pricing for text/audio/image for this model. (https://developers.openai.com/api/docs/models/gpt-realtime-2)
gpt-realtime-translate: streaming speech-to-speech translation
OpenAI’s docs describe gpt-realtime-translate as a streaming speech-to-speech translation model for live multilingual audio experiences. (https://developers.openai.com/api/docs/models/gpt-realtime-translate)
OpenAI says it uses a dedicated realtime translation endpoint and streams translated audio and transcript deltas while source audio arrives. (https://developers.openai.com/api/docs/models/gpt-realtime-translate)
The docs show per-minute audio pricing for this model. (https://developers.openai.com/api/docs/models/gpt-realtime-translate)
gpt-realtime-whisper: low-latency transcription
OpenAI’s docs describe gpt-realtime-whisper as a streaming speech-to-text model for realtime transcription, designed for low-latency transcript deltas from live audio. (https://developers.openai.com/api/docs/models/gpt-realtime-whisper)
The docs show per-minute audio pricing and list the realtime transcription endpoint as v1/realtime/transcription_sessions. (https://developers.openai.com/api/docs/models/gpt-realtime-whisper)
Why this matters
If you’re building realtime voice experiences, OpenAI is signaling a clearer split between:
- a general-purpose voice agent model (gpt-realtime-2) and
- specialized “pipe” models for translation and transcription.
This can simplify production architectures where you need translation and captions alongside agent reasoning.
Sources
- OpenAI Developers announcement: https://x.com/OpenAIDevs/status/2052440907933474954
- OpenAI model docs (gpt-realtime-2): https://developers.openai.com/api/docs/models/gpt-realtime-2
- OpenAI model docs (gpt-realtime-translate): https://developers.openai.com/api/docs/models/gpt-realtime-translate
- OpenAI model docs (gpt-realtime-whisper): https://developers.openai.com/api/docs/models/gpt-realtime-whisper
Tools Mentioned in This Article
Free Resource
2026 AI Coding Tools Comparison Chart
Side-by-side comparison of features, pricing, and capabilities for every major AI coding tool.
No spam, unsubscribe anytime.
Frequently Asked Questions
What is OpenAI adds GPT-Realtime-2 + realtime translation + realtime transcription models to the API (May 2026)?
Related Articles
Cursor open-sources Mixture-of-Kittens, an MoE training megakernel
Cursor Research says its open-source Mixture-of-Kittens megakernel for GB300 NVL72 systems fuses MoE communication and computation and delivered a 1.41× end-to-end tokens-per-second gain in its production stack.
Read more →Product UpdatesCursor adds Google Workspace plugins for agents
Cursor’s August 3, 2026 changelog adds Google Workspace plugins that let coding agents read, write, and act across Drive, Gmail, Calendar, Docs, Sheets, and Chat.
Read more →Product UpdatesClaude Code 2.1.224 adds self-hosted runners and cross-session messaging
Anthropic’s official Claude Code changelog update for August 7, 2026 adds self-hosted runners for web, mobile, and desktop sessions plus cross-session messaging and other workflow changes.
Read more →