OpenAI Releases Whisper Large-v3, Cutting Speech Recognition Errors 10-20% Across Languages
OpenAI has released Whisper large-v3, an open-weight automatic speech recognition and translation model trained on 5 million hours of audio. The model reduces transcription errors by 10-20% compared to its predecessor and adds native Cantonese support.
OpenAI has released Whisper large-v3, an update to its open-weight automatic speech recognition (ASR) and speech translation model, available now on Hugging Face. The model reduces word error rates by 10% to 20% compared to Whisper large-v2 across a wide range of languages, according to OpenAI.
What changed
Whisper large-v3 keeps the same underlying architecture (approximately 1.55 billion parameters) as large and large-v2, with two technical modifications:
- Input spectrogram resolution: increased from 80 to 128 Mel frequency bins, giving the model more granular frequency information to work with.
- New language token: Cantonese is now supported as a distinct language, separate from Mandarin.
Training data
The model was trained on 1 million hours of weakly labeled audio combined with 4 million hours of pseudo-labeled audio — the latter generated using Whisper large-v2 itself — for a combined dataset of 5 million hours. Training ran for 2.0 epochs over this mixture. This is consistent with OpenAI's original Whisper approach of large-scale weak supervision rather than fully hand-labeled datasets, first described in the paper "Robust Speech Recognition via Large-Scale Weak Supervision" by Alec Radford et al.
Capabilities and access
Whisper large-v3 performs both transcription (source and target language matching) and translation (target text in English regardless of source language), with automatic language detection. It supports sentence-level and word-level timestamps and handles audio of arbitrary length through either sequential or chunked long-form decoding strategies. The model has a native receptive field of 30 seconds per pass.
The model is fully open-weight and distributed through Hugging Face Transformers, installable via pip and usable through the standard pipeline API or direct model/processor calls. As an open model, there is no per-token API pricing — cost is determined by self-hosted compute (GPU inference with torch.float16 recommended) or third-party hosting providers.
What this means
Whisper large-v3 is not a frontier LLM release, but it is one of the more widely deployed open models in production ASR pipelines — used in transcription tools, captioning services, and voice-agent front ends across the industry. A 10-20% error reduction is meaningful at scale: for high-volume transcription workloads, that translates directly into fewer manual corrections and lower downstream error propagation into diarization, translation, or LLM-based summarization steps that consume Whisper's output. The addition of a dedicated Cantonese token also signals OpenAI's continued investment in language coverage for markets where prior Whisper versions conflated related but distinct languages. Because the model remains open-weight, its real-world impact will be shaped less by OpenAI's own roadmap and more by how quickly the open-source ecosystem (Hugging Face, faster-whisper, and inference providers like Groq and Together AI) integrates and optimizes it for latency and cost.
Related Articles
Meta Open-Sources Muse Spark 1.2, Announces On-Device Model Family Muse Glimmer
Meta CEO Mark Zuckerberg announced the company will open-source its Muse Spark 1.2 model and launch a new on-device model family called Muse Glimmer. The move positions Meta against closed-model rivals OpenAI and Anthropic and against Chinese open-weight labs like DeepSeek and Alibaba.
OpenAI Launches GPT-5.6-Cyber Model and Expands Daybreak Cyber Defense Service
OpenAI has expanded its Daybreak cyber defense service into two tiers, Blue and Red, and introduced GPT-5.6-Cyber, a specialized model built on GPT-5.6 Sol for security testing and vulnerability research. The Red tier, which includes the new model, is currently limited to trusted partners like Accenture, IBM, CrowdStrike, and Cloudflare.
OpenAI Launches $125/Month ChatGPT Business Premium Seat With 5x Usage Limits
OpenAI has launched ChatGPT Business Premium seats, a new tier priced at $125/month ($100 if billed annually) that offers five times the usage of Standard Business seats and removes the five-hour-per-day limit on advanced features. The move comes as Chinese open-weight models increasingly rival closed-source frontier AI on capability.
OpenAI Launches GPT-5.6-Cyber, a Specialized Model That Answers 95% of Blocked Security Queries
OpenAI has launched GPT-5.6-Cyber, a specialized model for offensive security research that answers 95% of sensitive cybersecurity queries other models refuse. The model already discovered real vulnerabilities in Chrome's V8 engine and a major mobile OS, and is available through a new restricted access tier called Daybreak Red.
Comments
Loading...