Built for indie creators

Give your content
the voice it deserves

Professional AI voices. Indie prices.

High-quality text-to-speech for creators and developers. Up to 2M characters/month, voice cloning included — no studio budget required.

Hear the difference

11 voices, 7 languages

Every voice speaks all 11 supported languages. Pick the personality that fits your content.

🇺🇸JamesEN
0:00
0:00
🇫🇷SophieFR
0:00
0:00
🇮🇹LorenzoIT
0:00
0:00

Pricing

Indie prices. Studio quality.

Start free. No credit card required. Upgrade only when you need more.

Free
€0
forever

10,000 characters/month
3 preset voices
API access (rate limited)
Download MP3
Audio stored 24h
Voice cloning
Get started
Starter
€6
per month

200,000 characters/month
All 20+ preset voices
Full API access
Audio stored 7 days
Voice cloning
Get started
MOST POPULAR
Creator
€14
per month

600,000 characters/month
Voice cloning (upload audio)
Audio stored 30 days
High inference priority
Everything in Starter
Start free trial
Pro
€39
per month

2,000,000 characters/month
YouTube voice cloning
Audio stored permanently
Dedicated endpoint + SLA
Everything in Creator
Get started

For developers

Simple API, zero setup

REST API. Integrate in minutes. Compatible with any stack.

# Generate speech
curl https://api.voxnutshell.com/v1/tts \
-H "Authorization: Bearer $KEY" \
-d '{
"text": "Hello world",
"voice": "emma-en",
"format": "mp3"
}'
# Response
{"url": "https://r2.voxnutshell.com/...
"duration": 1.8, "chars": 11}
Async job API
Submit long texts, get a job ID instantly. Poll for results. No timeouts, no dropped connections.
Voice cloning API
Upload 3s of reference audio. Generate in that voice. Never stored server-side — session only.
Streaming support
First audio packet under 200ms. Stream directly to your users in real time.
Long-form chunking
Books, podcasts, courses — automatic chunking and parallel processing. Progress tracking included.