Choosing a speech-to-text API in 2026

We build live transcription and translation, so before we shipped anything we evaluated the speech-to-text (STT) engines we could send audio to, and picked one. This post is not about which engine we landed on. It is everything we gathered while deciding, across this part and its sequel.
This part covers 17 STT providers and the open-source models you can self-host, on the things you can verify from the outside: what they charge, whether they stream in real time, whether they translate, how many languages they cover, how hard they rate-limit you, whether you can run them on your own hardware, and what open models actually cost to run.
Part two is the original work all of this builds toward: our own accuracy benchmark, running these engines on identical audio and reporting word error rate.
How to read this
Every figure below was pulled from the provider's own pricing page or docs on July 15-16, 2026. Prices change often, so treat these as a snapshot from those dates.
We show price per hour of audio because most vendors quote it that way and the numbers read more cleanly. Some providers meter per token (Soniox, OpenAI, Gemini) or per second, so the per-hour figure is a converted equivalent rather than a literal line item.
Pricing
Pricing is where STT providers are least comparable. Some bundle features into one rate, others itemize each one, and a few do not publish a real-time rate at all. Two quirks are worth flagging before you read the table. Deepgram inverts the usual order, charging more for pre-recorded audio than for real-time. And AssemblyAI meters real-time on the full WebSocket session wall-clock, including idle time, rather than the audio you actually send. The table shows the flagship pay-as-you-go rate for each provider.
| Provider | Batch ($/hr) | Real-time ($/hr) | Free tier |
|---|---|---|---|
| 0.04 | not offered | none | |
| ~0.09 (credits) | 0.18 | 20K credits/mo (~11 min) | |
| 0.10 | 0.12 | none for new signups | |
| 0.10 | 0.20 | not published | |
| ~0.15 (tokens) | not published | yes, rate-limited | |
| 0.15 | 0.15 | 400 min | |
| 0.18 | 1.00 | 5 hrs/mo | |
| 0.18 (dynamic batch) | 0.96 | none on V2 | |
| 0.21 | 0.45 | $50 credit | |
| 0.20 | not published | 5 hrs | |
| 0.22 | 0.39 | 4.5 hrs batch / 2.5 hrs real-time per mo | |
| 0.36 | 0.36 | none | |
| 0.36 | 0.60 | 60 min/mo (first 12 mo) | |
| 0.46 | 0.29 | $200 credit | |
| 0.61 | 0.75 | 10 hrs/mo | |
| 0.40 | 0.43 | 50 hrs/mo | |
| not published | not offered | none |
Rates are the flagship English pay-as-you-go tier, converted to USD per audio hour. Speechmatics prices are its Enhanced model; its Standard model runs 0.24 both ways, its newer Melia 1 model is 0.129 for batch, and the free 50 hours split as 30 batch plus 20 real-time. Google's cheap 0.18/hr is its lower-urgency dynamic-batch rate; standard recognition starts at 0.96/hr and drops with volume. Amazon and Azure prices are US regions and vary elsewhere. Groq is batch only, so it has no real-time rate. Gemini has no per-hour list price at all: audio input is metered at 32 tokens per second, so an audio-hour is 115,200 input tokens ($0.12 at 2.5 Flash's $1.00 per million audio rate), and the transcript's output tokens added about $0.03 per audio-hour in our runs, which is where ~0.15 comes from. Gemini's asynchronous Batch API halves those token rates, about $0.07 per audio-hour. Real-time Gemini means its Live API, the WebSocket streaming interface built for voice agents; it bills $3.00 per million audio-input tokens but publishes no tokens-per-second rate for live audio, so there is no honest per-hour conversion to print. Gemini's free tier is limited by request rate rather than by hours, and free-tier prompts may be used to train Google's models. Cartesia bills speech-to-text in credits (1 credit per 2 seconds of batch audio, about 0.09/hr on its Pro plan and less on higher plans); its 20,000 free monthly credits are roughly 11 minutes of batch transcription, and its real-time rate is higher, about 0.18/hr on Pro. Inworld's 0.15 is its on-demand rate for both batch and streaming, dropping toward 0.10 at higher tiers, and its speech-to-text is still labeled a research preview. Resemble publishes no per-hour or per-second speech-to-text rate at all: its pricing page lists only its other audio products, so the STT rate is quote-only, and it has no streaming STT.
The spread is enormous: at the batch extreme, Groq's hosted Whisper is roughly 15 times cheaper per hour than Gladia's Solaria. Price buys very different feature sets, which is the next table.
Features
Two engines at the same price can do completely different jobs. The big splits: does it stream in real time or only process finished files, does it translate as part of the same request, and can you run it on your own hardware.
| Provider | Streaming | Translation | Languages | Diarization | Timestamps | Self-host |
|---|---|---|---|---|---|---|
| Yes | Real-time | 60 | Yes | Yes | No | |
| Yes | No | 50 | Add-on | Yes | Yes | |
| Yes | No | 99 | Add-on | Yes | Yes | |
| Yes | Real-time | 99 | Yes | Yes | No | |
| Yes | Real-time | 56 | Yes | Yes | Yes | |
| Yes | No | 90+ | Yes | Yes | No | |
| Partial | English | 57 | No | Whisper-1 | No | |
| No | English | auto | No | Yes | No | |
| Yes | No | 25+ | Yes | Yes | No | |
| Yes | Separate | 113 | Yes | Yes | No | |
| Yes | Separate | 148 | Yes | Yes | Yes | |
| Yes | Chirp 2 | 137 | Yes | Chirp 2 | Testers | |
| Live API | Prompt | 109 | Prompt | Prompt | No | |
| Yes | Async | 58 | Yes | Yes | Yes | |
| Yes | No | 97 / en live | No | Yes | Yes | |
| Yes | No | 30* | No | No | Yes | |
| No | No | not published | Yes | Yes | Yes |
How to read the short labels. Translation: "Real-time" means translated text comes back inside the same live stream (Soniox, Gladia, Speechmatics); "English" means it only translates into English, which is Whisper's built-in behavior (OpenAI, Groq); "Separate" means translation is a separate or separately billed step (Amazon needs Amazon Translate; Azure's real-time translation is billed on its own); "Chirp 2" means only Google's Chirp 2 model translates, and only synchronously; "Async" means Rev translates only finished files. Streaming "Partial" (OpenAI) means it streams but not at true low latency. Diarization "Add-on" (Deepgram, AssemblyAI) means speaker labels cost extra. Timestamps "Whisper-1" and "Chirp 2" mean word-level timestamps work only on that specific model. Self-host "Testers" (Google) means on-prem is limited to trusted testers. Gemini's cells work differently because it is a language model with audio input: "Live API" means real-time audio goes through its separate Live API rather than the normal request, and "Prompt" means you ask for translation, speaker labels, or MM:SS timestamps in the prompt instead of switching on a documented feature, so the output format is not guaranteed. Language counts come from each vendor's supported-language list; Gemini's 109 is its overall language list, since Google publishes no separate list for speech. Cartesia's 97 languages apply to batch transcription only; its real-time streaming is English-only, which is what "97 / en live" means. Inworld's 30* is the count in its docs, but its own marketing page calls the STT-1 model English-only at launch and labels the whole speech-to-text service a research preview, so treat 30 as unconfirmed; STT-1 also has no diarization or word-level timestamps unless you switch to a third-party model hosted on the same API. Resemble's speech-to-text is batch only, returns speaker labels and word timestamps, and publishes no language list; its "Intelligence" queries answer questions about a finished transcript rather than translating it.
A few things jump out. If you need translation delivered live in the same connection, the field narrows fast to Soniox, Gladia, and Speechmatics. And the Whisper-based hosted options (Groq, OpenAI's whisper-1) only translate into English, which rules them out for most non-English translation work. Self-hosting splits the field too, which the next section covers.
The odd one out: Gemini
Gemini is the one entry here that is not a dedicated recognizer. It is a general language model that accepts audio, up to 9.5 hours in a single prompt, metered at 32 tokens per second. There is no transcription endpoint: you send the file with a prompt saying what you want back. That makes the feature list unusually flexible, because the same request that transcribes can also translate the transcript, label speakers, add MM:SS timestamps, or summarize. Those are just more instructions.
That flexibility cuts both ways: none of it is contractual. There is no word-level timestamp format and no diarization guarantee, and in our own runs Gemini tidied stumbles and false starts out of the transcript even when the prompt demanded the exact words spoken. For a verbatim record that is disqualifying. If the transcript feeds a summary anyway, it is close to free extra work, and accuracy is not the problem: Gemini sits near the top of the leaderboard table below.
Rate limits and concurrency
Price and features tell you what an engine can do. Rate limits decide how much of it you can do at once, and they vary more than price does. Providers cap you along two axes: concurrency, meaning how many requests run at the same time, and request rate, meaning how many you can start per second, minute, or hour. Most publish a concurrency limit; only a few publish a request rate. The entry-tier numbers below are what you get before an enterprise contract.
| Provider | Concurrency | Request rate | Raising it |
|---|---|---|---|
| not published | Free 20/min + ~2 audio-hrs/hr; Dev 400/min | Upgrade to Developer | |
| not published | Tier 1: 500/min, 10k tokens/min | Automatic with spend | |
| 50 batch / 150 streaming | no request-rate cap | Enterprise only | |
| 200 batch (5 on free) | 20,000 requests / 5 min | Any paid plan, on request | |
| 10 live streams | 100/min real-time | Self-serve in console | |
| 50 live sessions (2 on free) | 10 new jobs/sec (recommended) | Support or Enterprise | |
| 25 batch / 30 live (3 / 1 free) | per-hour cap, not numbered | Contact sales | |
| 8 batch / 6 live on free, up to 60 / 45 | not published | Enterprise | |
| 10 live / 5 uploads | 500 jobs / 10 min | Free, via support | |
| 100 live sessions per team | 10/sec | Contact sales | |
| 250 batch / 25 streaming | 25/sec | Quota console | |
| 100 live (1 on free) | 600/min batch | Quota request (S0) | |
| 300 live sessions | 300/min sync | Quota request | |
| 100 batch jobs | $10 spend / 10 min (Tier 1) | Automatic with spend | |
| 8 free, up to 60 | not published | Upgrade tier | |
| 10 live, up to 1,000 | not published | Upgrade plan | |
| not published | 40/sec per token | Contact support |
Defaults on each provider's entry self-serve tier, from their rate-limit and quota docs on July 15, 2026 (Gemini: July 16); batch / streaming shown where they differ. "not published" means the provider documents no limit of that kind: Deepgram caps only concurrency, while OpenAI and Groq cap only rate. Amazon, Azure, and Google numbers are per region and raised through a quota request. Speechmatics' job rate is a published recommendation, not a hard cap. Groq's free audio-hours cap meters audio duration, roughly two hours of audio per wall-clock hour, not request count. Gemini's docs publish no per-model request rate at all (those numbers live in the AI Studio console); what they publish is a spend cap per rolling 10 minutes ($10 on the first paid tier) and Batch API caps of 100 concurrent jobs and, on Tier 1, 3 million enqueued tokens for 2.5 Flash, which is about 26 audio-hours in the queue at once.
The limits we actually hit
Most comparisons stop at the published numbers. Because part two pushes thousands of clips through these APIs, we also saw which limits are real, on entry-tier keys, and some of them did not match the pages. Groq's free cap held exactly: 20 requests a minute on whisper-large-v3-turbo, which our run tripped within seconds. Gladia's free trial cut us off at 20 requests an hour, a figure that appears nowhere in its rate-limit docs, which publish only concurrency numbers and admit to an unnumbered hourly cap without giving it.
Speechmatics was the sharpest mismatch. Its pricing page advertises 50 free hours a month, the figure in our pricing table above, but the account we tested refused Enhanced-model audio after 2 hours, a limit printed on none of its pages, and its own docs and pricing page already disagree with each other (10 hours in the docs, 8 in the FAQ, 50 on the pricing page). Soniox started refusing our batch uploads with connection resets and HTTP 429s partway through a run. The cause turned out not to be a rate limit but its storage quota: the account caps stored files at 1,000, and a run that does not delete each file as it finishes fills that quota until uploads fail. Deleting every file and transcription right after reading it cleared the errors. Azure was different again: its fast-transcription endpoint began returning HTTP 429s after about 20 back-to-back calls, with a 31-second retry-after, on the order of 40 requests a minute, even though Azure's quota page lists 600 a minute for that endpoint. So test each key at the concurrency and volume you actually plan to run: the free-tier number on the page may not be the one you get, and the failure you hit may not be the one the error code names.
Deployment, privacy, and compliance
If you handle regulated data, this section can matter more than price or accuracy. The dividing line is whether the engine has to run in the vendor's cloud or can run in your environment.
- Self-host or on-prem: Speechmatics offers containers and fully air-gapped deployment; Azure offers connected and disconnected (air-gapped) containers; Deepgram, AssemblyAI, and Rev support self-hosting on an enterprise contract; Cartesia, Inworld, and Resemble each add an enterprise on-prem option, Cartesia and Resemble including air-gapped; Google has an on-prem option in trusted-tester status. The rest are cloud only.
- HIPAA: Soniox, Deepgram, AssemblyAI, Speechmatics, ElevenLabs, OpenAI, Google, Rev, Cartesia, and Resemble all document HIPAA support, usually via a signed BAA and sometimes an enterprise plan; Inworld offers it as an add-on on its higher tiers. Amazon and Azure inherit HIPAA eligibility from their parent cloud.
- Data retention: most default to not storing your audio, or to short windows you can shorten further. Soniox, Speechmatics real-time, and Azure real-time process in memory and keep nothing by default. Deepgram, Google, and OpenAI keep data out of model training unless you opt in. Cartesia, Inworld, and Resemble each offer a zero-data-retention mode, gated to their higher or enterprise tiers, that deletes the audio and transcript after delivery.
- Certifications: SOC 2 Type 2 is close to table stakes here (Soniox, Deepgram, AssemblyAI, Speechmatics, ElevenLabs, OpenAI, Rev, Cartesia, and Inworld all hold it; Resemble reports it is still in its Type 2 observation period, with the full report due August 2026); several add ISO 27001, PCI, GDPR data residency, or CJIS.
What about accuracy?
This is the number everyone wants, and it is the one you should trust least from a vendor page. Almost every provider publishes a word error rate (WER) that makes it look best. The problem is that they are not measuring the same thing.
- The numbers are self-reported. Nearly every accuracy claim we found (Deepgram, AssemblyAI, Speechmatics, Gladia, ElevenLabs, OpenAI, Rev) is the vendor grading its own homework, often against competitor versions the vendor chose.
- They use different audio. One vendor reports on clean read speech, another on call-center audio, another on a private set. Different test sets produce wildly different WER.
- Public leaderboards do not cover everyone. The Open ASR Leaderboard is excellent but mostly ranks open models rather than these commercial APIs. Artificial Analysis covers some commercial engines, misses others, and does not test on your kind of audio.
- Training contamination is invisible. If a model trained on the same public set it is graded on, its score is flattering and you cannot tell from the outside.
The closest thing to a fair comparison
That said, two third-party benchmarks do run providers on the same audio with one scorer, which is as close to a fair comparison as public data gets. Artificial Analysis covers the commercial APIs; the Open ASR Leaderboard covers the open models. Both sets of numbers below are from July 2026.
| Provider (model tested) | AA-WER |
|---|---|
| 2.2% | |
| 2.4% | |
| 2.8% | |
| 3.0% | |
| 3.2% | |
| 3.8% | |
| 4.0% | |
| 4.0% | |
| 4.0% | |
| 4.1% | |
| 4.3% | |
| 4.6% | |
| 5.2% | |
| 5.9% |
Artificial Analysis AA-WER v2, non-streaming, accessed July 15-16, 2026. A duration-weighted average over about 8 hours of audio from three sets: AA-AgentTalk (50%, conversational), VoxPopuli-Cleaned (25%), and Earnings22-Cleaned (25%), scored against cleaned reference transcripts. Soniox (v5 Async) and xAI Grok appeared on the leaderboard between our two snapshots. Gemini's entry is a general language model run at high reasoning effort, not a dedicated recognizer. Whisper's score shifts with who hosts it (same weights, different serving stack), a caution in itself.
| Open model | Avg WER | Speed (RTFx) |
|---|---|---|
| 5.39% | 6,038x | |
| 5.65% | 100x | |
| 5.66% | 6,098x | |
| 5.78% | 2,126x | |
| 6.01% | 180x | |
| 6.39% | 1,821x | |
| 6.55% | 462x | |
| 7.01% | 783x | |
| 8.60% | 2,767x |
Open ASR Leaderboard, average WER (cleaned) over 7 public English sets (AMI, Earnings22, GigaSpeech, LibriSpeech clean and other, SPGISpeech, VoxPopuli), accessed July 15, 2026. RTFx is speed on a datacenter GPU, how many times faster than real time; higher is better. These are read and meeting recordings, which run easier than the conversational audio that dominates the Artificial Analysis set, so the WER here is not comparable to the table above.
These narrow the question but do not close it. Half of the Artificial Analysis mix is its own conversational set, scored against references it cleaned itself, so you cannot rerun its numbers, and the open leaderboard skips the commercial APIs. Part two of this post takes the remaining step: we send an identical public test set through these engines and report word error rate with confidence intervals, using the same open scoring method the research community uses.
Open-source and self-hosted
The 17 above are hosted APIs, but you do not have to use one. Several open-weight models are now as accurate as the commercial engines, a few beat Whisper outright, and some also translate (see the table). If you run the model yourself, or rent it by the second on a GPU platform, the cost math changes.
| Model | License | Runs locally | Streaming | Translation |
|---|---|---|---|---|
| CC-BY-4.0 | Yes, on a laptop | Yes | No | |
| Apache-2.0 | Mini: yes; 24B: server | Yes (Realtime build) | Any-to-any | |
| CC-BY-4.0 | Yes, on a laptop | No | 24 languages | |
| MIT / Apache-2.0 | Yes, on a laptop | No | English only | |
| CC-BY-NC-4.0 | Yes, on a laptop | No | SeamlessM4T: yes |
"Runs locally" means it fits on a modern laptop or Apple Silicon Mac (roughly, models under 3B parameters). Only the largest, such as Voxtral 24B and IBM Granite Speech 8B, need a datacenter GPU. Parakeet v3 is the fastest and near the top on accuracy but transcription-only; Whisper has the widest tooling but is now mid-pack; Voxtral and Canary-1B-v2 add translation. Open-model accuracy moves monthly: a 2025-2026 wave (Cohere Transcribe, Qwen3-ASR, NVIDIA Canary-Qwen, IBM Granite Speech) pushed the top of the Open ASR Leaderboard into the ~5% WER band, ahead of Whisper, so date any "most accurate" claim and check the live leaderboard. CC-BY-NC means research or non-commercial use only.
Running it on your own machine
Unlike large language models, most of these models are small enough to run on a normal computer. Whisper, Parakeet 0.6B, Canary 1B, and Voxtral Mini all run on a modern laptop or an Apple Silicon Mac; only the largest need a server. We ran Whisper and Parakeet on an M4 Pro MacBook ourselves, to check whether on-device transcription was fast enough to ship rather than take vendor throughput claims on faith. On that machine, Parakeet transcribed about 50 times faster than real time and Whisper large-v3 about 1 to 3 times.
When it runs on hardware you already own, the only marginal cost is electricity: power draw, times how long the transcription runs, times your rate. US residential electricity averages about 17 cents per kWh. A laptop draws roughly 45 watts under load, a desktop with a discrete GPU 300 to 400.
| Setup (hardware you own) | Cost per audio-hour |
|---|---|
| Parakeet on an Apple Silicon laptop (~50x real time) | ~$0.0002 |
| Whisper large-v3 on the same laptop (~1x real time) | ~$0.008 |
| Desktop with a consumer GPU | well under $0.01 |
Electricity only, at about $0.17/kWh (US residential average, EIA) with the machine drawing 45 to 400 watts. Real-time factors are measured from our on-device benchmark on an M4 Pro. You already paid for the hardware; this is only the power it draws while transcribing.
So on a machine you own, transcription is effectively free, a fraction of a cent per hour of audio. The catch: it ties up that one machine, does not scale past it, and you paid for the hardware up front. For a desktop app or an on-device feature this is unbeatable. For a service handling many streams at once, you are back to renting GPUs.
Running it at scale on rented GPUs
At scale you rent GPUs, and an open model has no list price, only your compute bill. To compare it against the APIs above, normalize to dollars per hour of audio. The formula is: cost per audio-hour = GPU price per second times (3600 divided by RTFx), where RTFx is how many times faster than real time the model runs on that GPU. You measure RTFx by transcribing a known length of audio and reading the billed compute time.
You can rent this by the second (fal, Replicate, Modal, and Baseten all host Whisper, and most host Parakeet or Canary too) or run it on a GPU you rent by the hour. Serverless is simplest; a dedicated GPU is cheapest at steady high volume. Here is what that works out to.
| Setup | Cost per audio-hour |
|---|---|
| Naive, one file at a time (Whisper on an H100) | ~$6.90 |
| Serverless convenience (fal, NVIDIA Canary) | ~$2.88 |
| Batched pipeline (Parakeet or Canary on an H100) | ~$0.006 |
| Self-hosted, GPU fully utilized (Parakeet v3) | under $0.002 |
Figures from the platforms' own published examples and rate cards (Modal, fal, Replicate), July 2026. The roughly 1,000x range means cost is set by how busy you keep the GPU, not by the model.
So self-hosting is not automatically cheaper. Run a model naively, one clip at a time, and it can cost more than a commercial API. Compare the table above to the API prices earlier: Groq is $0.04 per audio-hour, Soniox $0.10, Azure batch $0.18, all cheaper than naive self-hosted Whisper. The open-source cost advantage only shows up at scale, when you batch hard and keep the GPU saturated. Until then, a cheap hosted API (Groq is literally hosted Whisper) gives you the same model with none of the operational work.
When open-source is worth it
Self-hosting also adds fixed costs the APIs absorb for you: building the batching pipeline, autoscaling GPUs, reliability, monitoring, and rebuilding features like diarization and formatting yourself. Whether the savings clear that overhead comes down to two things.
- Volume. Batched open-source saves roughly $0.03 per audio-hour against the cheapest API (Groq) and around $0.60 against a premium real-time API. If a self-host pipeline costs you on the order of $50k a year in engineering time to build and run, you need a few thousand audio-hours a day to beat Groq, but only a few hundred a day to beat a premium API. Below that break-even, an API is cheaper once you count the engineering.
- Requirements no API can meet at any price. Audio that must stay on-prem or air-gapped for compliance, full control of the model, fine-tuning on your own domain, or offline and edge use. These justify open-source regardless of volume.
- When it is not worth it: low or spiky volume, a small team, or you need diarization, translation, and formatting working out of the box. A cheap hosted API wins on total cost and time to ship.
How we would approach the choice
Here is the decision framed as tradeoffs. Match it to the job you actually have.
- Live translation in one stream: you want translation delivered as the person speaks, without a second service. Look at Soniox, Gladia, and Speechmatics first.
- Cheapest bulk transcription of recordings: if you process finished files and do not need real time, the hosted-Whisper options (Groq, then OpenAI) are dramatically cheaper per hour, at the cost of features like diarization.
- Transcript plus analysis in one call: if every transcript feeds a language model anyway, for summaries or extraction, Gemini takes the audio directly and does both in one request, about $0.15 per audio-hour on 2.5 Flash. Expect a readable transcript rather than a strictly verbatim one.
- Regulated or on-prem: if data cannot leave your environment, start with Speechmatics and Azure (both do air-gapped), then Deepgram, AssemblyAI, and Rev for enterprise self-hosting.
- Widest language coverage: Azure (148), Google (137), and Amazon (113) lead on raw language count, though coverage quality varies by language.
- Speaker labels included: Amazon, Azure, Speechmatics, Soniox, Gladia, and Rev include diarization without a separate add-on charge.
- Very high volume, or a strict on-prem requirement: consider self-hosting an open model (Parakeet v3 for speed, Whisper for tooling) on batched GPUs. See the open-source section for when the savings actually beat an API.
Whatever you pick, run your own audio through it before you commit. Vendor demos use easy audio. Your users will not.
Sources (accessed July 15-16, 2026)
- Soniox pricing: https://soniox.com/pricing
- Deepgram pricing: https://deepgram.com/pricing
- AssemblyAI pricing: https://www.assemblyai.com/pricing
- Gladia pricing: https://www.gladia.io/pricing
- Speechmatics pricing: https://www.speechmatics.com/pricing
- ElevenLabs API pricing: https://elevenlabs.io/pricing/api
- OpenAI API pricing: https://developers.openai.com/api/docs/pricing
- Groq pricing: https://groq.com/pricing
- Amazon Transcribe pricing: https://aws.amazon.com/transcribe/pricing/
- Azure AI Speech pricing: https://azure.microsoft.com/en-us/pricing/details/cognitive-services/speech-services/
- Google Cloud Speech-to-Text pricing: https://cloud.google.com/speech-to-text/pricing
- Gemini API pricing: https://ai.google.dev/gemini-api/docs/pricing
- Rev AI pricing: https://www.rev.ai/pricing
- xAI Grok Speech-to-Text (pricing and API): https://docs.x.ai/developers/model-capabilities/audio/speech-to-text
- Deepgram API rate limits: https://developers.deepgram.com/reference/api-rate-limits
- AssemblyAI concurrency limits: https://www.assemblyai.com/docs/faq/what-are-my-concurrency-limits
- Soniox limits and quotas: https://soniox.com/docs/stt/rt/limits-and-quotas
- Speechmatics batch limits: https://docs.speechmatics.com/speech-to-text/batch/limits
- Gladia concurrency limits: https://docs.gladia.io/chapters/limits-and-specifications/concurrency
- ElevenLabs speech-to-text concurrency: https://help.elevenlabs.io/hc/en-us/articles/33472885290129-How-many-Speech-to-Text-requests-can-I-make-and-can-I-increase-it
- OpenAI API rate limits: https://developers.openai.com/api/docs/guides/rate-limits
- Groq rate limits: https://console.groq.com/docs/rate-limits
- Rev AI limits (FAQ): https://docs.rev.ai/faq
- Amazon Transcribe endpoints and quotas: https://docs.aws.amazon.com/general/latest/gr/transcribe.html
- Azure AI Speech quotas and limits: https://learn.microsoft.com/en-us/azure/ai-services/speech-service/speech-services-quotas-and-limits
- Google Cloud Speech-to-Text V2 quotas: https://cloud.google.com/speech-to-text/v2/docs/quotas
- Gemini API rate limits: https://ai.google.dev/gemini-api/docs/rate-limits
- Gemini audio understanding docs: https://ai.google.dev/gemini-api/docs/audio
- Gemini supported languages (Vertex AI model docs): https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models
- Open ASR Leaderboard: https://huggingface.co/spaces/hf-audio/open_asr_leaderboard
- Artificial Analysis Speech-to-Text: https://artificialanalysis.ai/speech-to-text
- fal.ai pricing: https://fal.ai/pricing
- Replicate pricing: https://replicate.com/pricing
- Modal pricing: https://modal.com/pricing
- Modal: deploying Whisper (cost example): https://modal.com/blog/how-to-deploy-whisper
- Baseten pricing: https://www.baseten.co/pricing/
- NVIDIA Parakeet TDT 0.6B v3 model card: https://huggingface.co/nvidia/parakeet-tdt-0.6b-v3
- Mistral Voxtral (Hugging Face): https://huggingface.co/mistralai/Voxtral-Mini-3B-2507
- US electricity price (EIA): https://www.eia.gov/electricity/monthly/update/end-use.php