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

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

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

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

### Fields

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

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