skillfed

livekit-plugins-azure

Agent Framework plugin for services from Azure

livekit-plugins-azure v1.6.10 311.2K downloads/30d#7,738 on PyPI13,003
Permissive license Apache-2.0 Active released

What it is and what it does

This package is a plugin for the LiveKit Agents framework that adds support for Azure AI services, with a focus on Azure Speech for voice processing. It acts as a bridge between LiveKit's real-time communication infrastructure and Azure's cognitive services, allowing developers to build voice-enabled agents that can process audio in real time using Azure's speech recognition and synthesis capabilities.

The plugin is designed to work within the LiveKit Agents ecosystem and requires configuration through environment variables for Azure credentials. It's part of a broader plugin architecture where other Azure services (like Azure OpenAI) are handled by separate plugins. The package is actively maintained and targets modern Python versions (3.10+), indicating it's built for current development practices.

Use it for:

  • Build voice-enabled chatbots using LiveKit's agent framework with Azure Speech for transcription and synthesis
  • Create real-time voice assistants that process audio streams through Azure cognitive services
  • Integrate Azure Speech capabilities into existing LiveKit video/voice applications for AI-driven interactions
  • Develop multi-modal agents that combine video, audio, and Azure AI services for interactive applications

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Azure AI services, particularly Azure Speech, into LiveKit Agents for real-time voice and audio processing in agent applications.

Yes, if you're building LiveKit agents that need Azure Speech or other Azure AI services. The package is actively maintained, has low install friction, uses a permissive license, and integrates cleanly into the LiveKit ecosystem. Verify that Azure Speech is the service you need (Azure OpenAI requires a separate plugin) and that you can provide the required environment variables for authentication.

Install

livekit-plugins-azure on PyPI

pip

pip install livekit-plugins-azure

uv

uv add livekit-plugins-azure

poetry

poetry add livekit-plugins-azure

Installing livekit-plugins-azure

Before you install

Low friction install with a pure-Python wheel. Actively maintained with a release one day old and a well-established parent project (13003 stars). Requires only two runtime dependencies: azure-cognitiveservices-speech and livekit-agents.

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions, making it suitable for most production deployments.

Quickstart

pip install livekit-plugins-azure

import livekit_plugins_azure
# Configure with AZURE_SPEECH_KEY and AZURE_SPEECH_REGION environment variables

Requires Python 3.10 or later. Azure Speech Key and Deployment Region must be set as environment variables (AZURE_SPEECH_KEY and AZURE_SPEECH_REGION).

Verify before relying

  • Specific Azure AI services supported beyond Azure Speech (e.g., language, translation, vision capabilities)
  • Whether this plugin works with Azure OpenAI or if the separate OpenAI plugin is required
  • Performance characteristics and latency for real-time speech processing
  • Cost implications of using Azure Speech through this integration

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10.0)
Install friction low — pure-Python wheel
Runtime dependencies 2 — azure-cognitiveservices-speech, livekit-agents
Maintenance actively maintained — 1 days since the last release
Last repo commit
First released
Downloads 311,194/month — #7,738 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: livekit_plugins_azure-1.6.10-py3-none-any.whl

Keywords: ai, audio, livekit, realtime, video, voice, webrtc

Intended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Topic :: Multimedia :: Sound/AudioTopic :: Multimedia :: VideoTopic :: Scientific/Engineering :: Artificial Intelligence

Tags

azure speech integrationlivekit azure pluginazure ai agentsreal-time voice processingazure cognitive serviceslivekit azure speechagent framework azure
realtime-communicationazure-integrationvoice-ai

More Artificial Intelligence packages

litellm

LiteLLM provides a unified Python interface to…

permissive · top 100 on PyPI

huggingface-hub

Client library and CLI tool for downloading,…

permissive · top 100 on PyPI

langchain

LangChain provides a framework for building…

permissive · top 1,000 on PyPI

hf-xet

hf-xet provides chunk-based deduplication and…

permissive · top 1,000 on PyPI

tokenizers

Tokenizers converts raw text into token…

permissive · top 1,000 on PyPI

transformers

Transformers provides a unified framework for…

permissive · top 1,000 on PyPI

livekit-plugins-openai

Integrates OpenAI's Realtime, Responses, LLM,…

permissive · top 5,000 on PyPI

livekit-plugins-cartesia

Integrates Cartesia's voice AI services…

permissive · top 5,000 on PyPI

livekit-plugins-google

Integrates Google Cloud AI services (Gemini,…

permissive · top 5,000 on PyPI

livekit-plugins-deepgram

Integrates Deepgram's voice AI services…

permissive · top 5,000 on PyPI

livekit-plugins-ai-coustics

A LiveKit plugin that applies Ai-coustics audio…

unclear · top 15,000 on PyPI

livekit-plugins-aws

Integrates Amazon AWS AI services (Bedrock,…

permissive · top 15,000 on PyPI

azure-cognitiveservices-speech

Provides Python bindings to Microsoft's Speech…

unclear · top 5,000 on PyPI

livekit-plugins-assemblyai

Integrates AssemblyAI speech-to-text into the…

permissive · top 15,000 on PyPI

livekit-plugins-gladia

Integrates Gladia's speech-to-text API with…

permissive · top 15,000 on PyPI

livekit-plugins-anam

Anam plugin for the LiveKit Agents framework…

permissive · top 15,000 on PyPI

Further reading