design_voice
Create voice previews from a text description, save audio, and retain a voice permanently using its generated ID.
Instructions
Design candidate voices from a text description (Voice Design).
Generates preview voices and saves each preview's audio to a file. To keep a
preview permanently, call create_voice_from_preview with its
generated_voice_id.
Args: voice_description: description of the desired voice, e.g. "an old British narrator with a warm, gravelly tone". text: sample text to speak in the previews (>=100 chars recommended). model_id: voice-design model id (API default when omitted). auto_generate_text: let ElevenLabs generate the preview text.
Returns JSON listing each preview's generated_voice_id and saved audio path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| model_id | No | ||
| voice_description | Yes | ||
| auto_generate_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |