Whisper Large v3
Audio Available Full comparison ↗ openai/whisper-large-v3 · by OpenAI
· encoder-decoder-transformer
Pricing — 1 offering(s)
Audio minutes
- $0.0019 / minute Current 2024-10-01 → present
Showing the active price and any recorded history. Full pricing history is available via the paid API — see API docs.
See how Whisper Large v3 fits into a cost-aware routing setup
See how →About Whisper Large v3
Whisper Large v3 is OpenAI's open-weight speech-recognition checkpoint — an encoder-decoder transformer with the same architecture as Whisper large-v2 bar two changes: 128 Mel frequency bins (up from 80) and a new Cantonese language token. It was trained on roughly 1 million hours of weakly-labelled audio plus a further 4 million hours pseudo-labelled by large-v2 itself.
This registry entry covers Groq's hosted inference of that open checkpoint, not a self-hosted deployment. It matters because OpenAI's own hosted transcription API, whisper-1, still runs the older large-v2 checkpoint — so reaching large-v3 through Groq is a meaningfully more accurate option within the same Whisper lineage, and at $0.00185 per minute it is the cheapest STT option in this registry, undercutting whisper-1 as well.
OpenAI's release notes report a 10–20% relative error-rate reduction over large-v2 across most languages, with the largest gains on accented and non-native speech; no single absolute WER figure was published the way large-v2's were. Groq's pricing page currently states 217× real-time throughput for its hosting, up from an earlier independently-benchmarked 164× as its serving stack has been optimised.
The tradeoffs are structural: this is batch / file-upload only — there is no streaming endpoint, no native speaker diarization, and no custom vocabulary support — and Groq bills a 10-second minimum per request.
Capability profile
Benchmarks
| Benchmark | Score | Config | Source |
|---|---|---|---|
| WER improvement vs large-v2 | — | 10-20% relative error-rate reduction across most languages, per OpenAI's own release notes — no single absolute WER figure published for large-v3 the way whisper-1's large-v2 LibriSpeech numbers are. | source ↗ |
| Throughput (Groq hosting) | 217 x real-time | Groq's current stated throughput figure on their pricing page. An earlier Artificial Analysis benchmark (Groq's own blog, https://groq.com/blog/groq-runs-whisper-large-v3-at-a-164x-speed-factor-according-to-new-artificial-analysis-benchmark) measured 164x — Groq's hosting has been further optimised since. | source ↗ |
Operator guidance
Choose Whisper Large v3 on Groq when cost matters and you want a meaningfully more accurate Whisper checkpoint than OpenAI's own whisper-1 (large-v2). At $0.00185/min it undercuts every other STT option in this registry, including whisper-1 itself. Choose Nova-3 or Universal-2 instead if you need native streaming or diarization: this entry, like whisper-1, is batch/file-upload only.
Use cases
- Cost-sensitive batch transcription at scale — cheapest STT option in this registry
- Higher-accuracy alternative to whisper-1 for the same OpenAI Whisper lineage
- Multilingual and accented-speech transcription where large-v2-based whisper-1 underperforms
Limitations
- No streaming endpoint — batch/file-upload only via Groq's API
- No native speaker diarization
- No custom vocabulary support
- 10-second minimum billing per request