livekit-plugins-assemblyai
Agent Framework plugin for AssemblyAI
What it is and what it does
This package is a plugin that connects AssemblyAI's speech-to-text service to the LiveKit Agents framework. It allows you to build real-time voice agents that can listen to and understand spoken input from users in WebRTC sessions. The plugin handles the integration between LiveKit's agent runtime and AssemblyAI's STT API, so you can focus on building the agent logic rather than managing the speech recognition plumbing.
The plugin is designed to work alongside other LiveKit Agents components—LLMs, TTS providers, and VAD (voice activity detection)—as part of a complete conversational agent pipeline. It requires only livekit-agents as a runtime dependency and integrates into the standard AgentSession workflow, making it straightforward to swap in or out depending on your STT provider preference.
Use it for:
- Building a customer service voice agent that understands caller speech in real time
- Creating a multi-turn conversational AI that listens and responds without manual transcription setup
- Integrating AssemblyAI's STT into an existing LiveKit WebRTC application for voice input
- Testing and prototyping voice agent behavior with AssemblyAI as the speech recognition backbone
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates AssemblyAI speech-to-text into the LiveKit Agents framework for building real-time voice agents.
Yes, if you are building voice agents with LiveKit and prefer AssemblyAI as your speech-to-text provider. The package is actively maintained, has no known vulnerabilities, installs with low friction, and integrates cleanly into the LiveKit Agents ecosystem. Install it as part of your agent dependencies when you want AssemblyAI STT rather than another provider.
Install
livekit-plugins-assemblyai on PyPI
pip
pip install livekit-plugins-assemblyaiuv
uv add livekit-plugins-assemblyaipoetry
poetry add livekit-plugins-assemblyaiInstalling livekit-plugins-assemblyai
Before you install
Low friction installation as a pure Python wheel. Actively maintained with a recent release and strong repository signal (13003 stars, last commit 2026-08-14).
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions.
Quickstart
pip install livekit-plugins-assemblyai
from livekit.plugins import assemblyai
from livekit.agents import AgentSession
session = AgentSession(
stt=assemblyai.STT(),
# ... other session config
)
Requires Python 3.10 or later. AssemblyAI API credentials must be configured (typically via environment variables).
Verify before relying
- Whether AssemblyAI credentials are auto-discovered from environment or require explicit configuration
- Supported AssemblyAI STT models and language coverage beyond the base integration
- Real-time latency characteristics and streaming vs. batch processing behavior
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 | 1 — livekit-agents |
| Maintenance | actively maintained — 1 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 775,692/month — #5,092 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: livekit_plugins_assemblyai-1.6.10-py3-none-any.whl
Keywords: ai, audio, livekit, realtime, video, voice, webrtc
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
livekit-plugins-anamAnam plugin for the LiveKit Agents framework…
permissive · top 15,000 on PyPI
livekit-plugins-anthropicIntegrates Anthropic's Claude models into…
permissive · top 5,000 on PyPI
livekit-plugins-elevenlabsIntegrates ElevenLabs text-to-speech into the…
permissive · top 5,000 on PyPI
livekit-plugins-groqIntegrates Groq's fast inference API with…
permissive · top 15,000 on PyPI
livekit-plugins-rimeIntegrates Rime speech recognition into…
permissive · top 15,000 on PyPI
livekit-plugins-telnyxIntegrates Telnyx telephony services with…
permissive · top 15,000 on PyPI
livekit-plugins-xaiIntegrates xAI's Grok LLM with LiveKit's Agent…
permissive · top 15,000 on PyPI
livekit-plugins-sileroProvides Silero voice activity detection…
permissive · top 5,000 on PyPI
livekit-blingfireProvides BlingFire tokenization bindings for…
permissive · top 5,000 on PyPI
livekit-plugins-cartesiaIntegrates Cartesia's voice AI services…
permissive · top 5,000 on PyPI