Metadata-Version: 2.4
Name: livekit-plugins-mistralai
Version: 1.4.0rc2
Summary: LiveKit Agents Plugin for services from Mistral AI
Project-URL: Documentation, https://docs.livekit.io
Project-URL: Source, https://github.com/livekit/agents
Project-URL: Website, https://livekit.io/
Author-email: LiveKit <hello@livekit.io>
License-Expression: Apache-2.0
Keywords: ai,audio,livekit,mistral,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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9.0
Requires-Dist: livekit-agents>=1.4.0.rc2
Requires-Dist: mistralai>=1.9.11
Description-Content-Type: text/markdown

# MistralAI Plugin for LiveKit Agents

Support for MistralAI LLM, ChatModels

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

## Installation

```bash
pip install livekit-plugins-mistral
```

## Pre-requisites

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

```bash
export MISTRAL_API_KEY=your_api_key_here
```
