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

# Papla

> TypeScript API reference for the papla text-to-speech provider.

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

## PaplaTTS

Initialize the Papla TTS plugin.

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

### Options

<ParamField path="model_id" type="string" default="papla_p1" />

<ParamField path="base_url" type="string" default="https://api.papla.media/v1" />
