Model reference · open weights

MiniCPM5

MiniCPM5 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.

LLMs openbmb 3 variants 882k downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What MiniCPM5 is

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) 👈 you are here - MiniCPM5-1B-SFT · ModelScope · BF16 SFT-only checkpoint (before RL / OPD) - 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

What it is

Makeropenbmb
TypeLanguage models
Parameters (lead)1.1B
Context128k tokens
Variants3
Runs withtransformers
Released2026-05-21
Popularity882k downloads / month
Likes1,091
LicenceOpen weights

How it works

How language models work

Your prompttext / messagesTransformerattention over tokensNext-token loopgenerate + streamResponsetext · tool callsA language model reads your tokens and predicts the next one, again and again, streaming the reply back.

Variants

Sizes & precisions

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.

VariantParamsPrecisionVRAMFits 16 GBWeights
MiniCPM5-1B1.1BBF16~2.5 GBWeights ↗
MiniCPM5-1B-MLX169MMLXWeights ↗
MiniCPM5-1B-GGUFGGUFWeights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys minicpm5 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (minicpm5 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","messages":[{"role":"user","content":"Hello"}]}'

Details

Languages, data & research

Languages

en zh

Trained / evaluated on

openbmb/Ultra-FineWeb openbmb/Ultra-FineWeb-L3 openbmb/UltraData-Math openbmb/UltraData-SFT-2605

Tags

transformers safetensors llama text-generation minicpm minicpm5 long-context tool-calling on-device edge-ai conversational en zh dataset:openbmb/Ultra-FineWeb

Papers

Licence

Open weights

Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗

Sources

Weights & code

Want MiniCPM5 on EU-owned hardware?

Request this model on EU hardware See what’s served now

Explore

More language models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms