AIAny
AI Model2026
Icon for item

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

A 9B agentic multimodal SFT checkpoint distilled from Qwen3.5-9B for coding, general agent tasks, visual coding and cybersecurity. Provided by Xiaomi MiMo as a research seed (77.4B-token SFT mix) to bootstrap agentic RL and tool-use experiments.

Introduction

Agentic workflows (tool use + environment interaction) often need a practical SFT seed that already encodes code reasoning, UI/terminal manipulation and multimodal perception. MiMo-V2.6-Distill-Qwen-9B fills that role: a 9B supervised-fine-tuned checkpoint distilled from Qwen3.5-9B and trained on a MiMo-generated mixture to make downstream RL training and agent-harness experimentation faster and more sample-efficient.

Key Capabilities
  • Multimodal agentic SFT: fine-tuned on a mixture covering code, cyber tasks, general automation and visual coding, so it provides sensible initial behavior for tool use and environment interaction without full RL tuning.
  • Measurable SFT improvements: shows notable gains over the Qwen3.5-9B SFT baseline across internal benchmarks (code, terminal automation, cyber, visual coding), which means fewer RL iterations are likely needed to reach acceptable agent performance.
  • Research-oriented packaging: includes tokenizer, MiMo v2.6 chat template and instructions for serving via SGLang, so teams can quickly integrate it into RL pipelines, harnesses and evaluation environments.
  • Compact/portable: at 9B parameters and provided in safetensors, it is more tractable for research labs than Pro-scale models while still carrying agentic priors useful for long-horizon and tool-using tasks.
Who it's for and tradeoffs

Great fit if you are a researcher or engineer who wants a ready SFT checkpoint to bootstrap agentic RL training, compare reward designs or iterate on harness components without starting from a base LLM. It is also suitable for prototyping code-centric and visual coding agents that need a small-to-medium footprint model. Look elsewhere if you need a production-grade RL-optimized policy (this is an SFT checkpoint, not the final RL-trained Pro model), absolute state-of-the-art closed-source performance, or strict provenance for every training datum. Running at reasonable latency still requires GPU resources and integration with SGLang or compatible serving stacks.

Where it fits

Positioned between base LLMs (e.g., raw Qwen3.5-9B) and full RL-finetuned MiMo-V2.6-Pro agents: use this checkpoint to shorten RL training cycles, to evaluate harness and reward changes, or to reproduce MiMo's SFT-to-RL workflow without needing Pro-scale compute.

More Items

Hugging Face
AI Model2026

A pretrained autoregressive foundation LLM from Yandex that uses a hybrid MoE design (80B params, 3B active) and supports up to 262,144-token context. Notably strong on Russian factual knowledge, math and coding benchmarks; intended for research and fine-tuning rather than out-of-the-box production.

Hugging Face
AI Model2026

Open-weights multimodal LLM checkpoint designed for 1M-token long-context agent runs that combines large-scale on-policy RL with groupwise grading for iterative self-improvement. Key traits: sparse MoE backbone (≈1.02T total / 42B active), text-only output with image/video/audio inputs, MIT-licensed weights on HuggingFace—suited for long-horizon agents and research at significant infra cost.

Hugging Face
AI Model2026

A sparse-MoE multimodal LLM fine-tuned with large-scale mixed reinforcement learning, supporting text/image/video/audio and a 1M-token context window; designed for long-horizon agentic tasks, coding and visual reasoning with groupwise grading and on-policy distillation.