Mistral’s March 2026 small model, which folds reasoning, vision and agentic coding into one set of Apache 2.0 weights. Reasoning is a per-request switch, so one model can serve both fast and careful tool calls.
Paste a server URL, pick a model, and watch it call your tools in a real conversation. No install.
No server of your own? Leave it blank and use one of the public mock servers.
MCP Evals
Can Mistral Small 2603 actually complete tasks with your server?
One chat shows the tool calls work. An eval writes real tasks from your tool schemas, has Mistral Small 2603 drive each one, and reports where it got the wrong answer even though every call succeeded. Pick Mistral Small 2603 as the driver.
Mistral Small 4 is a 119B-parameter mixture-of-experts model with 6.5B active per token: 4 of 128 experts. It replaces three separate lines: Magistral for reasoning, Pixtral for vision and Devstral for agentic coding. It has a 256K window, takes text and image input, and is released under Apache 2.0. Mistral says it cuts end-to-end completion time by 40% and serves three times as many requests per second as Small 3.
These are the vendor’s own claims, not measurements of ours. Run the model against your own server to find out whether they hold for your tools.
Run the complex-schema mock twice on Mistral Small 4, once with reasoning off and once with it on, using the same prompt. configure_workflow takes the most structured input, so it shows most clearly whether the extra thinking gets the arguments right first time. All the mock servers →
| Model | Model ID |
|---|---|
| Mistral Small 2603 | mistralai/mistral-small-2603 |