minicpm-v4.6

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

Görüntü 1b
Hızlı Kurulum (Ollama kuruluysa)
ollama run minicpm-v4.6

Ollama kurulu değil mi? ollama.com/download — Windows, macOS ve Linux için ücretsiz. İlk çalıştırmada model indirilir, sonrası tamamen çevrimdışıdır.

Varyantlar

Boyut büyüdükçe kalite artar, donanım ihtiyacı yükselir. Başlangıç için küçük varyantı deneyin.

EtiketBoyutBağlamGirdiKomut
latest 1.6GB 256K Text, Image ollama run minicpm-v4.6:latest
1b 1.6GB 256K Text, Image ollama run minicpm-v4.6:1b
q4_0 1.6GB 256K Text, Image ollama run minicpm-v4.6:q4_0
q4_1 1.6GB 256K Text, Image ollama run minicpm-v4.6:q4_1
q4_K_S 1.6GB 256K Text, Image ollama run minicpm-v4.6:q4_K_S
q4_K_M 1.6GB 256K Text, Image ollama run minicpm-v4.6:q4_K_M
q5_0 1.7GB 256K Text, Image ollama run minicpm-v4.6:q5_0
q5_1 1.7GB 256K Text, Image ollama run minicpm-v4.6:q5_1
q5_K_S 1.7GB 256K Text, Image ollama run minicpm-v4.6:q5_K_S
q5_K_M 1.7GB 256K Text, Image ollama run minicpm-v4.6:q5_K_M
q6_K 1.7GB 256K Text, Image ollama run minicpm-v4.6:q6_K
q8_0 1.9GB 256K Text, Image ollama run minicpm-v4.6:q8_0
f16 2.6GB 256K Text, Image ollama run minicpm-v4.6:f16

Model Detayları ve Benchmarklar (kaynak: ollama.com)

MiniCPM-V.png

MiniCPM-V 4.6

MiniCPM-V 4.6 is our most edge-deployment-friendly model to date. The model is built based on SigLIP2-400M and the Qwen3.5-0.8B LLM. It inherents the strong single-image, multi-image, and video understanding capabilities of MiniCPM-V family, while significantly improving computation efficiency. It also introduces mixed 4x/16x visual token compression. Notable features of MiniCPM-V 4.6 include:

  • 🔥 Leading Foundation Capability. MiniCPM-V 4.6 scores 13 on the Artificial Analysis Intelligence Index benchmark, outperforming Qwen3.5-0.8B’s score of 10 with 19x fewer token cost, and Qwen3.5-0.8B-Thinking’s score of 11 with 43x fewer token cost. It also surpasses the larger Ministral 3 3B (score of 11).

  • 💪 Strong Multimodal Capability. MiniCPM-V 4.6 outperforms Qwen3.5-0.8B on most vision-language understanding tasks, and reaches Qwen3.5 2B-level capability on many benchmarks including OpenCompass, RefCOCO, HallusionBench, MUIRBench, and OCRBench.

  • 🚀 Ultra-Efficient Architecture. Based on the latest technique in LLaVA-UHD v4, MiniCPM-V 4.6 reduces the visual encoding computation FLOPs by more than 50%. It enables MiniCPM-V 4.6 to achieve better efficiency to even smaller models, achieving x2.4 token throughput compared to Qwen3.5-0.8B. It also supports mixed 4x/16x visual token compression rate, allowing flexible switching between accuracy and speed.

  • 📱 Broad Mobile Platform Coverage. MiniCPM-V 4.6 can be deployed across all three mainstream mobile platforms — iOS, Android, and HarmonyOS. With every edge adaptation code open-sourced, developers can reproduce the on-device experience in just a few steps.

  • 🛠️ Developer Friendly. MiniCPM-V 4.6 is adapted to inference frameworks such as vLLM, SGLang, llama.cpp, Ollama, and supports fine-tuning ecosystems such as SWIFT and LLaMA-Factory. Developers can quickly customize models for new domains and tasks on consumer-grade GPUs. We provide multiple quantized variants across GGUF, BNB, AWQ, and GPTQ formats.

[!NOTE] If you have any questions, please feel free to submit an issue here: MiniCPM-V Issues. We will actively respond to all questions from the community.