Voice Design

Create a custom voice with full parameter controls and receive both an audio preview and a reusable voice ID.

Overview

The Voice Design node provides comprehensive control over voice synthesis via the ElevenLabs Text-to-Voice Design API. Unlike Voice Remix (which uses only a text description), Voice Design exposes model selection, loudness, guidance scale, seed, and quality parameters for precise voice creation. The output includes both an audio preview and a generatedVoiceId that can be fed into Text to Speech nodes for ongoing use.

Configuration

Field Type Default Description
Voice Description string (textarea) "" Natural language description of the desired voice characteristics
Preview Text string (100-1000 chars) "" Text the generated voice will speak in the preview. Must be between 100 and 1000 characters
Model VoiceDesignModel "eleven_ttv_v3" Voice generation model: eleven_ttv_v3 (recommended) or eleven_multilingual_ttv_v2
Loudness number (-1 to 1) 0 Output volume adjustment. Negative values produce quieter output, positive values produce louder output
Guidance Scale number (0-100) 5 How strictly the model follows the voice description. Higher values are more literal, lower values are more creative
Seed number (optional) Random seed for reproducible results. Omit for random generation
Quality number (optional) Output quality setting (model-dependent)
Enhance Audio boolean false Post-process the output to improve audio clarity

Inputs & Outputs

Common Use Cases

Tips