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

# Groq

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

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

## GroqTTS

Initialize the Groq TTS plugin.

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

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

### Fields

<ParamField path="model" type="str" default="canopylabs/orpheus-v1-english'; pinned" />

<ParamField path="voice" type="str" default="hannah'; pinned" />

<ParamField path="speed" type="float" default="1.0" />

<ParamField path="response_format" type="Literal['flac', 'mp3', 'mulaw', 'ogg', 'wav']" default="UNSET" />

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