Direct Answer: What Is the Cheapest Speech-to-Text API?

There is no single cheapest speech API for every workload. For short, clean recordings, services such as Deepgram, AssemblyAI, Google Cloud Speech-to-Text, OpenAI Whisper-based transcription, and selected xAI models can be cost-competitive, but the effective price depends on duration, model tier, language, speaker separation, timestamps, and the billing method. As of 26 September 2026, buyers should compare the published per-hour or per-minute rate and then model the expected total cost rather than relying on a provider’s lowest headline number. A $0.006-per-minute batch rate, for example, equals $0.36 per transcribed hour before optional features, taxes, or minimum commitments.

Also worth reading: Which AI Transcription Service Has the Best WER, and How Should You Compare It in 2026? · How Does AI Transcription Accuracy Compare Across Platforms in 2026? · How do AI transcription privacy standards compare across edge local models and cloud architectures for 2027 enterprise compliance?

The strongest general recommendation is to benchmark at least three candidates using the same 60–120 minutes of representative audio. Include clean and difficult files, because an inexpensive rate may lose its advantage if it requires rerunning failed jobs, manual speaker-labeling corrections, or fallback to a more expensive model. Real-time streaming calls should be compared separately from asynchronous file transcription. Speech APIs are not interchangeable: price per hour is only a starting point, and feature fit matters more when human review costs dominate.

Comparison factorLower-cost batch approachPremium or realtime approachWhat buyers should measure
Illustrative unit price$0.20–$0.40 per audio hour$0.60–$1.50+ per audio hourPrice actually charged for the selected model
Processing styleAsynchronous file uploadLow-latency streaming or enhanced modelMedian and 95th-percentile latency
Typical fitPodcasts, archives, call recordingsLive captions, agents, noisy meetingsWord accuracy and failed-request rate
Extra featuresOften charged separatelySometimes included or bundled togetherSpeaker labels, timestamps, vocabulary, redaction
Minimum commitmentSometimes noneEnterprise plans may require commitmentsEffective cost after discounts and unused volume
These figures are planning ranges, not a promise of a provider’s September 2026 tariff. Providers revise models, regional pricing, and promotional credits, so a dated price sheet or calculator receipt should accompany any procurement decision.

How Speech API Pricing Is Actually Calculated

Most APIs bill by the duration of submitted audio, but the duration is often rounded according to the provider’s rules. One service may bill each minute, another may use seconds, and a third may account for channels, minimum clip length, or concurrency. The nominal calculation is simple—multiply billable minutes by price per minute—but the real cost can include silence, retries, uploads, diarization, text generation, storage, and human verification. For a 10,000-hour monthly archive, a difference of only $0.10 per hour appears to be $1,000, but it becomes much larger after accuracy losses and manual review are added.

Feature pricing deserves particular attention. Speaker diarization, word-level timestamps, language identification, profanity filtering, key-term prompts, sentiment analysis, redaction, and confidence scores may be separate line items. A base transcription model that appears to cost $0.30 per hour may cost more than a $0.40 model after its bundled timestamps or speaker labels are included. Conversely, a premium model may be cheaper operationally if it reduces correction work by more than the model-price difference.

Realtime and batch services should not be compared solely by audio hour. Realtime APIs are designed for partial results, rapid turn detection, and low response latency; batch APIs can wait minutes or hours and usually cost less. Charging a premium for subsecond responses can be rational for a voice agent but wasteful for an overnight podcast archive. A fair model therefore assigns a cost to latency only when delay has a measurable business consequence.

Currency, taxes, regional endpoints, free usage limits, and volume tiers also affect the outcome. Some vendors provide startup credits or a limited free allowance, while enterprise agreements add support, service-level commitments, and committed-spend discounts. Credits should not be treated as permanent price reductions. A buyer evaluating an apparent 70% saving should confirm whether it depends on a three-month promotion, a prepaid annual contract, or a credit that is consumed by concurrent requests.

Major Options and Their Best-Fit Uses

Deepgram is frequently evaluated for both streaming and batch transcription because its model family spans low-latency and accuracy-oriented configurations. AssemblyAI is also widely considered for asynchronous workflows, offering features such as speaker labels, timestamps, and speech-related processing around transcription. These vendors can be attractive when developers need a direct transcription endpoint with model choice rather than embedding recognition inside a larger generative-AI product. Their final cost still depends on the model selected, so “Deepgram pricing” is not a complete estimate.

Google Cloud Speech-to-Text can suit organizations already invested in Google Cloud, while Amazon Transcribe and Azure AI Speech offer comparable choices for AWS and Microsoft environments. Existing identity, billing, security, and data-governance systems can make an incumbent cloud platform cheaper to operate than a marginally cheaper independent vendor. OpenAI’s audio models and Whisper tooling are commonly used for general transcription tasks and generative post-processing, although a chat or reasoning model should not be judged as though it were a dedicated low-latency streaming recognizer.

xAI’s standalone speech-to-text and text-to-speech APIs broaden the emerging voice-model market, particularly for developers evaluating conversational audio. A vendor can be inexpensive for one language or one endpoint and expensive for another. Voice cloning and text-to-speech should also be kept separate from transcription: generation prices do not establish the cost of turning speech into text. Before adoption, check supported languages, maximum file duration, custom vocabulary controls, diarization limits, regional processing, and data-retention rules.

Self-hosted Whisper may appear attractive above a sufficiently large volume because marginal inference costs can fall once hardware is available. It is not automatically cheaper. Engineering time, GPUs, utilization, redundancy, monitoring, upgrades, speaker diarization, and on-call support must be amortized into the calculation. At modest volume, a managed API usually wins; at very high and stable volume, self-hosting may deserve a formal pilot.

Accuracy Can Be Cheaper Than the Per-Hour Rate

The lowest cost per audio hour does not produce the lowest cost per correct transcript. Word error rate is useful, but it is insufficient by itself; organizations should also measure named-entity accuracy, numbers, speaker attribution, punctuation, and timestamps. Medical terms, legal citations, product names, accents, overlap, crosstalk, and background noise can cause a nominally cheap system to create expensive downstream errors. For billing a customer or searching a call archive, one incorrectly transcribed account number can matter more than hundreds of ordinary words.

A practical comparison should report at least four numbers. First, calculate the API cost per audio hour. Second, measure the human review time per hour. Third, record how often a job is retried or sent to a second model. Fourth, estimate the total cost to produce an accepted transcript. A $0.20 model that needs ten minutes of review per audio hour may be worse than a $0.50 model that requires almost none.

For difficult recordings, automatic routing can improve value. Send clean, single-speaker English to an economical model, while reserving an enhanced model for accents, overlap, technical vocabulary, or calls with poor signal. This hybrid strategy can reduce average spend by 20%–60% in suitable archives, although routing logic and classification add implementation work. A benchmark must test the proposed routing rules, not only each vendor in isolation.

Human review is often the largest cost. Providers can supply confidence scores, but confidence is not universally calibrated, so a score should be mapped to observed error rates using the buyer’s own audio. If files below a measured confidence threshold account for only 8% of volume but 60% of review work, those files should receive a premium model, specialist review, or resegmentation. Spending decisions should follow the measured concentration of errors rather than an assumption that every minute is equally difficult.

How to Run a Reliable Pricing Test

Begin by collecting 60–120 minutes of consented, representative recordings divided into clean, noisy, multi-speaker, accented, and long-form cases. Exclude customer secrets unless the test environment and provider terms protect them properly. Normalize audio only where appropriate, because aggressive denoising can alter words or create model-specific advantages. Upload identical files to each candidate and record the exact model, region, options, timestamp, currency, and billing unit.

Next, score the raw output before allowing an LLM to “clean” it. LLM post-processing can standardize casing and punctuation, but it may silently change numbers, remove disfluencies, or invent text. For transcription, silently altered output is a defect even if the prose looks more polished. Keep an untouched baseline and a separately labeled edited version, then calculate review effort for each. For streaming services, also test connection setup time, partial-result delay, end-of-turn latency, and behavior when network packets arrive late.

Use a weighted total-cost formula: media price plus diarization and add-ons plus failed calls plus storage plus engineering operations plus review labor. Run the pilot for at least several weeks if workloads vary, because monthly call mix may change. Record the 95th-percentile cost and latency, not just the average. If a provider bills one-minute minimums, test 5-, 15-, 60-, and 120-second clips; if it bills rounded seconds, include clips near rounding boundaries.

Finally, ask for current contractual details rather than accepting a calculator screenshot. Confirm free-tier exhaustion, overage rates, support tiers, data retention, model deprecation, regional availability, and what happens when a model is retired. A short, paid proof of concept is often more informative than a long feature checklist because it exposes actual behavior under the buyer’s audio and traffic profile.

Common Mistakes in Speech API Comparisons

The most common mistake is using promotional prices as permanent prices. A startup credit can make a high list price look inexpensive for the first month, while an annual commitment can make a costly plan look cheaper if unused volume is ignored. Comparisons should use list prices or, when genuine negotiated quotes are available, the exact expected monthly volume and contract term. Any discount below the published rate should be labeled as temporary or contract-dependent.

Another mistake is mixing transcription with speech generation. Text-to-speech pricing is commonly based on generated characters, while voice cloning can use separate per-character or consent-tier charges. These rates cannot estimate a speech-to-text project. The comparison must also distinguish uploaded audio from generated audio and distinguish raw recognition from an AI summary, so a $4.80 hourly estimate reported for an interactive assistant may include much more than transcript tokens.

Buyers also overlook excluded languages and model restrictions. A low price may cover a limited language set, automatic language identification, short clips, or standard decoding. Enhanced pronunciation, personal data, streaming concurrency, and regional endpoints may cost more. Claims such as “90% lower cost” or “5x cheaper” are only meaningful when their baseline, workload, feature set, and date are known. Treat them as prompts for testing, not established facts.

The final common error is ignoring the transcript-use case. Raw verbatim output, readable meeting notes, subtitles, search indexing, and training-data preparation have different quality tolerances and legal requirements. A diarization-heavy pipeline may be needed for meetings but wasteful for one-person narration. Always compare solutions against the output the business actually needs, and preserve the original audio and unmodified transcript where policy allows.

When to Choose, Switch, or Commit to a Vendor

A managed API is usually the right choice when volume is unpredictable, engineers need to ship quickly, or the workload needs low operational overhead. Committing to an enterprise agreement becomes more defensible after at least three months of stable usage, when latency targets, data-processing terms, and the preferred model are known. At that point, use actual utilization to negotiate rather than extrapolating from a one-hour demo. Seek contractual notice for model changes and keep an export path for transcripts, diarization metadata, and configuration.

Switch providers when total accepted-transcript cost falls by at least 15%–20% without unacceptable accuracy, security, or reliability changes, or when support and latency have crossed an agreed service threshold. Small differences under 5% rarely justify migration cost, especially if the current provider is integrated with cloud identity, compliance, and data pipelines. For high-stakes use, accuracy and failure behavior may justify paying a 30% premium.

Self-hosting should be tested when monthly volume is consistently high, the audio policy permits local processing, and the organization can support GPU redundancy and model operations. Compare three- to twelve-month total cost of ownership, not only hardware cost. Include engineers’ time, idle capacity, peak-capacity purchases, observability, and upgrades. A managed service can remain preferable even at substantial volume if operational complexity exceeds its subscription fee.

A short dual-provider fallback is often more sensible than a hard cutover. Route normal traffic to the lower-cost provider, monitor quality, and retry failed or low-confidence jobs with another model. This can improve resilience, but it requires a neutral scoring layer so teams can compare outputs consistently. Establish a shutdown rule so the fallback does not become an expensive, permanent two-vendor architecture by accident.

Bottom-Line Purchasing Recommendation

For most evaluations, start with Deepgram, AssemblyAI, Google Cloud Speech-to-Text, and one additional platform already used by the organization, adding OpenAI, xAI, or self-hosted Whisper where their strengths match the workload. Test a low-cost batch tier against an enhanced option instead of putting every clip through the premium model. Use 60–120 minutes of representative audio, maintain untouched baseline transcripts, and include review labor in the final comparison.

As of 26 September 2026, a practical planning band is approximately $0.20–$0.40 per audio hour for economical batch work and $0.60–$1.50 or more per hour for many premium, realtime, or feature-rich configurations. That range is intentionally conservative and should not replace current provider pricing. The best speech API is not simply the provider with the smallest number; it is the one that produces an acceptable transcript at the lowest repeatable total cost while meeting the required latency, language coverage, privacy, and reliability standards.