Write down the date whisper-1 stops answering - #180
Merged
Conversation
OpenAI's 26/08/2026 notice removes whisper-1 from the API on 26/02/2027, and this app calls it: audio-translation.tsx and voice/voice-translator.tsx both POST /v1/audio/transcriptions with model 'whisper-1', and the STT dropdown in dubbing/page.tsx offers that same path as "OpenAI Whisper". On that date the transcription stops, silently as far as the code is concerned — nothing here checks the model still exists. So the date goes where someone will meet it: a dated item in ROADMAP.md under P2, and three lines at each call site. The comment carries the part that is easy to get wrong — the replacements are gpt-transcribe and gpt-live-transcribe, and gpt-4o-transcribe is NOT one of them: it was deprecated in the same notice, together with gpt-4o-mini-transcribe and gpt-4o-transcribe-diarize. Migrating there would buy the same work twice. The Groq branch (groq_whisper) is untouched: different vendor, different lifecycle. No behaviour changes: comments and a roadmap line. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OpenAI's 26/08/2026 notice removes
whisper-1from the API on 26/02/2027, and this app calls it:components/audio-translation.tsxandcomponents/voice/voice-translator.tsxboth POST/v1/audio/transcriptionswithmodel: 'whisper-1'app/dubbing/page.tsxoffers that same path as "OpenAI Whisper"On that date transcription stops, and nothing in the code checks that the model still exists — so the date goes where someone will actually meet it: a dated item in
ROADMAP.mdunder P2, and three comment lines at each call site.The comment carries the part that is easy to get wrong: the replacements are
gpt-transcribeandgpt-live-transcribe, andgpt-4o-transcribeis not one of them — it was deprecated in the same notice along withgpt-4o-mini-transcribeandgpt-4o-transcribe-diarize. Migrating there would buy the same work twice.The Groq branch (
groq_whisper) is untouched: different vendor, different lifecycle.No behaviour changes — comments and a roadmap line.
npm run typecheckandnpm run i18n:checkboth clean.🤖 Generated with Claude Code