OpenBMB/MiniCPM-V

A Pocket-Sized MLLM for Ultra-Efficient Image and Video Understanding on Your Phone

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 60 minutes ago
Added to GitGenius on May 21st, 2026
Created on January 29th, 2024
Open Issues & Pull Requests: 58 (+0)
Number of forks: 2,052
Total Stargazers: 26,204 (+1)
Total Subscribers: 165 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 16.3 hours
Mean response time: 9.8 days
90th percentile: 22.5 days
Tracked items: 930

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 10% of issues opened in the past year have been closed. Three people close 65% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 37
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 64 days
Stale 30+ days: 30
Stale 90+ days: 23

Recent activity

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

Top labels

  • question (159)
  • feature (21)
  • Finetune (18)
  • inference (10)
  • documentation (5)
  • duplicate (3)
  • llamacpp (3)
  • SPECIAL ATTENTION (1)

Most active issues this week

Detailed Description

MiniCPM-V is a series of multimodal large language models designed for efficient deployment on mobile and edge devices, enabling strong performance in image, video, and text understanding on phones and other resource-constrained platforms. The repository, maintained by OpenBMB, represents a significant effort to bring advanced vision-language capabilities to consumer devices without requiring cloud infrastructure.

The current flagship model, MiniCPM-V 4.6, contains only 1.3 billion parameters yet surpasses larger models like Gemma4-E2B-it in performance while achieving approximately 1.5 times higher token throughput than Qwen3.5-0.8B. This efficiency is achieved through an intra-ViT early compression technique derived from LLaVA-UHD v4, which reduces visual encoding computation costs by more than 50 percent. The model supports mixed 4x and 16x visual token compression rates, allowing flexible performance-efficiency trade-offs depending on task requirements. MiniCPM-V 4.6 can be deployed across iOS, Android, and HarmonyOS platforms with open-sourced edge adaptation code.

The repository also maintains MiniCPM-o 4.5, a 9-billion-parameter omnimodal model that extends capabilities toward real-time end-to-end interaction. This model approaches Gemini 2.5 Flash performance in vision and speech tasks while supporting full-duplex multimodal live streaming, meaning input streams (video and audio) and output streams (speech and text) do not block each other. This architecture enables simultaneous seeing, listening, and speaking in real-time conversations, plus proactive interactions like automated reminding.

Community engagement around the repository is substantial. The repository's contributor base overlaps with major projects including Microsoft's VSCode and TypeScript repositories, plus the Rust language repository, indicating involvement from experienced systems developers.

The project has achieved significant recognition and integration milestones. MiniCPM-V 4.6 was merged into Ollama's official model library, and both MiniCPM-V 4.6 and MiniCPM-o 4.5 now have API services available with public free API keys. The models have topped GitHub Trending and Hugging Face Trending multiple times. Integration support extends across major inference frameworks including llama.cpp, vLLM, and LLaMA-Factory, with ongoing work for additional frameworks like SGLang.

The repository is classified across multiple domains including multimodal models, vision-language systems, large language models, image understanding, text generation, AI assistants, deep learning, natural language processing, visual reasoning, and machine learning. Documentation includes technical reports, API specifications, and a comprehensive cookbook for diverse user scenarios. The project maintains bilingual support with both English and Chinese documentation, and provides community channels through Discord and Feishu for user support and collaboration.