Files
openclaw/extensions/mistral/README.md
Vincent Koc 8b93fd963c feat(plugins): externalize Mistral provider (#116919)
* feat(plugins): externalize Mistral provider

* fix(update): preserve external provider models during repair

* chore(release): keep Mistral note in PR body
2026-08-01 03:04:12 +08:00

17 lines
478 B
Markdown

# OpenClaw Mistral Provider
Official OpenClaw provider plugin for Mistral models, Voxtral transcription, and
Mistral memory embeddings.
Install from OpenClaw:
```bash
openclaw plugins install @openclaw/mistral-provider
openclaw gateway restart
```
Set `MISTRAL_API_KEY`, then select a `mistral/*` model or configure Mistral for
media transcription, realtime transcription, or memory embeddings.
See <https://docs.openclaw.ai/providers/mistral> for setup and configuration.