Model reference · open weights
MiniCPM5-SFT is an open-weight language model from openbmb, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
English | Highlights We are releasing MiniCPM5-1B, the first model in the MiniCPM5 series. It is a dense 1B Transformer built for on-device, local deployment, and resource-constrained scenarios, reaching 1B-class open-source SOTA. 🏆 1B-class open-source SOTA: compared with strong open-source models in the same size class, MiniCPM5-1B reaches SOTA within this comparison set. Its advantage is most visible in agentic tool use, code generation, and difficult reasoning. 🧠 Hybrid Reasoning: built-in <think chat template, switch via enablethinking. The same checkpoint serves as both a fast assistant and a deliberate reasoner. 🛠️ Deployment / Fine-tuning Resources: the MiniCPM GitHub repo provides single-page cookbooks and Agent Skills for major inference backends and fine-tuning frameworks. 🐱 Desktop Pet: a local-LLM desktop pet driven by MiniCPM5-1B. Model List Use this directory to choose the model format that matches your runtime: - MiniCPM5-1B · ModelScope · BF16 final release (post-trained with RL + OPD) - MiniCPM5-1B-SFT · ModelScope · BF16 SFT-only checkpoint (before RL / OPD) 👈 you are here - MiniCPM5-1B-Base · ModelScope · BF16 base checkpoint (pre-training only) - MiniCPM5-1B-GGUF · ModelScope · GGUF for llama.cpp / Ollama / LM Studio - MiniCPM5-1B-MLX · ModelScope · MLX / 4bit for Apple Silicon Model Information MiniCPM5-1B has the following features: - Type: Causal Language Model - Architecture: Standard LlamaForCausalLM - Number of Parameters: 1,080,632,832 - Number of Non-Embedding Parameters: 679,552,512 - Number of Layers: 24 - Number of Attention Heads (GQA): 16 for Q and 2 for KV - Context Length: 131,072 Introduction MiniCPM5-1B is the first checkpoint in the MiniCPM5 series. It is designed for local assistants, coding agents, tool-use workflows, and reasoning scenarios where a compact model is preferred. The model keeps a small deployment footprint while providing native long-context support and both Think / No Think chat modes through the same checkpoint. Evaluation Results We compare MiniCPM5-1B with strong open-source models in the same size class, including LFM2.5-1.2B-Thinking, Qwen3-0.6B/think and Qwen3.5-0.8B/think. These are capable baseline
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | openbmb |
|---|---|
| Type | Language models |
| Parameters (lead) | 1.1B |
| Context | 128k tokens |
| Variants | 1 |
| Runs with | transformers |
| Released | 2026-05-21 |
| Popularity | 15k downloads / month |
| Likes | 42 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| MiniCPM5-1B-SFT | 1.1B | BF16 | ~2.5 GB | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys minicpm5-sft for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (minicpm5-sft below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"minicpm5-sft","messages":[{"role":"user","content":"Hello"}]}'
Details
Languages
Trained / evaluated on
Tags
Papers
Licence
Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗