# ElevenLabsTts

Model ID: `ElevenLabsTts`

Text-to-speech settings within a conversation config.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `agent_output_audio_format` | `string|null` | No |  |  | `null` | Yes |  |
| `model_id` | `string|null` | No |  |  | `null` | Yes |  |
| `optimize_streaming_latency` | `integer|null` | No |  |  | `null` | Yes |  |
| `pronunciation_dictionary_locators` | `array|null` | No |  |  | `null` | Yes |  |
| `similarity_boost` | `number|null` | No |  |  | `null` | Yes |  |
| `speed` | `number|null` | No |  |  | `null` | Yes |  |
| `stability` | `number|null` | No |  |  | `null` | Yes |  |
| `supported_voices` | `array|null` | No |  |  | `null` | Yes |  |
| `voice_id` | `string|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
