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

# Aws

> Python API reference for the aws realtime models provider.

## NovaSonicRealtime

Nova Sonic's realtime model implementation

Slot: realtime. Route: plugins -- direct to the vendor, with
AWS\_ACCESS\_KEY\_ID or an explicit api\_key.

```python theme={null}
from zeroruntime.plugins import NovaSonicRealtime  # direct to the vendor, with your key
```

### Fields

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

<ParamField path="model" type="str" required />

<ParamField path="config" type="Mapping[str, Any] | None" default="UNSET" />
