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

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

## NavanaSTT

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

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

### Options

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

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

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

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