Quick answer: MiniCPM5-2B is OpenBMB's second model in the MiniCPM5 series — a dense 2B-parameter Transformer built for on-device and resource-constrained deployment. It reaches 2B-class open-source SOTA (average 53.9 across OpenBMB's comparison suite) and beats several larger 4B-class models on coding, math, tool use, and agentic tasks. Apache 2.0, 131K context, released September 2026.
Where MiniCPM5-2B leads
Where it lags
Best for: local/on-device assistants, coding agents, and tool-use workflows where a small footprint matters more than frontier-model ceiling performance.
MiniCPM5-2B is the second release in OpenBMB's MiniCPM5 family, following MiniCPM5-1B. It's a dense, standard LlamaForCausalLM architecture (2.52B total parameters, 42 layers, GQA with 16 query / 2 KV heads) trained with the same recipe as MiniCPM5-1B scaled up, plus a full "UltraData" tiered training pipeline (base → mid-train → SFT → RL → On-Policy Distillation).
It ships alongside its full training data stack (UltraX pretraining corpus, UltraData-Code, UltraData-SFT-Agent-2609 with 500K agent samples, UltraData-RL-2609 with 80K+ RL samples) — one of the more transparent open releases in the small-model space. The RL + On-Policy Distillation stage is reported to add +10.96 points average on reasoning/general tasks and +6.96 on agentic tasks over the SFT-only checkpoint.
| Field | Value |
|---|---|
| Organization | OpenBMB |
| Parameters | 2.52B total (1.98B non-embedding), dense |
| Context window | 131,072 tokens |
| Architecture | Standard LlamaForCausalLM, 42 layers, GQA (16 Q / 2 KV heads) |
| License | Apache 2.0 |
| Release date | 2026-09-03 |
| Knowledge cutoff | 2026-05 (approx.) |
| Modality | Text |
Open weights — free to download and self-host; cost is inference/hosting only. No hosted API pricing published by OpenBMB at release.
MiniCPM5-2B has a 131,072-token context window — roughly 250+ pages of text in a single request. OpenBMB reports 59.0% on AA-LCR (long-context retrieval), notably ahead of same-size peers (Qwen3.5-2B: 5.3%, Gemma-4-E2B-it: 28.7%), suggesting the long-context claim is backed by real retrieval performance rather than just an extended position-embedding ceiling.
Scores below are self-reported by OpenBMB in the MiniCPM5-2B model card, evaluated against a comparison set of same-size and adjacent-size open models. They are not Benchgen measurements. Figures marked † in the original card come from the official Artificial Analysis release; all others were reproduced internally by OpenBMB.
| Benchmark | Score | Source | Date |
|---|---|---|---|
| AIME 2026 | 86.5 | OpenBMB model card | 2026-09 |
| HMMT Feb 2026 | 63.8 | OpenBMB model card | 2026-09 |
| GPQA Diamond | 70.2 | OpenBMB model card | 2026-09 |
| Humanity's Last Exam | 8.9 | OpenBMB model card | 2026-09 |
| AA-LCR | 59.0 | OpenBMB model card | 2026-09 |
| BFCL v4 | 66.6 | OpenBMB model card | 2026-09 |
| SWE-bench Verified | 46.4 | OpenBMB model card | 2026-09 |
| SWE-bench Pro | 14.4 | OpenBMB model card | 2026-09 |
| Terminal-Bench 2.1 | 8.6 | OpenBMB model card | 2026-09 |
| BrowseComp-ZH | 43.5 | OpenBMB model card | 2026-09 |
| GDPval-AA v2 | 19.6 | OpenBMB model card | 2026-09 |
| LiveCodeBench v6 | 69.1 | OpenBMB model card | 2026-09 |
| MMLU-Pro | 70.8 | OpenBMB model card | 2026-09 |
| MMLU-Redux | 84.7 | OpenBMB model card | 2026-09 |
| SuperGPQA | 40.8 | OpenBMB model card | 2026-09 |
| IFEval | 86.7 | OpenBMB model card | 2026-09 |
| IFBench | 66.3 | OpenBMB model card | 2026-09 |
| Multi-IF | 71.8 | OpenBMB model card | 2026-09 |
| LongBench v2 | 43.7 | OpenBMB model card | 2026-09 |
| MATH-500 | 94.6 | OpenBMB model card | 2026-09 |
| OJBench | 32.5 | OpenBMB model card | 2026-09 |
| τ³-Bench Banking | 20.8 | OpenBMB model card | 2026-09 |
| τ²-Bench Telecom | 97.1 | OpenBMB model card | 2026-09 |
Not mapped (excluded, no matching Benchgen benchmark entity): LCB-Pro 25Q2 (Easy/Medium), SciCode (wbg) — a variant reported alongside a different weighting than our SciCode entity, NoLiMa, LongBenchPro, GAIA Text-103, ClawGym-Bench, WildClaw, QwenClaw. These are excluded rather than force-mapped to a similarly-named existing entity, since methodology details (task counts, exact variant) were not independently confirmed to match. Flagged for a future dedicated benchmark-config pass if cross-model demand emerges.
| Model | Context | SWE-bench Verified | GPQA | Price (in/out per 1M) |
|---|---|---|---|---|
| MiniCPM5-2B | 131K | 46.4% | 70.2% | Open weights |
| MiniCPM5-1B | 131K | — | — | Open weights |
| Qwen3.5-2B | — | 6.0% | 55.8%† | Open weights |
| Gemma-4-E4B-it | — | 3.0% | 51.3%† | Open weights |
Rival scores are as reported in OpenBMB's own comparison table (same source as MiniCPM5-2B's scores above), not independently re-verified by Benchgen.
MiniCPM5-2B's pitch is that a well-executed dense 2B model with strong post-training (RL + OPD) can match or beat sloppier 4B-class releases on real capability signals like tool use and long-context retrieval — worth checking against your own workload before assuming bigger always wins on-device.
MiniCPM5-2B's headline story is agentic capability at a small footprint: BFCL v4 (66.6%) and τ²-Bench Telecom (97.1%) both lead its comparison set, and the model's SFT data explicitly includes 500K agent-training samples (UltraData-SFT-Agent-2609). That said, coding-agent benchmarks that require sustained multi-turn execution (SWE-bench Pro 14.4%, Terminal-Bench 8.6%) show the ceiling is still well below larger models — tool-calling accuracy and long-horizon task completion are not the same capability, and builders evaluating this model for an agent harness should test both independently rather than extrapolating from one.
Specs and scores sourced from OpenBMB's official MiniCPM5-2B model card. Third-party comparison scores attributed inline. Last updated 2026-09-08.