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

# Nvidia

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

<Card title="Usage guide" icon="book" href="/plugins/stt/nvidia" horizontal>
  Setup, environment variables, and Python/JavaScript/Go usage examples.
</Card>

## NvidiaSTT

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

### Options

<ParamField path="model" type="string" default="parakeet-1.1b-en-US-asr-streaming-silero-vad-sortformer" />

<ParamField path="server" type="string" default="grpc.nvcf.nvidia.com:443" />

<ParamField path="function_id" type="string" default="1598d209-5e27-4d3c-8079-4751568b1081" />

<ParamField path="language_code" type="string" default="en-US" />

<ParamField path="sample_rate" type="number" default="16000" />

<ParamField path="use_ssl" type="boolean" default="true" />

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

<ParamField path="automatic_punctuation" type="boolean" default="true" />
