# What transcription costs, and why tokens don't help you estimate it > Transcription bills per minute of audio, so silence costs full price. Rates run $0.003 to $0.034 a minute, an 11.33x spread on the same hour. URL: https://getculpa.com/speech-to-text-cost Last reviewed: 2026-08-05 Rates effective: 2026-07-02 ## Answer Transcription and realtime audio bill per minute of audio rather than per token, so cost tracks how long the recording is and not how much was said. Rates differ elevenfold across models. Culpa, a local-first LLM cost, margin, and forecast ledger, prices each call from a versioned price book so a model change is visible immediately. ## Why this happens Every instinct built on token pricing misleads here. Audio models bill by the minute, which means cost is a property of duration rather than content, and the two come apart constantly. An hour-long meeting with four minutes of speech costs exactly what an hour of dense conversation costs. Silence bills at full price. A recording left running after everyone leaves bills at full price. That also breaks estimation, because you can't derive minutes from a token count and nothing in your existing cost model has a duration in it. The second thing worth knowing is how wide the price range is. Across published transcription and realtime models the cheapest and dearest differ by more than eleven times per minute, and the expensive end is realtime and translation rather than plain transcription, so the question is whether you need the answer as the person is still speaking. ## What this usually looks like - You budgeted transcription from token counts and the bill didn't match. - Recordings include long stretches with no speech and you pay for them. - Nobody compared the model you use to the cheapest one that would do. - Audio spend grows with meeting length rather than with meeting value. - A realtime model is used where a batch one would have been fine. ## Common mistakes - Estimating audio cost from tokens. Why it hurts: The unit is a minute, so a token count tells you nothing about the charge. Do instead: Estimate from minutes of audio, and measure your real average recording length. - Sending whole recordings including silence. Why it hurts: Every minute bills the same, so dead air costs what speech costs. Do instead: Trim silence before sending where the tooling allows it. - Using a realtime model for work that isn't realtime. Why it hurts: Realtime and translation rates sit at the expensive end of an elevenfold range. Do instead: Reserve realtime for cases where waiting for the recording to finish would break the product. - Picking the transcription model once and never revisiting it. Why it hurts: The spread between models is wide enough that the choice dominates every other saving. Do instead: Re-price your monthly minutes against the current model list before optimising anything else. ## Self-check - Work out your total minutes of audio last month, not your token count. - Multiply those minutes by the cheapest capable model's rate and by your current one's. - Measure the share of your audio that contains no speech. - Check whether anything using a realtime model actually needs the answer in realtime. ## Ten thousand hours of audio, three ways (illustrative) A modelled 10,000 hours of audio a month, which is 600,000 minutes, priced against OpenAI's published per-minute rates read 2026-08-05: gpt-4o-mini-transcribe at $0.003, Whisper at $0.006, and gpt-realtime-translate at $0.034. Every rate is published, the volume is modelled. 600,000 minutes x $0.003 = $1,800.00 on gpt-4o-mini-transcribe 600,000 minutes x $0.006 = $3,600.00 on Whisper 600,000 minutes x $0.034 = $20,400.00 on gpt-realtime-translate cheapest against dearest: $0.034 / $0.003 = 11.33x the gap between the two extremes is $18,600.00 a month The model choice is worth $18,600.00 a month at this volume, which is more than any prompt engineering will ever return on the same workload. It's also the decision most likely to have been made once, early, by whoever wired up the first prototype. ## Cost figures Every figure carries its confidence and its source. No figure on this page is provider-reported. - $18,600.00 per month, modelled difference between the cheapest and dearest transcription models on identical audio [calculated] Source: OpenAI's pricing page, read 2026-08-05, publishes gpt-4o-mini-transcribe at $0.003 per minute and gpt-realtime-translate at $0.034 per minute. At a modelled 10,000 hours a month, which is 600,000 minutes, gives $1,800.00 against $20,400.00, a difference of $18,600.00 and a ratio of 11.33. Whisper at $0.006 gives $3,600.00. Rates are published, the volume is modelled. ## FAQ Q: How is speech-to-text priced? A: By the minute of audio, not by tokens. OpenAI's published transcription and realtime models run from $0.003 to $0.034 a minute, and Gemini's Live models price audio in and out separately per minute. Duration is the unit, so content length doesn't change the charge. Q: Does silence cost money? A: Yes, at the full rate. Billing tracks elapsed audio, so an hour-long recording with four minutes of speech costs the same as an hour of dense conversation. Trimming silence before sending is one of the few reliable savings available here. Q: How much does the model choice matter? A: More than anything else you can change. In the modelled example 600,000 minutes a month costs $1,800.00 on gpt-4o-mini-transcribe and $20,400.00 on gpt-realtime-translate, an 11.33x spread and an $18,600.00 monthly difference on identical audio. Q: Can I estimate audio cost from my token usage? A: No, and that's the trap. The unit is a minute and nothing in a token count implies a duration. Estimate from minutes of audio, which means measuring your real recording lengths rather than inferring them from anything you already track. ## Sources - OpenAI API pricing: https://developers.openai.com/api/docs/pricing - Gemini API pricing: https://ai.google.dev/gemini-api/docs/pricing Run the free Cost Leak Scan: https://app.getculpa.com/scan?source=pseo&slug=speech-to-text-cost&cluster=problem Machine-readable index of every guide: https://getculpa.com/api/pages Human-readable index of every guide: https://getculpa.com/guides Site overview: https://app.getculpa.com/llms.txt Privacy: Culpa runs on your infrastructure. Your prompts and responses never leave it. Culpa counts calls to run your plan, and it fails open, so if it ever breaks your app keeps running.