Top picks for Transcript Cleanup (2026)
Turning raw ASR output into readable prose. Ranked from 422 live models on the OpenRouter catalog, weighted for context window, low cost.
Updated 2026-09-04 · prices checked at this morning's rebuild
Which should you use? Anthropic: Claude Opus 4.7 (batch) tops this ranking on blended score. If cost drives the decision, DeepSeek: DeepSeek V4 Pro 0423 is the cheapest of the leaders at $1.04/M input.
| # | Model | Score | In / 1M | Out / 1M | Context | |
|---|---|---|---|---|---|---|
| 1 | Anthropic: Claude Opus 4.7 (batch)anthropic/claude-opus-4.7:batch | 148 | $2.50 | $12.50 | 1,000,000 | Details → |
| 2 | Anthropic: Claude Sonnet 4.6 (batch)anthropic/claude-sonnet-4.6:batch | 148 | $1.50 | $7.50 | 1,000,000 | Details → |
| 3 | OpenAI: GPT-5.4 (batch)openai/gpt-5.4:batch | 146 | $1.25 | $7.50 | 1,050,000 | Details → |
| 4 | Anthropic: Claude Opus 4.8 (batch)anthropic/claude-opus-4.8:batch | 146 | $2.50 | $12.50 | 1,000,000 | Details → |
| 5 | Anthropic: Claude Sonnet 4.6anthropic/claude-sonnet-4.6 | 146 | $3.00 | $15.00 | 1,000,000 | Details → |
| 6 | Google: Gemini 3.1 Pro Preview (batch)google/gemini-3.1-pro-preview:batch | 146 | $1.00 | $6.00 | 1,048,576 | Details → |
| 7 | OpenAI: GPT-5.2 (batch)openai/gpt-5.2:batch | 146 | $0.88 | $7.00 | 400,000 | Details → |
| 8 | DeepSeek: DeepSeek V4 Pro 0423deepseek/deepseek-v4-pro | 146 | $1.04 | $2.08 | 1,048,576 | Details → |
| 9 | OpenAI: GPT-5.5 (batch)openai/gpt-5.5:batch | 145 | $2.50 | $15.00 | 1,050,000 | Details → |
| 10 | Z.ai: GLM 5.2z-ai/glm-5.2 | 145 | $0.97 | $3.04 | 1,048,576 | Details → |
| 11 | OpenAI: GPT-5.4openai/gpt-5.4 | 145 | $2.50 | $15.00 | 1,050,000 | Details → |
| 12 | Google: Gemini 3.1 Pro Previewgoogle/gemini-3.1-pro-preview | 144 | $2.00 | $12.00 | 1,048,576 | Details → |
| 13 | OpenAI: GPT-5.2openai/gpt-5.2 | 144 | $1.75 | $14.00 | 400,000 | Details → |
| 14 | OpenAI: GPT-4.1 (batch)openai/gpt-4.1:batch | 144 | $1.00 | $4.00 | 1,047,576 | Details → |
| 15 | SpaceXAI: Grok 4.20x-ai/grok-4.20 | 144 | $1.25 | $2.50 | 2,000,000 | Details → |
How we ranked these
For Transcript Cleanup, we weight models on context window, low cost. Scores combine each model's public specs with independent benchmark results (Aider Polyglot coding scores, Artificial Analysis intelligence/coding/agentic indices) and live pricing. See full methodology →
About Transcript Cleanup
Transcript Cleanup is the process of converting raw automatic speech recognition (ASR) output into grammatically correct, punctuated, readable prose. You need this task when ASR systems produce unpunctuated runs of words with repeated filler words, missing capitalization, or transcription errors that obscure meaning. A good model understands context deeply enough to add proper punctuation, fix obvious transcription mistakes (like "uh" vs "a"), and preserve speaker intent without hallucinating content. Poor models either over-correct and change meanings, or leave obvious errors intact. The main trade-off is latency: models that achieve 95%+ accuracy typically process at 2-4x slower speeds than basic regex-based cleanup, which matters for live meeting transcripts versus batch processing.
When to use: Use this when you have meeting recordings, interviews, podcasts, or lecture transcriptions that came from an automated speech-to-text service and need to be readable for publication, archiving, or distribution without manual proofreading.
Common questions
What is the difference between transcript cleanup and full transcription?
Transcription is converting spoken audio to text from scratch (the ASR step). Cleanup happens after, taking existing but messy transcription output and making it grammatical and punctuated. A model like GPT-4 or specialized tools like Descript excel at cleanup because they work from existing text rather than audio.
How much does transcript cleanup cost compared to hiring a human editor?
API-based cleanup (Claude, GPT-4) costs roughly $0.01-0.05 per 1,000 words depending on model choice. Professional editors charge $50-150 per hour. For transcripts longer than 30 minutes, AI cleanup followed by light spot-checking is typically 10-50x cheaper than full human editing.