Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Input | string | :heavy_check_mark: | Text to synthesize | Hello world |
Model | string | :heavy_check_mark: | TTS model identifier | elevenlabs/eleven-turbo-v2 |
Provider | *components.SpeechRequestProvider | :heavy_minus_sign: | Provider-specific passthrough configuration | |
ResponseFormat | *components.ResponseFormatEnum | :heavy_minus_sign: | Audio output format | pcm |
Speed | *float64 | :heavy_minus_sign: | Playback speed multiplier. Only used by models that support it (e.g. OpenAI TTS). Ignored by other providers. | 1 |
Voice | string | :heavy_check_mark: | Voice identifier (provider-specific). | alloy |