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

# Navana

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

## NavanaSTT

VideoSDK Agent Framework STT plugin for Navana's Bodhi API.

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

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

### Fields

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

<ParamField path="model" type="str" default="en-general-v2-8khz" />

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

<ParamField path="input_sample_rate" type="int" default="48000" />
