Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
OpenClaw supports Mistral for both text/image model routing (
mistral/...memorySearch.provider = "mistral"mistralMISTRAL_API_KEYhttps://api.mistral.ai/v1textOr pass the key directly: ```bash} openclaw onboard --mistral-api-key "$MISTRAL_API_KEY" ```
OpenClaw currently ships this bundled Mistral catalog:
| Model ref | Input | Context | Max output | Notes |
|---|---|---|---|---|
text mistral/mistral-large-latest | text, image | 262,144 | 16,384 | Default model |
text mistral/mistral-medium-2508 | text, image | 262,144 | 8,192 | Mistral Medium 3.1 |
text mistral/mistral-small-latest | text, image | 128,000 | 16,384 | Mistral Small 4; adjustable reasoning via API text reasoning_effort |
text mistral/pixtral-large-latest | text, image | 128,000 | 32,768 | Pixtral |
text mistral/codestral-latest | text | 256,000 | 4,096 | Coding |
text mistral/devstral-medium-latest | text | 262,144 | 32,768 | Devstral 2 |
text mistral/magistral-small | text | 128,000 | 40,000 | Reasoning-enabled |
Use Voxtral for batch audio transcription through the media understanding pipeline.
json5{ tools: { media: { audio: { enabled: true, models: [{ provider: "mistral", model: "voxtral-mini-latest" }], }, }, }, }
The bundled
mistral| Setting | Config path | Default |
|---|---|---|
| API key | text plugins.entries.voice-call.config.streaming.providers.mistral.apiKey | Falls back to text MISTRAL_API_KEY |
| Model | text ...mistral.model | text voxtral-mini-transcribe-realtime-2602 |
| Encoding | text ...mistral.encoding | text pcm_mulaw |
| Sample rate | text ...mistral.sampleRate | text 8000 |
| Target delay | text ...mistral.targetStreamingDelayMs | text 800 |
json5{ plugins: { entries: { "voice-call": { config: { streaming: { enabled: true, provider: "mistral", providers: { mistral: { apiKey: "${MISTRAL_API_KEY}", targetStreamingDelayMs: 800, }, }, }, }, }, }, }, }
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine