Metadata-Version: 2.4
Name: livekit-plugins-xai
Version: 1.5.9
Summary: Agent Framework plugin for xAI
Project-URL: Documentation, https://docs.livekit.io
Project-URL: Website, https://livekit.io/
Project-URL: Source, https://github.com/livekit/agents
Author-email: LiveKit <support@livekit.io>
License-Expression: Apache-2.0
Keywords: ai,audio,grok,livekit,realtime,video,voice,webrtc,xai
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10.0
Requires-Dist: livekit-agents[openai]>=1.5.9
Description-Content-Type: text/markdown

# xAI plugin for LiveKit Agents

Support for [xAI](https://x.ai/)'s Grok LLM, STT, TTS, and Grok Voice Agent API.

See the [xAI integration docs](https://docs.livekit.io/agents/integrations/xai/) for more information.

## Installation

```bash
pip install livekit-plugins-xai
```

## Pre-requisites

You'll need an API key from xAI. It can be set as an environment variable: `XAI_API_KEY`
