skillfed

livekit-plugins-silero

Agent Framework Plugin for Silero

livekit-plugins-silero v1.6.10 3.6M downloads/30d#2,568 on PyPI13,002
Permissive license Apache-2.0 Active released

What it is and what it does

This package is a plugin that adds Silero voice activity detection to the LiveKit Agents framework. It enables real-time voice agents running on servers to detect when a user is speaking or has finished their turn, reducing false interruptions in conversational AI applications.

The plugin integrates with the broader LiveKit Agents ecosystem, which is designed for building multi-modal, programmable voice agents that can see, hear, and understand. It works alongside other components like speech-to-text, language models, and text-to-speech providers. The package depends on livekit-agents, numpy, and onnxruntime, making it a lightweight addition to an existing agent deployment.

Use it for:

  • Detect user speech turns in real-time voice agents to minimize interruptions during conversations.
  • Enable turn detection in multi-turn dialogue systems where agents need to know when to listen vs. respond.
  • Integrate as a voice activity detection component within LiveKit agent deployments.
  • Build telephony-integrated voice agents that handle incoming or outgoing calls with speech detection.
  • Reduce latency in voice agent responses by using efficient on-device VAD.

Worth the install?

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

Provides Silero voice activity detection integration for the LiveKit Agents framework to detect when users are speaking in real-time voice agent applications.

Yes. This is a focused, actively maintained plugin for a specific use case within the LiveKit Agents framework. If you are already building voice agents with LiveKit and need voice activity detection, it offers low friction installation and integrates seamlessly. If you are not using LiveKit Agents, it has no standalone value.

Install

livekit-plugins-silero on PyPI

pip

pip install livekit-plugins-silero

uv

uv add livekit-plugins-silero

poetry

poetry add livekit-plugins-silero

Installing livekit-plugins-silero

Before you install

Low friction install with a pure-Python wheel. Actively maintained as part of the LiveKit Agents ecosystem, with a recent release and 13002 repository stars indicating stable backing.

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions, typical for open-source AI infrastructure.

Quickstart

pip install livekit-plugins-silero

from livekit.agents import Agent, AgentSession

session = AgentSession(
    vad=inference.VAD(),
    stt=inference.STT("deepgram/nova-3"),
    llm=inference.LLM("google/gemma-4-31b-it"),
    tts=inference.TTS("cartesia/sonic-3"),
)

Requires Python 3.10 or later; depends on livekit-agents, numpy, and onnxruntime.

Verify before relying

  • Whether Silero VAD model is bundled or downloaded on first use, and any bandwidth/storage implications.
  • Latency characteristics and accuracy metrics compared to other VAD implementations.
  • Whether the plugin supports custom model weights or configuration tuning beyond defaults.

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 3 — livekit-agents, numpy, onnxruntime
Maintenance actively maintained — 1 days since the last release
Last repo commit
First released
Downloads 3,594,523/month — #2,568 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: livekit_plugins_silero-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

silero voice activity detectionlivekit agent vad pluginreal-time voice agent frameworkvoice activity detection integrationlivekit agents silerovad for voice agentsrealtime voice ai
voice-activity-detectionlivekit-pluginrealtime-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-rime

Integrates Rime speech recognition into…

permissive · top 15,000 on PyPI

livekit-plugins-assemblyai

Integrates AssemblyAI speech-to-text into the…

permissive · top 15,000 on PyPI

livekit-plugins-turn-detector

Detects end-of-turn in voice conversations for…

permissive · top 5,000 on PyPI

livekit-blingfire

Provides BlingFire tokenization bindings for…

permissive · top 5,000 on PyPI

livekit-plugins-telnyx

Integrates Telnyx telephony services with…

permissive · top 15,000 on PyPI

livekit-plugins-elevenlabs

Integrates ElevenLabs text-to-speech into the…

permissive · top 5,000 on PyPI

livekit-agents

A framework for building realtime multimodal…

permissive · top 5,000 on PyPI

livekit-plugins-xai

Integrates xAI's Grok LLM with LiveKit's Agent…

permissive · top 15,000 on PyPI

livekit-plugins-anam

Anam plugin for the LiveKit Agents framework…

permissive · top 15,000 on PyPI

livekit-plugins-noise-cancellation

Applies real-time noise cancellation to inbound…

unclear · top 5,000 on PyPI

Further reading