OpenBMB recently released MiniCPM5-1B, the first checkpoint in the MiniCPM5 series. With a compact 1B parameter scale, it scored 17.9 on the Artificial Analysis Intelligence Index, refreshing the open-source record at 1B and below. It is 7.4 points higher than the next-best Qwen3.5 0.8B inference version (10.5), and crushes Qwen3.5 2B (16.3) with less than half the parameters. Compared to the previous generation MiniCPM-V 4.6 1.3B (12.7), the new model reduces parameters by about 23% while intelligence rises by 5 points, pushing the small-model Pareto frontier another notch to the upper left.

On the training paradigm side, post-training is split into three stages: SFT, On-Policy Distillation (OPD), and RL — supervised fine-tuning first, then letting the model distill on self-sampled trajectories, and finally polishing with reinforcement learning. OPD lets the model "think for itself" during training without the need for cold-start distillation data; in the RL stage, after OPD calibrates the distribution close to the SFT model, common collapse is avoided. This is the key to the 1B model achieving 17.9 intelligence.

On the capability side, the model has a built-in <think> template and enable_thinking switch, letting the same checkpoint act both as a "fast-response assistant" and as a "deliberate reasoner." Code and agent capability are particularly outstanding, with a comprehensive average of 42.57 clearly leading peers of the same size. AA-Omniscience gets -1, the highest at the same size — it would rather refuse to answer than guess, which is closer to real deployment needs than hard-scoring answer rates.

On the deployment side, the official release simultaneously provides BF16, GGUF, and MLX three formats, and the combination of 128K context window + 1B parameters lets laptops, phones, and desktop pets all run.

Pulling the view back, the 1B-class upset means three things: on-device Agents truly gain "class-mainframe" reasoning capability; AI deployment cost curves continue to fall; and the old narrative of "bigger parameters are better" is being dismantled by the "post-train + distillation + RL" combination punch. MiniCPM5-1B proves that as long as the post-training flow is solid, 1B can also take on production-grade Agent tasks, and local 1B may no longer be a "make-do" backup, but the first choice for low-latency, high-privacy scenarios.