Mistral AI
WednesdayAI supports Mistral AI’s model family, including frontier and open-weight models.Prerequisites
Create an API key at console.mistral.ai and set it on the gateway host:Configuration
Add the provider undermodels.providers in your config:
apiKey is the name of the environment variable, not the key value itself. Keep secrets in .env, not in committed config files.Selecting a model
| Model | Notes |
|---|---|
mistral-large-latest | Flagship — best reasoning |
mistral-small-latest | Fast and cost-efficient |
codestral-latest | Code-specialised |
open-mistral-nemo | Lightweight open-weight model |
openclaw models list --provider mistral to see the current catalog.
Troubleshooting
401 Unauthorized
401 Unauthorized
429 Rate limited
429 Rate limited
You have exceeded your tier limits. Check your usage and quota at the Mistral console.
Model not found
Model not found
Verify the model ID is correct and that your subscription plan includes access to it.