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

# Azure

> Python API reference for the azure realtime models provider.

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

## AzureVoiceLive

Azure Voice Live realtime model implementation

Slot: realtime. Route: plugins -- direct to the vendor, with
AZURE\_VOICE\_LIVE\_API\_KEY or an explicit api\_key.

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

### Fields

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

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

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