Files
2026-07-13 13:39:38 +08:00

16 lines
593 B
Markdown

# Azure plugin for LiveKit Agents
Support for Azure AI including Azure Speech. For Azure OpenAI, see the [OpenAI plugin](https://github.com/livekit/agents/tree/main/livekit-plugins/livekit-plugins-openai).
See [https://docs.livekit.io/agents/integrations/azure/](https://docs.livekit.io/agents/integrations/azure/) for more information.
## Installation
```bash
pip install livekit-plugins-azure
```
## Pre-requisites
You'll need to specify an Azure Speech Key and a Deployment Region. They can be set as environment variables: `AZURE_SPEECH_KEY` and `AZURE_SPEECH_REGION`, respectively.