MiMo-V2.6-Distill-Qwen-9B GGUF Released

MiMo-V2.6-Distill-Qwen-9B GGUF Released

At a Glance

Item Value
Repository ggml-org/MiMo-V2.6-Distill-Qwen-9B-GGUF
Published 2026-09-22
License mit
Formats GGUF
Source type Primary source (the publisher itself)

Values determined by this site’s code at collection time. Dates are JST.

Overview

On September 21, 2026, ggml-org released the GGUF version of “MiMo-V2.6-Distill-Qwen-9B", an agent-oriented model developed by Xiaomi MiMo. Based on Qwen3.5-9B, this 9.4B parameter model has undergone distillation and supervised fine-tuning (SFT) using datasets generated by MiMo. It is designed to target four main domains: coding, general agent tasks, visual coding, and cybersecurity.

According to the model card, it was released as an open research starting point for agentic reinforcement learning. The GGUF distribution also includes a Q8_0 mmproj file for the vision encoder, providing support for multimodal tasks. Readers can try out this agent-specialized model in GGUF-compatible environments such as llama.cpp and Ollama.

Specifications

  • Parameters: 9.4B
  • Architecture: Qwen3_5ForConditionalGeneration (Qwen 3.5)

Performance

The performance evaluations shown below are figures based on the technical report of the original model (XiaomiMiMo/MiMo-V2.6-Distill-Qwen-9B) released by Xiaomi MiMo, featuring comparisons with the base model Qwen3.5-9B. Note that in the GGUF quantization format, these figures may vary slightly due to the quantization process.

→ Scroll horizontally to see all columns

Domain Benchmark Metric Qwen3.5-9B MiMo-V2.6-Distill-Qwen-9B (SFT)
Code SWE Verified avg@3 60.0 61.1
Code SWE Pro avg@3 32.0 44.6
Code MiMo Code (mini)† avg@3 19.5 51.6
Cyber MiMo Cyber (mini)† avg@3 5.7 31.3
General AutomationBench v1.0.6 avg@1 5.0 30.3
General Terminal Bench 2.1 avg@1 27.0 37.1
General Toolathlon-Verified avg@1 25.9 35.2
General OfficeQA avg@1 9.0 19.5
General JobBench avg@1 2.6 18.3
General MiMo General (mini)† avg@1 28.5 62.2
Visual MiMo Visual Coding (mini)† avg@1 61.7 64.0

† Figures from internal evaluation sets

From the publisher’s measurement results, it can be seen that this model improves scores across almost all evaluation items compared to the base model Qwen3.5-9B. Notably, the score increase on “Terminal Bench 2.1" from 27.0 to 37.1 is worth highlighting. Terminal-Bench is an indicator that measures practical ability as an agent—whether it can actually execute commands on a terminal and see a given task through to completion—suggesting that this model is strong in tasks involving terminal operations.

In addition, dramatic improvements are seen in specific specialized areas, such as moving from 32.0 to 44.6 on SWE Pro, a challenging benchmark in the coding field, and from 5.7 to 31.3 on the internal cyber security evaluation (MiMo Cyber mini). On the other hand, items like SWE Verified showed only a marginal improvement from 60.0 to 61.1, indicating that it does not show a uniformly overwhelming difference across all coding tasks. Overall, it can be said to be a model that demonstrates particular strength in areas requiring agentic behavior, such as automation (AutomationBench) and tool use (Toolathlon-Verified).

For reference, the composition of the data used to train this model is reported as follows. Out of a total 77.4B tokens, loss-bearing tokens contributing to learning account for 27.2B tokens.

Domain Total tokens (B) Token share (%) Loss-bearing tokens (B)
Code 23.2 29.9 7.3
Cyber 11.0 14.2 4.8
General 22.0 28.5 5.7
Visual 21.2 27.4 9.4
Total 77.4 100.0 27.2

Strengths and Use Cases

The greatest identity of this model lies in its advanced autonomy as an “agent" that goes beyond mere text generation. As developer Xiaomi MiMo positions this model as a research foundation for agentic reinforcement learning, it excels in the ability to interpret complex instructions, break them down into concrete steps, and execute them. By applying supervised fine-tuning (SFT) using high-quality datasets generated by MiMo to the base model Qwen3.5-9B, it has achieved dramatic evolution in specific specialized domains.

Particularly noteworthy is its adaptability to tasks involving terminal operations. The high score on “Terminal-Bench 2.1" mentioned in the performance section indicates that this model can accurately simulate or direct command-line operations in local or server environments. It holds the potential to directly support engineers’ daily workflows, such as creating system administration automation scripts, building complex deployment procedures, and even interactive system troubleshooting. Regarding tool-use, as indicated by the score improvement in Toolathlon-Verified, its capability to properly invoke external tools to complete tasks has been enhanced.

Furthermore, the model is designed to explicitly output a “thinking" process. This means the model takes internal reasoning steps before producing a final answer, which has the effect of preventing logical breakdowns, especially in mathematical calculations and complex algorithm construction. Users can enable the thinking function via API to check reasoning_content and see what logical progression the model took to reach a conclusion. This transparency is extremely useful in debugging tasks or critical scenes where humans need to verify the grounds for the model’s decisions.

The breadth of supported domains and specialization is also noteworthy. The training data strategically blends the following four areas:

  • Fusion of Coding and Vision: Through the enhancement of the “Visual Coding" domain, it supports development tasks starting from visual information, such as reading website screenshots or UI blueprints and generating HTML/CSS or React code to realize them. 27.4% of the training data is allocated to visual-related content (Visual), expecting advanced coordination between image recognition and code generation.
  • Cybersecurity: Cybersecurity-related data amounting to 11 billion tokens (11.0B tokens) has been fed into the model. This anticipates applications in highly specialized security tasks that are difficult for general LLMs, such as assisting with vulnerability diagnostics, analyzing security logs, and creating penetration testing scenarios.
  • General Agent Tasks: As shown by score improvements in benchmarks like OfficeQA and JobBench, practical agent functions such as office automation and job process management have been enhanced.

Hardware Requirements

Estimated requirements (calculated by Local Model Watch) — 9.4B parameters (taken from the base model XiaomiMiMo/MiMo-V2.6-Distill-Qwen-9B)

Your VRAM Quantization File size Est. memory needed
12GB (RTX 4070 / 3060 12GB, etc.) Q8_0 8.9GB 10.6GB

Memory estimates add a 20% runtime overhead (KV cache, etc.) to the actual size of the distributed files. Actual usage varies with context length, batch size and inference engine. These figures are computed by this site from file sizes, not published by the model’s authors. Compare with other models in our VRAM quick reference. What the quantization names mean: glossary.

How to Get It

This model is released in GGUF format and can be downloaded from the ggml-org repository. The adoption of the GGUF format enables operations that flexibly combine CPU inference and GPU offloading, allowing the 9.4B parameter model to run efficiently even in local environments with limited memory resources.

Tools from the llama.cpp ecosystem are recommended for acquisition and execution. For example, when using llama.app, you can load the model directly from Hugging Face and launch an API server with the following command:

llama serve -hf ggml-org/MiMo-V2.6-Distill-Qwen-9B-GGUF

Since this model is multimodal, an mmproj file for the vision encoder is required in addition to the main model file for text. The repository includes a Q8_0 quantized mmproj file, which should be specified and loaded when using image inputs. Even in the quantized version, efforts are made to maintain visual information recognition accuracy by allocating a high-precision bit count of Q8_0 to the vision encoder.

Additionally, based on the specifications of the original model, it is recommended to use the MiMo v2.6 exclusive chat template during inference. When using engines such as SGLang, passing the --reasoning-parser mimo flag allows you to properly parse and utilize the aforementioned thinking process. It is a very easy-to-handle package for engineers looking to build a “thinking agent" in a local environment.

Related Articles

Sources