CPU3DAI tools for 3D, video and audio

Xiaomi Releases MiMo-V2.6-Flash-RL on HuggingFace

On HuggingFace, on September 21, 2026, the model XiaomiMiMo/MiMo-V2.6-Flash-RL was published with the text-generation task. The author describes it as an efficiency-balanced checkpoint of the MiMo-V2.6 series, built around scaling reinforcement learning toward self-improvement: a single mixed RL run across coding, agents, visual tasks and cybersecurity, asynchronous GRPO on large batches, and group agentic evaluation instead of binary checking. Details are on the model page.

What it means

The model is large: 159.4 billion parameters, MoE architecture. The full weights in the repository take up 165.5 GB, the largest file is 12.5 GB. License — mit. It runs via transformers, the weights are posted in safetensors and pt. For local running, the site has 24 quantized builds: FP8, MLX, GGUF, NVFP4, GPTQ and EXL. The smallest working build is AesSedai/MiMo-V2.6-Flash-GGUF at 90.1 GB, not counting variants worse than 4 bit. That is still a substantial volume: loading such a build requires a corresponding amount of system RAM or VRAM, and the developer does not specify minimum hardware requirements. You can follow the arrival of new AI tools for 3D and video and the models that run on your own hardware in the CPU3D news feed.
MiMo-V2.6-Flash-RL: efficiency-balanced checkpoint Model MiMo-V2.6 159.4B parameters MoE architecture Full weights: 165.5 GB Largest file: 12.5 GB base architecture One mixed RL run Coding Agents Visual tasks Cybersecurity self-improvement RL methods Asynchronous GRPO Large batches Group agent evaluation Instead of binary checking RL scaling 24 quantized builds for local runs FP8 MLX GGUF NVFP4 GPTQ EXL safetensors pt transformers mit smallest working build — AesSedai/MiMo-V2.6-Flash-GGUF at 90.1 GB
How the method works. The diagram was drawn based on this news note.

See also