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

# Cometapi

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

## CometAPITTS

Initialize the CometAPI TTS plugin.

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

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

### Fields

<ParamField path="model" type="str" default="tts-1" />

<ParamField path="voice" type="str" default="alloy" />

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

<ParamField path="response_format" type="str" default="pcm" />

<ParamField path="chunked_synthesis" type="bool" default="False" />
