119B MoE model with switchable reasoning mode, multimodal vision, and 256k context window
4.8K
Mistral Small 4 is a powerful hybrid model capable of acting as both a general instruction model and a reasoning model. It unifies the capabilities of three different model families—Instruct, Reasoning (previously called Magistral), and Devstral—into a single, unified model. With 119 billion total parameters and 6.5 billion activated per token, this mixture-of-experts architecture delivers exceptional performance across a wide range of tasks.
With its multimodal capabilities, efficient architecture, and flexible mode switching, Mistral Small 4 is a versatile general-purpose model for any task. In a latency-optimized setup, it achieves a 40% reduction in end-to-end completion time, and in a throughput-optimized setup, it handles 3x more requests per second compared to Mistral Small 3. The model supports both text and image inputs with text outputs, making it suitable for document understanding, coding assistance, agentic workflows, and complex reasoning tasks.
The model features a toggle between fast instant reply mode and reasoning mode, allowing users to optimize for speed or depth depending on the task complexity. Its 256k context window, multilingual support for 24 languages, and native function calling capabilities make it ideal for enterprise applications, software engineering automation, research, and customization through fine-tuning.
| Attribute | Value |
|---|---|
| Provider | Mistral AI |
| Architecture | Mistral3ForConditionalGeneration (MoE: 128 experts, 4 active) |
| Parameters | 119B total (6.5B active per token) |
| Context length | 256k tokens |
| Languages | English, French, German, Spanish, Portuguese, Italian, Japanese, Korean, Russian, Chinese, Arabic, Persian, Indonesian, Malay, Nepali, Polish, Romanian, Serbian, Swedish, Turkish, Ukrainian, Vietnamese, Hindi, Bengali |
| Input modalities | Text, Image |
| Output modalities | Text |
| License | Apache 2.0 |
docker model run mistral-small4-safetensors
For more information, check out the Docker Model Runner docs.
Mistral Small 4 supports per-request configuration of reasoning_effort:


Mistral Small 4 with reasoning achieves competitive scores, matching or surpassing GPT-OSS 120B across multiple benchmarks while generating significantly shorter outputs. The model demonstrates exceptional efficiency, particularly in reducing output length while maintaining or exceeding performance.
AA LCR (Accuracy):

Mistral Small 4 scores 0.72 with just 1.6K characters, whereas Qwen models require 3.5-4x more output (5.8-6.1K) for comparable performance.
LiveCodeBench:

Mistral Small 4 outperforms GPT-OSS 120B while producing 20% less output, reducing latency and inference costs.
AIME 2025:

This efficiency reduces latency, inference costs, and improves user experience across all benchmarks.
Mistral Small 4 is designed for a wide range of applications:
reasoning_effort="high" for complex tasks requiring step-by-step reasoning; use reasoning_effort="none" for faster responses on straightforward queriesreasoning_effort="high", while 0.0-0.7 is suitable for reasoning_effort="none" depending on the taskThis model card was automatically generated using cagent-action. Want to learn more about Docker Model Runner? Check out the project repository: https://github.com/docker/model-runner.
Content type
Unrecognized
Digest
sha256:907d1c34b…
Size
225.3 GB
Last updated
3 months ago
docker pull ai/mistral-small4-safetensorsPulls:
275
Last week