> ## 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 speech-to-text provider.

## CometAPISTT

Initialize the CometAPI STT plugin.

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

### Options

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

<ParamField path="prompt" type="string | null" default="null" />

<ParamField path="language" type="string" default="en" />
