Model reference · open weights

MiniCPM-V-4.6-Thinking

MiniCPM-V-4.6-Thinking 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 4 variants 86k downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What MiniCPM-V-4.6-Thinking is

A Pocket-Sized MLLM for Ultra-Efficient Image and Video Understanding on Your Phone GitHub | MiniCPM Wiki(Chinese) | CookBook | Demo | Feishu (Lark) News [2026.05.17] ⭐️⭐️⭐️ We release the API service of MiniCPM-V 4.6, with a public free API key together! Try it now. MiniCPM-V 4.6 Thinking MiniCPM-V 4.6 Thinking is the long chain-of-thought reasoning variant of MiniCPM-V 4.6. It generates an explicit reasoning trace before producing the final answer, substantially boosting performance on complex multimodal reasoning, math, and OCR-heavy tasks, while keeping the same edge-friendly architecture (SigLIP2-400M vision encoder + Qwen3.5-0.8B LLM) and the mixed 4x/16x visual token compression of MiniCPM-V 4.6. Evaluation <!-- omit in toc -- Overall Performance (Thinking) High-Concurrency Throughput Single Request TTFT (ms) Examples <!-- omit in toc -- Overall MiniCPM-V 4.6 can be deployed across three mainstream end-side platforms — iOS, Android and HarmonyOS. The clips below are raw screen recordings on phone devices without edition. Usages Inference with Transformers <!-- omit in toc -- Installation <!-- omit in toc -- Note on CUDA compatibility: torchcodec (used for video decoding) may have compatibility issues with certain CUDA versions. For example, torch=2.11 bundles CUDA 13.1 by default, while environments with CUDA 12.x may encounter errors such as RuntimeError: Could not load libtorchcodec. Two workarounds: 1. Replace torchcodec with PyAV — supports both image and video inference without CUDA version constraints: bash pip install "transformers[torch]=5.7.0" torchvision av 2. Pin the CUDA version when installing torch to match your environment (e.g. CUDA 12.8): bash pip install "transformers=5.7.0" torchvision torchcodec --index-url https://download.pytorch.org/whl/cu128 Load Model <!-- omit in toc -- Image Inference <!-- omit in toc -- Video Inference <!-- omit in toc -- Advanced Parameters <!-- omit in toc -- You can customize image/video processing by passing additional parameters to applychattemplate: Note: downsamplemode must be passed to both applychattemplate (for correct placeholder count) and generate (for the vision encoder). All other parameters only

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.3B
Variants4
Runs withtransformers
Released2026-05-08
Popularity86k downloads / month
Likes29
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
MiniCPM-V-4.6-Thinking1.3BBF16~3 GBWeights ↗
MiniCPM-V-4.6-Thinking-GPTQ1.3BGPTQWeights ↗
MiniCPM-V-4.6-Thinking-AWQ1.3BAWQWeights ↗
MiniCPM-V-4.6-Thinking-ggufGGUFWeights ↗

Using it via the API

Call it like any OpenAI endpoint

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

Details

Languages, data & research

Tags

transformers safetensors minicpmv4_6 image-text-to-text minicpm-v multimodal On-Device Model lightweight conversational endpoints_compatible 4-bit gptq awq gguf

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 MiniCPM-V-4.6-Thinking 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