Aiqre

Model library / XiaomiMiMo

MiMo-V2.6-Flash-RL

MiMo-V2.6-Flash-RL is a 159.4 billion-parameter sparse MoE causal model for multimodal long-context reinforcement-learning tasks.

159.4B

8 of 256 experts active per token

1,048,576

Context length in tokens, as published

86 GiB

Weights at the released precision

mit

Licence declared on the repository

Overview

What this model is.

MiMo-V2.6-Flash-RL is a 159.4 billion-parameter causal model using a sparse mixture-of-experts architecture. XiaomiMiMo describes it as an efficiency-balanced checkpoint aimed at scaling reinforcement learning for self-improvement, supporting text, image, video and audio inputs and a one-million token context window, and enables long-horizon reasoning across multi-session agent runs.

In deployment the model occupies roughly 160 billion parameters, stored in fp8 format, and routes each token through 8 of 256 experts. It accepts sequences up to 1,048,576 tokens, making it suitable for very long documents or tool traces. The code and weights are released under the MIT licence.

Specification

The published shape.

RepositoryXiaomiMiMo/MiMo-V2.6-Flash-RL
PublisherXiaomiMiMo
Published21 September 2026
ArchitectureMiMoV2ForCausalLM
Model typemimo_v2
Parameters159,358,725,504
Experts256 total, 8 active per token
Layers48
Hidden size4,096
Attention heads64, 4 key/value heads
Context length1,048,576 tokens
Vocabulary152,576 tokens
Quantisationfp8
Licencemit

Memory

How much VRAM the weights need.

Parameter count multiplied by the bytes each format uses. The key-value cache comes on top.

PrecisionWeightsNotes
bf16296.8 GiBFull precision as released
fp8148.4 GiB8-bit, near-lossless on most models
int474.2 GiB4-bit, smallest footprint

The cache costs 144 KiB per token at 16-bit, so the full 1,048,576-token context of one request needs about 144.0 GiB. Concurrency multiplies that number, not the weights.

That figure is an upper bound: this model uses sliding-window attention with a 128-token window on some layers, so long requests cache less than this.

Hardware

Which card runs it.

At the released precision, with 90% of the card given to the server and 2.5 GiB kept for the runtime. The context column is what is left for the cache on that setup.

GPUCards neededFree for cacheContext it holds
RTX 4090 24GB 8 66.7 GiB about 485,401 tokens
RTX 5090 32GB 4 19.1 GiB about 138,788 tokens
L40S 48GB 4 76.7 GiB about 558,218 tokens
A100 80GB 2 52.9 GiB about 384,912 tokens
H100 80GB 2 52.9 GiB about 384,912 tokens
RTX PRO 6000 96GB 2 81.7 GiB about 594,627 tokens
H200 141GB 1 38.3 GiB about 278,598 tokens

Serving

Running it yourself.

A vLLM launch line for the shape above. Check the model card for a runtime the publisher recommends.

vllm serve XiaomiMiMo/MiMo-V2.6-Flash-RL \
  --max-model-len 483328 \
  --gpu-memory-utilization 0.90

Questions

The things people ask about this model.

How much GPU memory does MiMo-V2.6-Flash-RL need?

The weights take about 86 GiB at the released precision. That fits on one H200 141GB, which leaves roughly 38 GiB for the key-value cache.

What licence does MiMo-V2.6-Flash-RL use?

The repository declares mit. Read the licence text before commercial use: the name alone does not tell you what is allowed.

How long a context does it support?

The configuration allows 1,048,576 tokens. Whether the whole window is usable depends on the memory left for the cache, which the hardware table works out per card.

Can I use it through an API instead of hosting it?

This page is a reference, and Aiqre does not serve this model today. We deploy open-weight models on dedicated EU hardware on request, so if you want an OpenAI-compatible endpoint for it, email [email protected] with the model name and roughly what volume you expect.

Also in the library

Related models.

XiaomiMiMo/MiMo-V2.6-Pro-RL

MiMo-V2.6-Pro-RL is a 524-billion-parameter sparse MoE model designed for reinforcement-learning-driven self-improvement across t…

yandex/AliceAI-Foundation-80B-A3B-Base

AliceAI-Foundation-80B-A3B-Base is an 81-billion-parameter autoregressive language model with mixture-of-experts layers, trained …

inclusionAI/Ling-3.0-flash-Fin

Ling-3.0-flash-Fin is a 127.5 billion-parameter finance-enhanced language model for long-context financial research and analysis.

Motif-Technologies/Motif-3

Motif 3 is a 314.8 billion-parameter decoder-only mixture-of-experts language model with 262 k token context, released under MIT.

Hosting

Want this model on a dedicated EU GPU?

Tell us the model and roughly what volume you expect. We reply with a price and an OpenAI-compatible endpoint, with your prompts never stored.