> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeroruntime.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Resemble

> Python API reference for the resemble text-to-speech provider.

<Card title="Usage guide" icon="book" href="/plugins/tts/resemble" horizontal>
  Setup, environment variables, and Python/JavaScript/Go usage examples.
</Card>

## ResembleTTS

Initialize the Resemble TTS plugin.

Slot: tts. Route: plugins -- direct to the vendor, with RESEMBLE\_API\_KEY or
an explicit api\_key.

```python theme={null}
from zeroruntime.plugins import ResembleTTS  # direct to the vendor, with your key
```

### Fields

<ParamField path="voice_uuid" type="str" default="55592656" />

<ParamField path="sample_rate" type="int" default="22050" />

<ParamField path="precision" type="str" default="PCM_16" />

<ParamField path="model" type="Optional[str]" default="None" />
