skillfed

livekit-plugins-xai

Agent Framework plugin for xAI

livekit-plugins-xai v1.6.10 269.4K downloads/30d#8,260 on PyPI13,003
Permissive license Apache-2.0 Active released

What it is and what it does

This package is a plugin that connects xAI's Grok language model to LiveKit's Agent Framework, enabling developers to build voice agents powered by Grok. It acts as a bridge between the LiveKit agent runtime (which handles speech-to-text, text-to-speech, session management, and WebRTC communication) and xAI's Grok LLM API, allowing you to swap Grok in as the conversational intelligence layer of a voice agent.

The plugin is designed to work within the broader LiveKit ecosystem, which supports building multi-modal, real-time conversational agents that can see, hear, and respond. By using this xAI plugin, you specify Grok as your LLM choice when creating an AgentSession, and the framework handles the rest—routing user input to Grok, receiving responses, and feeding them back to the agent's text-to-speech pipeline. It follows the same integration pattern as other LiveKit model provider plugins.

Use it for:

  • Build a customer support voice agent powered by Grok that can handle real-time phone or video calls through LiveKit's telephony and WebRTC stack.
  • Create a multi-agent handoff system where Grok serves as the primary conversational model, routing users between specialized agents based on intent.
  • Deploy a voice assistant that uses Grok's reasoning capabilities to answer complex questions or perform tool-based tasks during live conversations.
  • Integrate Grok into an existing LiveKit agent application to compare its performance or cost against other LLM providers without rewriting session logic.
  • Build a testing or evaluation framework that uses Grok to validate agent behavior in automated voice interaction scenarios.

Worth the install?

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

Integrates xAI's Grok LLM with LiveKit's Agent Framework to enable voice agents that can understand and respond in real-time conversations.

Yes, if you want to use Grok as the LLM in a LiveKit voice agent. The plugin is actively maintained, has no known vulnerabilities, installs with minimal friction, and is licensed permissively. Install it only if you have xAI API access and are already building with LiveKit Agents; it is a provider-specific plugin, not a standalone tool.

Install

livekit-plugins-xai on PyPI

pip

pip install livekit-plugins-xai

uv

uv add livekit-plugins-xai

poetry

poetry add livekit-plugins-xai

Installing livekit-plugins-xai

Before you install

Installs cleanly with a single runtime dependency on livekit-agents. Actively maintained with a recent release (1 day old) and strong upstream project health (13003 stars, last commit 2026-08-14).

License in practice

Licensed under Apache-2.0 (permissive), allowing use in commercial and proprietary projects with minimal restrictions.

Quickstart

pip install livekit-plugins-xai

from livekit.plugins import xai
from livekit.agents import AgentSession

# Use xAI's Grok as the LLM in an agent session
session = AgentSession(
    llm=xai.LLM(model="grok-3"),  # or another available Grok model
    # ... configure STT, TTS, VAD as needed
)

Requires livekit-agents to be installed and configured; you will need xAI API credentials (typically via environment variables or direct configuration).

Verify before relying

  • Which Grok model versions are supported by this plugin version (1.6.10)
  • Whether xAI API credentials are required and how they are passed to the LLM
  • Latency and performance characteristics of Grok responses in real-time agent scenarios
  • Whether this plugin supports streaming or only request-response mode

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 269,412/month — #8,260 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

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

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

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

xai grok livekit agent pluginrealtime voice agent with groklivekit agents xai integrationgrok llm for voice assistantsxai plugin for livekitconversational ai with grokrealtime agent framework plugin
voice-agentsrealtime-aillm-plugin

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

Integrates AssemblyAI speech-to-text into the…

permissive · top 15,000 on PyPI

livekit-plugins-openai

Integrates OpenAI's Realtime, Responses, LLM,…

permissive · top 5,000 on PyPI

livekit-plugins-groq

Integrates Groq's fast inference API with…

permissive · top 15,000 on PyPI

xai-sdk

Official Python SDK for xAI's APIs, providing…

permissive · top 5,000 on PyPI

livekit-plugins-rime

Integrates Rime speech recognition into…

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

Provides Silero voice activity detection…

permissive · top 5,000 on PyPI

Further reading