
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@livekit/agents-plugin-mistralai
Advanced tools
The Agents Framework is designed for building realtime, programmable participants that run on servers. Use it to create conversational, multi-modal voice agents that can see, hear, and understand.
This package contains the Mistral AI plugin, providing LLM, STT, and TTS
capabilities via the official @mistralai/mistralai SDK.
npm install @livekit/agents-plugin-mistralai
Uses the Mistral Conversations API.
import * as mistral from '@livekit/agents-plugin-mistralai';
const llm = new mistral.LLM({
model: 'mistral-small-latest',
// apiKey defaults to process.env.MISTRAL_API_KEY
});
Supports both batch transcription and realtime streaming (WebSocket).
// Batch transcription
const stt = new mistral.STT({ model: 'voxtral-mini-latest' });
// Realtime streaming (requires a VAD)
const stt = new mistral.STT({
model: 'voxtral-mini-transcribe-realtime-2602',
});
Realtime models require a VAD for endpointing. If none is provided, Silero VAD
is loaded automatically (install @livekit/agents-plugin-silero).
Text-to-speech with voice presets or reference audio for voice cloning.
const tts = new mistral.TTS({
model: 'voxtral-mini-tts-latest',
voice: 'en_paul_neutral',
});
MISTRAL_API_KEY ; Your Mistral API key (used by all components unless apiKey or client is passed explicitly)See models.ts for the full list of chat, STT, TTS, and voice models.
FAQs
Mistral AI plugin for LiveKit Node Agents
The npm package @livekit/agents-plugin-mistralai receives a total of 253 weekly downloads. As such, @livekit/agents-plugin-mistralai popularity was classified as not popular.
We found that @livekit/agents-plugin-mistralai demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 20 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.