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

# Aicoustics

> TypeScript API reference for the aicoustics noise cancellation provider.

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

## AICousticsDenoise

Create a Denoise instance configured for AI-Coustics.

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

### Options

<ParamField path="model_id" type="string" default="quail-l-16khz" />

<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" />
