livekit-plugins-rime
LiveKit Agents Plugin for Rime
What it is and what it does
This package is a plugin that adds Rime speech-to-text (STT) capability to LiveKit Agents, the framework for building real-time voice agents that run on servers. LiveKit Agents lets you compose conversational AI by mixing STT, LLM, and TTS providers; this plugin supplies Rime as the speech recognition layer. You install it alongside livekit-agents and use it to instantiate a Rime STT provider in your agent session, allowing your voice agent to understand spoken input from users in real-time conversations.
The plugin is part of LiveKit's broader ecosystem for building multi-modal agents that can see, hear, and respond. It integrates with the framework's job scheduling, WebRTC clients, and agent handoff patterns. Since it released recently (January 2025) and is actively maintained, it represents a current integration point for Rime speech recognition within the LiveKit platform.
Use it for:
- Build a voice agent that uses Rime for speech recognition instead of Deepgram or other STT providers.
- Replace or supplement an existing STT provider in a multi-turn conversational agent without rewriting core logic.
- Deploy a real-time voice assistant on LiveKit infrastructure with Rime as the hearing layer.
- Test or evaluate Rime's speech recognition quality within a production-ready agent framework.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Rime speech recognition into LiveKit's agent framework for building real-time voice agents that can hear and respond to users.
Yes—if you are already building with LiveKit Agents and want to use Rime for speech recognition. The plugin has low install friction, permissive licensing, no known vulnerabilities, and sits on an actively maintained framework with strong community adoption. Install it only if Rime is your preferred STT provider or you are evaluating it; if you are starting fresh, compare Rime's capabilities and cost against other STT options in the LiveKit ecosystem first.
Install
livekit-plugins-rime on PyPI
pip
pip install livekit-plugins-rimeuv
uv add livekit-plugins-rimepoetry
poetry add livekit-plugins-rimeInstalling livekit-plugins-rime
Before you install
Low friction install with a single runtime dependency on livekit-agents. Package released 1 day ago and actively maintained with 13003 repository stars, indicating a mature underlying framework.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions—suitable for most production deployments.
Quickstart
pip install livekit-plugins-rime
from livekit.agents import Agent, AgentSession
from livekit.plugins import rime
session = AgentSession(
stt=rime.STT(), # Rime speech-to-text provider
)
await session.start(agent=agent, room=ctx.room)
Requires livekit-agents as a runtime dependency and a LiveKit server connection (LIVEKIT_URL, LIVEKIT_API_KEY, LIVEKIT_API_SECRET environment variables).
Verify before relying
- Specific Rime model variants or configuration options supported by this plugin version.
- Whether Rime STT supports language variants beyond what the base framework documents.
- Performance characteristics (latency, accuracy) compared to other STT providers in the LiveKit ecosystem.
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 | 177,862/month — #10,204 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: livekit_plugins_rime-1.6.10-py3-none-any.whl
Keywords: audio, livekit, realtime, rime, video, 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-blingfireProvides BlingFire tokenization bindings for…
permissive · top 5,000 on PyPI
livekit-plugins-assemblyaiIntegrates AssemblyAI speech-to-text into the…
permissive · top 15,000 on PyPI
livekit-plugins-groqIntegrates Groq's fast inference API with…
permissive · top 15,000 on PyPI
livekit-plugins-sileroProvides Silero voice activity detection…
permissive · top 5,000 on PyPI
livekit-plugins-anthropicIntegrates Anthropic's Claude models into…
permissive · top 5,000 on PyPI
livekit-plugins-anamAnam plugin for the LiveKit Agents framework…
permissive · top 15,000 on PyPI
livekit-plugins-elevenlabsIntegrates ElevenLabs text-to-speech into the…
permissive · top 5,000 on PyPI
livekit-plugins-xaiIntegrates xAI's Grok LLM with LiveKit's Agent…
permissive · top 15,000 on PyPI
livekit-plugins-telnyxIntegrates Telnyx telephony services with…
permissive · top 15,000 on PyPI
livekit-agentsA framework for building realtime multimodal…
permissive · top 5,000 on PyPI