Mistral AI for your agents.
Connect Mistral AI once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 7 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Mistral AI.
What agents can do with Mistral AI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
mistral_chat_completionSend a chat completion request. `model` is one of: mistral-large-latest, mistral-small-latest, open-mistral-nemo. `messages` is an array of {role, content} objects.
mistral_list_modelsList available models with descriptions.
mistral_embedGenerate embeddings for input text. `model` can be mistral-embed. `input` is a string or array of strings.
mistral_get_modelFor an AI agent: retrieve metadata for one model by id (capabilities, context length).
mistral_fim_completionFor an AI agent: fill-in-the-middle code completion (Codestral). `prompt` is the code before the cursor, `suffix` the code after; the model fills the gap. Use a code model, e.g. codestral-latest.
mistral_moderationFor an AI agent: classify text against safety categories (hate, violence, self-harm, etc.). `input` is a string or array of strings. Use model mistral-moderation-latest.
mistral_ocrFor an AI agent: extract text/markdown from a document or image with Mistral OCR. `document` is an object like {"type": "document_url", "document_url": "https://..."}. Use model mistral-ocr-latest.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign in to Mistral AI Console.
- Go to the API Keys section and click 'Create new key'.
- Copy the key; it is shown once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Mistral AI to Even: call connect_begin("mistral") on the even-connect MCP and walk me through it.
Chat with Mistral models and generate text embeddings for vector search.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.