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

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

Slot: denoise. Route: inference -- through the ZeroRuntime inference
gateway, which authenticates with your ZeroRuntime token -- this class
takes no api\_key.

```python theme={null}
from zeroruntime.inference import AICousticsDenoise  # same fields, through the gateway, no vendor key
```

### Fields

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

<ParamField path="sample_rate" type="int | None" default="None" />

<ParamField path="channels" type="int | None" default="None" />

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

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