Skip to main content

Mistral

Connect Mistral AI's models to your workspace.

What you need

  • A Mistral API key. Create one in the Mistral console under "API keys".
  • The model ID you want to use.
  • A few minutes.

Step by step

  1. Open the Models tab and click Configure new Model.
  2. Pick Mistral as provider.
  3. Enter a display name. Suggested: "Mistral Large" or "Mistral Embed".
  4. Enter the model ID, for example mistral-large-latest or mistral-embed.
  5. Enter your API key in the secured field.
  6. Pick the model from the list. For embeddings, connect a second Mistral model and pick mistral-embed via the Custom / Other option if it is not pre-listed — chat and embedding are separate connections in the workspace.
  7. Click Create. The model is saved and available in the workspace.

📷 SCREENSHOT: The Mistral configuration step with API key and model ID visible.

NeedModel IDNotes
Fast and inexpensive chatmistral-small-latestStrong default for most automations.
High-quality chatmistral-large-latestSlower and more expensive; capable on harder tasks.
Embeddingsmistral-embedMistral's first-party embedding model.

Why pick Mistral

The most common reason is European hosting. Mistral is a French company; its API is served from the EU. Organizations with EU-data-residency requirements often prefer Mistral over US-based providers for that reason.

The models themselves are competitive across the size spectrum. Performance varies by task — benchmark with your own data before committing.

Pricing and rate limits

Mistral bills per token, separately for input and output. Rate limits are per minute and per day, set per account. Both are documented in the Mistral console.

Recommendations

  • ✅ For workspaces with EU-data-residency constraints, prefer Mistral for chat and embeddings.
  • ✅ Connect a small and a large model. Many workflows do triage with the small one and only escalate to the large one when needed.
  • ✅ Use mistral-embed for new knowledge bases. Keep it consistent across knowledges that should be searched together.
  • ⚠️ Mistral's API is closer in spirit to OpenAI's than Anthropic's, but small differences remain. If you switch from one provider to another, test prompts you rely on.
  • ❌ Do not assume EU hosting is the same as on-premise. The data still leaves your network. For full on-premise, use Ollama.

What to do next