Metadata-Version: 2.4
Name: livekit-plugins-cerebras
Version: 1.5.12
Summary: Cerebras inference plugin for LiveKit Agents
Project-URL: Documentation, https://docs.livekit.io
Project-URL: Website, https://livekit.io/
Project-URL: Source, https://github.com/livekit/agents
Author-email: LiveKit <hello@livekit.io>
License-Expression: Apache-2.0
Keywords: ai,audio,cerebras,livekit,realtime,video,voice
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[codecs,openai]>=1.5.12
Requires-Dist: msgpack-types>=0.7.0
Requires-Dist: msgpack>=1.0
Requires-Dist: openai>=2.16.0
Description-Content-Type: text/markdown

# Cerebras plugin for LiveKit Agents

Support for LLM with [Cerebras](https://cerebras.ai/) fast inference.

See [https://docs.livekit.io/agents/integrations/llm/](https://docs.livekit.io/agents/integrations/llm/) for more information.

## Installation

```bash
pip install livekit-plugins-cerebras
```

## Pre-requisites

For credentials, you'll need a Cerebras account and API key. Credentials can be passed directly or via `CEREBRAS_API_KEY` environment variable.
