# ElevenlabsSynthesizeRequest

Model ID: `ElevenlabsSynthesizeRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `api_key` | `string` | Yes |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `language_code` | `string` | No |  |  |  | Yes |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `model_id` | `string` | No |  |  |  | Yes |  |
| `output_format` | `string` | No |  |  |  | Yes |  |
| `seed` | `integer` | No |  |  |  | Yes |  |
| `text` | `string` | Yes |  |  |  | No |  |
| `voice_id` | `string` | Yes |  |  |  | No |  |
| `voice_settings` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |

## Example

None declared in canonical OpenAPI.
