openbmb/minicpm

MiniCPM5: SOTA on-device LLMs, small yet powerful.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 32 minutes ago
Added to GitGenius on September 6th, 2026
Created on January 29th, 2024
Open Issues & Pull Requests: 20 (+0)
GitHub issues: Enabled
Number of forks: 716
Total Stargazers: 10,594 (+4)
Total Subscribers: 85 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 44.6 hours
Mean response time: 41.8 days
90th percentile: 191.8 days
Tracked items: 139

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 17% of issues opened in the past year have been closed. Three people close 63% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 10
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 399 days
Stale 30+ days: 9
Stale 90+ days: 8

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feature (38)
  • badcase (34)
  • bug (27)
  • triage (27)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

MiniCPM is a dense 1-billion-parameter language model designed for on-device and resource-constrained deployment scenarios.

The project addresses the challenge of running capable language models on edge devices and local systems with limited computational resources. MiniCPM5-1B achieves this through a compact Transformer architecture that reaches performance levels comparable to much larger open-source models in its size class. The model includes a hybrid reasoning capability via a built-in think token that allows it to switch between fast assistant mode and deliberate reasoning mode using the same checkpoint, controlled through an enable_thinking parameter.

Developers should choose this tool if they need a language model for on-device inference, local deployment, or systems with strict resource constraints. The project is particularly well-suited for applications requiring agent tool use, code generation, and mathematical reasoning, where it demonstrates notable strengths relative to other 1-billion-parameter open-source models. The repository provides single-page cookbooks for major inference backends and fine-tuning frameworks, each paired with Agent Skills to help developers reproduce deployment and fine-tuning workflows. A desktop pet application driven by the model is also included as a reference implementation.

The project maintains active development with regular releases of new model variants and capabilities. The team has released multiple model series including sparse-attention variants designed for million-token context modeling and efficient inference, as well as trainable sparse-attention models with hybrid reasoning. The repository includes comprehensive documentation through its tech report and wiki, alongside community engagement channels for support and collaboration.