Text-to-Speech API
The text-to-speech API with the #1-benchmarked voice, from $6 per 1M characters.
50K free characters to start. Commercial use, no credit card.
curl -X POST https://api.speechify.ai/v1/audio/speech \
-H "Authorization: Bearer $SPEECHIFY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": "Ship production voice in a few lines of code.",
"model": "simba-3.2",
"voice_id": "george",
"audio_format": "mp3"
}'
- Simba 3.2 statistically tied for #1 on Artificial Analysis
- Sub-300ms first byte
- POST /v1/audio/speech and POST /v1/audio/stream
- 5 audio formats, 13 emotions, SSML
- From $6 per 1M characters
Hear it before you write a line.
This runs a real request against the API and plays what comes back. Pick a voice and an emotion, then run it.
First request
Choose parameters inline, then copy the request.
curl -X POST https://api.speechify.ai/v1/audio/speech \
-H "Authorization: Bearer $SPEECHIFY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": "The quick brown fox jumped over the lazy dog",
"model": "simba-3.2",
"voice_id": "geffen_32",
"audio_format": "mp3"
}' POST /v1/audio/speech
Run the request, then play the result.
Response appears here after the request completes.
Selected sample: Geffen, neutral.
Top-tier voice, without the top-tier bill.
Top-ranked quality
Simba is a leading model on the Artificial Analysis leaderboard, above every ElevenLabs, OpenAI, and Google model.
A fraction of the cost
A flat rate per character, where the closest-ranked model costs nearly three times more and ElevenLabs' flagship runs ten times higher.
Drop-in compatible
One REST API with Python and TypeScript SDKs. Move off your current provider with minimal code changes.
Streaming-native
Built for real-time agents and low latency, with emotion control, SSML prosody, and zero-shot voice cloning.
What will text-to-speech cost at your volume?
SpeechifyAI is one flat rate per character. Most providers bill by quality tier, or by credits that convert to characters at a rate that shifts with your plan. Drag your monthly volume and switch the provider to see the difference. Rates are from each vendor's public pricing.
- Flat per-character billing
- Voice cloning included
- Commercial use on every plan
- No credits, no token math
The same rate whatever the script. No tier picker, no credit math.
the SpeechifyAI rate per character
Rates vary by plan tier, model, and annual commitment.
SpeechifyAI at $10/1M characters on pay-as-you-go, dropping to $6 per 1M on Scale. Competitor rates are the neural / quality tier most teams ship on; standard tiers are cheaper but noticeably lower quality.
Cost at common volumes
| Monthly volume | SpeechifyAI ($10/1M) | ElevenLabs (~$100/1M) | You save |
|---|---|---|---|
| 1M chars | $10/mo | ~$100/mo | $90/mo $1,080/yr |
| 10M chars | $100/mo | ~$1,000/mo | $900/mo $10,800/yr |
| 100M chars | $1,000/mo | ~$10,000/mo | $9,000/mo $108,000/yr |
From key to production in three steps.
Get a key
Sign up and issue a key in under a minute. No credit card, and the free tier is cleared for commercial use.
Make the first call
One REST endpoint, with Python and TypeScript SDKs. The sample above runs as-is once your key is in.
Go to production
Rates drop as your volume grows, and SOC 2 Type II, SSO and a DPA are ready when procurement asks.
Enterprise-ready when you are.
Start on the free tier today and bring procurement in later. SOC 2 Type II, SSO, a signed DPA and volume pricing are all here when you need them, and teams with heavy traffic or a regulated surface get a Forward Deployed Engineer building alongside them. Most ship their first use case in two to three weeks.
Frequently asked questions
What is a text-to-speech API?
How fast is it?
What does it cost?
Which audio formats are supported?
Start building in minutes.
Issue a key, paste the sample, and hear your first request come back. Free while you build, and priced per character the day you ship.
50K free characters to start. Commercial use, no credit card. SOC 2 Type II.