mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 10:55:31 -06:00
8b93fd963c
* feat(plugins): externalize Mistral provider * fix(update): preserve external provider models during repair * chore(release): keep Mistral note in PR body
17 lines
478 B
Markdown
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.
|