← All models
Chatterbox (pro version), Resemble AI's first production-grade open source TTS model. Text to Speech model for memes, videos, games, or AI agents.
Details
- Accepts
- text
Pricing
- Price
- 0.00500 cr / character
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed. Set for reproducible generation |
| pitch | —enum: x-low, low, medium, high, x-high | Pitch |
| voice | —enum: Luna, Ember, Hem, Aurora, Cliff, Josh… | Choose a predefined voice |
| promptrequired | string | Text to synthesize |
| temperature | number | Temperature |
| custom_voice | string | The uuid of the voice to use (this overrides the voice selection) |
| exaggeration | number | Exaggeration (Neutral = 0.5, extreme values can be unstable) |