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

> TypeScript API reference for the aws realtime models provider.

## NovaSonicRealtime

Nova Sonic's realtime model implementation

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

### Options

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

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

<ParamField path="config" type="Record<string, any> | null" default="null" />
