ElevenLabs API
ElevenLabs — industry-leading AI voice and music synthesis
Overview
ElevenLabs is the industry leader in AI voice synthesis and music generation. Access all ElevenLabs variants through AI Generate with one API key.
All 6 ElevenLabs variants & pricing
Every variant is accessible via the same API endpoint. Switch variants by changing the model parameter. No extra setup.
| Variant | Credits | Price USD | Unit | |
|---|---|---|---|---|
| Elevenlabs Audio Isolation | 0.20 | $0.0014 | per second | Details → |
| Elevenlabs Sound Effect V2 | 0.24 | $0.0017 | per second | Details → |
| Elevenlabs Speech to Text | 3.50 | $0.0245 | Per minute | Details → |
| Elevenlabs Text to Speech, turbo 2.5 | 6.00 | $0.0420 | per 1000 characters | Details → |
| Elevenlabs Text to Speech, multilingual v2 | 12.00 | $0.0840 | per 1000 characters | Details → |
| Elevenlabs V3 , Text to dialogue | 14.00 | $0.0980 | per 1000 characters | Details → |
Use ElevenLabs via API
Example call with the default variant. Replace model with any slug from the table above.
curl https://aimarcusimage.eu/api/v1/jobs/createTask \
-H "Authorization: Bearer sk-aig-..." \
-H "Content-Type: application/json" \
-d '{
"model": "elevenlabs-elevenlabs-audio-isolation",
"input": {
"prompt": "upbeat synthwave, driving bass"
}
}'
FAQ
How much does ElevenLabs cost?
Pricing starts at $0.0014 per second for the most affordable variant. You pay per call from your credit balance — no monthly subscription, no minimum commitment. First $10 on signup are free.
Is this an official ElevenLabs API?
AI Generate is an AI model aggregator that routes calls to ElevenLabs's upstream API. You get the exact same model outputs with simpler billing (pay per call, no contracts), one API key for 288 models, and the same OpenAI-compatible request shape across all providers.
Can I use ElevenLabs in production?
Yes. The endpoint is rate-limited to 20 requests per 10 seconds per API key, retries are idempotent via taskId, and async results are delivered via polling or webhook. Set a spend cap in dashboard settings to protect against runaway usage.
Which ElevenLabs variant should I pick?
For first tests, start with the cheapest variant (lowest "Price USD" in the table above). Upgrade to higher-resolution or "Quality" tiers only when you have validated prompts. The Playground (free) lets you A/B test all variants before spending credits.