livekit-plugins-mistralai 1.5.1


pip install livekit-plugins-mistralai

  Latest version

Released: Mar 23, 2026


Meta
Author: LiveKit
Requires Python: >=3.10.0

Classifiers

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License

Programming Language
  • Python :: 3
  • Python :: 3 :: Only
  • Python :: 3.10

Topic
  • Multimedia :: Sound/Audio
  • Multimedia :: Video
  • Scientific/Engineering :: Artificial Intelligence

MistralAI Plugin for LiveKit Agents

Support for MistralAI LLM, ChatModels

See https://docs.livekit.io/agents/integrations/mistral/ for more information.

Installation

pip install livekit-plugins-mistral

Pre-requisites

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

export MISTRAL_API_KEY=your_api_key_here
Extras: None
Dependencies:
livekit-agents (>=1.5.1)
mistralai (<2.0.0,>=1.9.11)