> ## 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

> TypeScript 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.

```ts theme={null}
import { ResembleTTS } from '@zeroruntime/js-sdk/plugins';  // direct to the vendor, with your key
```

### Options

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

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

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

<ParamField path="model" type="string | null" default="null" />
