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

## CometAPISTT

Initialize the CometAPI STT plugin.

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

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

### Fields

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

<ParamField path="prompt" type="str | None" default="None" />

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