ElevenLabs API pricing: the pay-as-you-go rate versus the credit pool
By Anwar Benhamada · August 17, 2026
Some links here are affiliate links. If you sign up through them we may earn a commission at no extra cost to you. Every tool on this page was run against the same task set, and rankings are never sold.
The credit-based subscription tiers are already covered here. That page is for anyone using the ElevenLabs web app. It’s the wrong page if you’re integrating the API directly and have no interest in a monthly plan, because ElevenLabs also sells the same models by the unit, no subscription required.
The pay-as-you-go rates
Checked on elevenlabs.io/pricing/api, US pricing in USD, 17 August 2026.
| Product | Rate |
|---|---|
| Text to speech (Flash / Turbo) | $0.05 / 1,000 characters |
| Text to speech (Multilingual v2/v3) | $0.10 / 1,000 characters |
| Speech to text (Scribe v2) | $0.22 / hour |
| Speech to text (Scribe v2 Realtime) | $0.39 / hour |
| Speech Engine (voice for chat agents) | $0.08 / minute |
| Music generation | $0.15 / minute |
| Voice Isolator | $0.12 / minute |
| Voice Changer | $0.12 / minute |
| Sound Effects | $0.12 / minute |
| Dubbing v1 (with watermark) | $0.33 / minute |
| Dubbing v1 (without watermark) | $0.50 / minute |
| Dubbing v2 | $2.20 / minute |
No monthly minimum, no credit purchase, cancel any time. You call the endpoint, you get billed for what you sent it.
Check current ElevenLabs API pricingThe subscription’s blended rate is worse than the sticker price
Here’s the part that isn’t obvious from either pricing page on its own. The subscription doesn’t sell you TTS or dubbing directly, it sells you credits, and credits convert to output at fixed exchange rates: 1 credit per character for full-quality TTS, 2,000 credits per minute for watermarked dubbing, 10,000 credits per minute for watermark-free dubbing. Divide a plan’s price by its monthly credit allowance and you get a real dollar rate for each of those products, one you can put next to the API’s listed price.
On Creator ($22/month, 121,000 credits), a credit costs $0.000182. Run that through the exchange rates:
| Product | Creator’s blended rate | API pay-as-you-go | Difference |
|---|---|---|---|
| TTS, full quality | $0.000182 / character | $0.0001 / character | API is ~45% cheaper |
| Dubbing, watermarked | $0.36 / minute | $0.33 / minute | API is ~9% cheaper |
| Dubbing, no watermark | $1.82 / minute | $0.50 / minute | API is ~3.6x cheaper |
(Math: 22 ÷ 121,000 = $0.0001818/credit; 1 × that = TTS rate; 2,000 × that = watermarked dubbing; 10,000 × that = no-watermark dubbing. Checked against elevenlabs.io/pricing/api’s own calculator, which lists Dubbing v1 as a single product billed either through subscription credits or pay-as-you-go — it’s the same model, just two ways to pay for it.)
The gap doesn’t close much at higher tiers, either. Pro, Scale, and Business all land around $0.000165–$0.000166 per credit, still above the API’s flat $0.0001/character. The subscription’s discount for buying in bulk never gets you below what a developer with no plan at all is already paying per call.
Where this actually matters
If you’re doing occasional TTS through the web app, or you want Studio’s editing tools and don’t want to think about a bill per generation, the subscription is still the simpler product and $22/month buys a lot of casual use. This isn’t an argument that the subscription is a bad deal in general.
It’s an argument that if dubbing is most of what you do, paying per minute is meaningfully cheaper than buying credits to spend on it, and the gap is large enough that it’s worth checking before you commit to a year of Creator or Pro. Someone dubbing 40 minutes of video a month spends $20 on the API’s no-watermark rate. The same 40 minutes drawn from a Creator subscription’s credit pool costs roughly $73 in credits, on top of the $22 you’re already paying for the plan.
Figures from elevenlabs.io/pricing and elevenlabs.io/pricing/api, both checked 17 August 2026. Per-unit API rates and the credit exchange table are the kind of numbers a vendor tunes without much notice, re-check before you build a cost model around them.