Whisper V3
Whisper V3 is OpenAI's open-weight speech family around large-v3, not the current hosted Speech-to-Text default. Rechecked 2026-08-17: github.com/openai/whisper had 107,437 stars, license MIT, last push 2026-07-28. Treat this page as the open repo, not whisper-1 on the API and not whatever newer hosted transcription SKU OpenAI is selling now. Drop leftover latest STT / English WER <3% / most powerful open-source as an audited 2026 crown.
Compare whisper-1 if you wanted the older API object, OpenAI if you wanted the live hosted catalog, and Deepgram Nova-2 if that page is still the leftover hosted alternative.
Key Features
- Open weights, not the API default: The GitHub repo is MIT inference plus model cards. Recheck OpenAI's current transcription model list before you send production audio to "whisper-v3" as if it were the hosted SKU.
- Family, not one file: Leftover copy listed Tiny through Large-v3 sizes. Recheck the repo README for the names that still download.
- No invented WER: <3% English WER is out unless you re-run a first-party card. We did not.
- Not a 99-language census we re-counted: The original paper and cards talk multilingual training. Recheck the card; do not freeze 99 as law.
Use Cases
- People self-hosting Whisper weights who need the MIT repo, not a hosted default.
- People comparing leftover large-v3 to the current OpenAI transcription API.
- People who were about to paste WER <3% into a 2026 deck.
Limitation: GitHub raw README was rate-limited in this pass. Stars/license came from the API. Recheck the README locally.
Pricing
GitHub on 2026-08-17. Hosted audio is a different bill.
| Piece | Price | Notes from first-party pages |
|---|---|---|
| Whisper repo / weights | $0 | MIT. 107,437 stars. Self-host compute is yours. |
| OpenAI hosted STT | Recheck API pricing | Not this open-weight page. See the live model catalog. |
If a leftover blog still says Whisper V3 is OpenAI's latest hosted STT, treat this table as the source.
Getting Started
- Open github.com/openai/whisper.
- Recheck the current OpenAI transcription model list before you use the API.
- Recheck whisper-1 if you meant the older API object.
- Do not paste WER <3% into a deck.
Frequently Asked Questions
Is this the current OpenAI speech API?
Not something this page claims. This is the open-weight repo.
Is it still the most accurate open STT?
We did not re-run a bench. Do not keep that crown.
Same as whisper-1?
whisper-1 is the leftover API object page. This page is the GitHub family.
Alternatives
- whisper-1: Older OpenAI API object.
- OpenAI: Lab and live API catalog.
- GPT Image 2: Unrelated stills model if you followed the wrong OpenAI page.
Tips
- Quote MIT and 107,437 stars from the GitHub check.
- Split open weights from hosted STT.
- Recheck the live API model name before you write a contract.
Conclusion
Whisper V3 is the MIT open-weight large-v3 family with 107,437 stars, not OpenAI's verified 2026 hosted STT default. Start at github.com/openai/whisper, then decide whether the current OpenAI transcription API already covers the job.
Comments
No comments yet. Be the first to comment!
Related Tools
Deepgram Nova-2
developers.deepgram.com/docs/models-languages-overview
Previous Deepgram ASR. Rechecked: docs recommend Nova-3 / Flux first. Not the fastest 2026 crown.
Cohere Embed v3
docs.cohere.com/docs/cohere-embed
Previous Cohere embed snapshot. Rechecked: live catalog is Embed 4. Not a $0.10/1M 2026 default.
DeepSeek V2.5
www.deepseek.com
Previous DeepSeek V2.5 snapshot. Rechecked: live path is V4 Flash/Pro. Not a 2026 chat+coder default.
Related Insights
Hook OpenCode Go into Codex on Windows. Do Not Open a Second Toolkit.
A ChatGPT-signed Codex desktop app still shows mostly GPT in the picker. On Windows, enable only OpenCode Go and the Grok, GLM, Kimi, DeepSeek, and MiniMax models you already pay for appear in the same selector. Keys stay local. Native GPT stays put.
What Locks Codex Is the Picker, Not the Models
You already pay for OpenCode Go, Grok, and Z.ai, but the Codex picker still shows mostly GPT. The community project codex-router does not teach another install ritual. It puts subscriptions you already bought back into the selector, keeps keys on the machine, and leaves native GPT alone.
Seven AI Coding CLIs, Six Months: No Matter How Strong the Model, Work Needs Supervision
Claude Code, Codex, opencode, pi, omp and DeepSeek Harness all have personalities. After six months of deep use I run a division of labor: pi for the fastest cheapest reviews, omp for complex PRs, DeepSeek Harness on V4 Flash for high-frequency low-cost review, and Claude Code, Qoder and Cursor for writing. No matter how strong the model, work needs supervision — ideally from an independent third party.