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

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

## CometAPITTS

Initialize the CometAPI TTS plugin.

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

### Options

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

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

<ParamField path="speed" type="number" default="1" />

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

<ParamField path="chunked_synthesis" type="boolean" default="false" />
