Deep Dive
Two models, two use cases
OpenAI introduced gpt-transcribe for batch processing complete audio files and gpt-live-transcribe for real-time streaming with an open connection. The batch model is built for call archives, podcasts, and large jobs where a 30-minute file processes in under a minute and accuracy matters more than speed. The streaming model targets captions, voice dictation, and live interfaces where latency directly impacts user experience. Both support 57 languages out of the box.
Accuracy where it usually fails
Both models handle notoriously difficult transcription cases better than predecessors: accents, code-switched speech, short answers, proper nouns, and numbers. Developers can provide domain-specific vocabulary lists to ensure the models prioritize industry terms like phishing, ARR, or A1C. The demo showed real-time switching between English and Spanish in the same session, with the model following both directions without degradation. Background noise handling is also improved, so cafes, conference halls, and loud offices won't pollute the final transcript.