Voice Models
Audixa provides two model tiers:| Model | Description | Use Case |
|---|---|---|
| Base | Standard high-quality voices | General TTS, high volume, cost-effective |
| Advanced | Premium voices with cloning and emotions | Custom voices, expressive speech, dubbing |
Listing Voices via API
Fetch available voices using the/voices endpoint:
The
model query parameter is optional. Use base or advanced to filter.Response Format
Voice Properties
Each voice object includes:| Property | Type | Description |
|---|---|---|
voice_id | string | Unique identifier to use in /tts requests |
name | string | Human-friendly voice name |
gender | string | Male or Female |
accent | string | Voice accent/language (e.g., “American”) |
description | string | Brief description of voice characteristics |
free | boolean | Whether the voice is free to use |
is_custom | boolean | Whether this is your custom voice |
Using a Voice
Once you’ve selected a voice, use itsvoice_id in your TTS request:
Custom Voices (Advanced Model)
With the Advanced model, you can:Clone Your Voice
Create a custom voice from audio samples.
Adjust Emotions
Control emotional tone via
exaggeration and cfg_weight.Fine-tune Settings
Adjust expressiveness for creativity control.
Branded Voices
Create unique voices for your brand.
/voices?model=advanced response with is_custom: true.
Voice Selection Tips
- Match your audience: Choose accents that resonate with your target users
- Consider context: Professional content may need authoritative voices; casual content benefits from friendly tones
- Test before production: Generate samples with different voices before committing
- Check the dashboard: The Voice Library lets you preview voices interactively
Browse in Dashboard
For an interactive experience with audio previews:Voice Library Dashboard
Browse, preview, and compare all available voices.