skillfed

livekit-plugins-rime

LiveKit Agents Plugin for Rime

livekit-plugins-rime v1.6.10 177.9K downloads/30d#10,204 on PyPI13,003
Permissive license Apache-2.0 Active released

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-rime

uv

uv add livekit-plugins-rime

poetry

poetry add livekit-plugins-rime

Installing 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

Intended Audience :: DevelopersProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.11Programming Language :: Python :: 3.12Topic :: Multimedia :: Sound/AudioTopic :: Scientific/Engineering :: Artificial Intelligence

Tags

rime speech recognition pluginlivekit agents rime integrationvoice agent stt providerrealtime speech-to-text livekitrime audio processing agentslivekit plugin speech recognitionvoice ai agent framework
voice-agentsspeech-recognitionrealtime-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-blingfire

Provides BlingFire tokenization bindings for…

permissive · top 5,000 on PyPI

livekit-plugins-assemblyai

Integrates AssemblyAI speech-to-text into the…

permissive · top 15,000 on PyPI

livekit-plugins-groq

Integrates Groq's fast inference API with…

permissive · top 15,000 on PyPI

livekit-plugins-silero

Provides Silero voice activity detection…

permissive · top 5,000 on PyPI

livekit-plugins-anthropic

Integrates Anthropic's Claude models into…

permissive · top 5,000 on PyPI

livekit-plugins-anam

Anam plugin for the LiveKit Agents framework…

permissive · top 15,000 on PyPI

livekit-plugins-elevenlabs

Integrates ElevenLabs text-to-speech into the…

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-telnyx

Integrates Telnyx telephony services with…

permissive · top 15,000 on PyPI

livekit-agents

A framework for building realtime multimodal…

permissive · top 5,000 on PyPI

Further reading