Custom voices are saved to your account with a unique Voice ID for unlimited reuse. For one-time voice cloning, see Instant Voice Cloning.
Custom Voices vs Instant Cloning
| Feature | Custom Voices | Instant Cloning |
|---|---|---|
| Voice Saved? | ✅ Yes | ❌ No |
| Reusable? | ✅ Unlimited uses | ❌ Single use |
| Voice ID Assigned? | ✅ Yes | ❌ No |
| API Access | ✅ Yes | ❌ Dashboard only |
| Best For | Branding, ongoing use | Quick tests, one-off projects |
How to Create a Custom Voice
Navigate to the Dashboard
Log in to your account and go to the Custom Voices page.
Creating custom voices is only available via the Dashboard as of now. We are working to add the API endpoint for it.
Using Your Custom Voice on the Dashboard
To use your custom voice via the Web Dashboard:- Head to the Text to Speech Page
- Select Advance Model
- In the Voices menu, find your Custom Voice under “My Voices”
Custom voices are only supported in the Advance Model.
Using Your Custom Voice in the API
Your Custom Voice can be used programmatically via the API by referencing its unique Voice ID.Find Your Voice ID
Locate your voice on the dashboard’s Custom Voices section and copy its Voice ID (e.g.,custom_voice_123).
Make the API Request
Set thevoice parameter to your Voice ID and the model parameter to "advance".
Security and Access
Your Custom Voices are exclusive to your account.Exclusive Access
Only the account that created a Custom Voice can use its Voice ID.
Protected Assets
If another user attempts to use your Custom Voice ID, the API returns a
400 Bad Request error.Billing
Custom Voices use the Advance Model. All audio generated is charged at the Advance model rate.| Model | Credit Cost |
|---|---|
| Base | 1 credit per token |
| Advance (Custom Voices) | 4 credits per token |
Understanding Credits
See our detailed guide on credit calculation and billing.