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

# Sanas

> TypeScript API reference for the sanas noise cancellation provider.

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

## SanasDenoise

Create a Denoise instance configured for Sanas.

```ts theme={null}
import { SanasDenoise } from '@zeroruntime/js-sdk/inference';  // same fields, through the gateway, no vendor key
```

### Options

<ParamField path="model_id" type="string" default="VI_G_NC3.0" />

<ParamField path="sample_rate" type="number | null" default="null" />

<ParamField path="channels" type="number | null" default="null" />

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

<ParamField path="max_connection_attempts" type="number" default="5" />
