What is MiniCPM-V 4.6?
MiniCPM-V 4.6 is a 1.3B vision-language model from OpenBMB and the most edge-deployment-friendly model in the MiniCPM-V family to date. It is built on SigLIP2-400M and the Qwen3.5-0.8B LLM, inherits the family's single-image, multi-image and video understanding, and introduces mixed 4x/16x visual token compression so you can trade accuracy against speed at run time. OpenBMB positions it plainly: a pocket-sized MLLM for image and video understanding on your phone.
| Specification | MiniCPM-V 4.6 |
|---|---|
| Total parameters | 1.3B |
| Architecture | SigLIP2-400M vision encoder + Qwen3.5-0.8B LLM |
| Context window | 262,144 tokens |
| Modalities | Text, single-image, multi-image and video input |
| Token compression | Mixed 4x/16x visual token compression |
| Mobile platforms | iOS, Android, HarmonyOS |
| Release date | April 2026 |
| License | Apache 2.0 |
What MiniCPM-V 4.6 is good at
The pitch is efficiency, and OpenBMB backs it with numbers from its model card. The model scores 13 on the Artificial Analysis Intelligence Index against Qwen3.5-0.8B's 10 with 19x fewer token cost, and beats the larger Ministral 3 3B. On vision-language work it reaches Qwen3.5 2B-level capability on OpenCompass, RefCOCO, HallusionBench, MUIRBench and OCRBench. The LLaVA-UHD v4 technique cuts visual encoding FLOPs by more than half, and token throughput lands around 1.5x that of Qwen3.5-0.8B.
Deployment coverage is unusually broad for a vision model: vLLM, SGLang, llama.cpp and Ollama for inference, SWIFT and LLaMA-Factory for fine-tuning, and quantized variants across GGUF, BNB, AWQ and GPTQ. Every mobile adaptation code path is open-sourced, covering iOS, Android and HarmonyOS.
MiniCPM-V 4.6 hardware requirements
The system requirement to check is memory, and here it is almost nothing. These are OpenBMB's own GGUF builds:
| Build | File size |
|---|---|
| Q4_0 | 0.50 GB |
| Q4_K_M | 0.53 GB |
| Q8_0 | 0.81 GB |
| F16 | 1.52 GB |
| Vision projector (mmproj, F16) | 1.11 GB |
Even the full-precision build with the projector stays under 3 GB, so any recent laptop, a phone, or a Raspberry-class board with enough RAM is a valid target. If the GGUF format is new to you, start with what GGUF is.
How to run MiniCPM-V 4.6 in Atomic Chat
Atomic Chat is a free local app for macOS, Windows and Linux. It includes a Hugging Face model browser and a built-in chat, with no manual llama.cpp build required.
- Download Atomic Chat for your platform and open it.
- Search for MiniCPM-V 4.6 in the model browser and open Download Options.
- Pick a build, attach an image in the chat, and ask about it.
For what else fits tiny hardware, see the full catalog of local models.
MiniCPM-V 4.6 license
MiniCPM-V 4.6 is released under Apache 2.0. That permits commercial use, modification and redistribution with no royalties, so you can build products on it and run it on your own hardware without a usage fee.
