openbmb / MiniCPM-V-2_6-int4

huggingface.co
Total runs: 5.3K
24-hour runs: 0
7-day runs: 326
30-day runs: 326
Model's Last Updated: June 16 2025
image-text-to-text

Introduction of MiniCPM-V-2_6-int4

Model Details of MiniCPM-V-2_6-int4

MiniCPM-V 2.6 int4

This is the int4 quantized version of MiniCPM-V 2.6 .
Running with int4 version would use lower GPU memory (about 7GB).

Usage

Inference using Huggingface transformers on NVIDIA GPUs. Requirements tested on python 3.10:

Pillow==10.1.0
torch==2.1.2
torchvision==0.16.2
transformers==4.40.0
sentencepiece==0.1.99
accelerate==0.30.1
bitsandbytes==0.43.1
# test.py
import torch
from PIL import Image
from transformers import AutoModel, AutoTokenizer

model = AutoModel.from_pretrained('openbmb/MiniCPM-V-2_6-int4', trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained('openbmb/MiniCPM-V-2_6-int4', trust_remote_code=True)
model.eval()

image = Image.open('xx.jpg').convert('RGB')
question = 'What is in the image?'
msgs = [{'role': 'user', 'content': [image, question]}]

res = model.chat(
    image=None,
    msgs=msgs,
    tokenizer=tokenizer
)
print(res)

## if you want to use streaming, please make sure sampling=True and stream=True
## the model.chat will return a generator
res = model.chat(
    image=None,
    msgs=msgs,
    tokenizer=tokenizer,
    sampling=True,
    temperature=0.7,
    stream=True
)

generated_text = ""
for new_text in res:
    generated_text += new_text
    print(new_text, flush=True, end='')

Runs of openbmb MiniCPM-V-2_6-int4 on huggingface.co

5.3K
Total runs
0
24-hour runs
-181
3-day runs
326
7-day runs
326
30-day runs

More Information About MiniCPM-V-2_6-int4 huggingface.co Model

MiniCPM-V-2_6-int4 huggingface.co

MiniCPM-V-2_6-int4 huggingface.co is an AI model on huggingface.co that provides MiniCPM-V-2_6-int4's model effect (), which can be used instantly with this openbmb MiniCPM-V-2_6-int4 model. huggingface.co supports a free trial of the MiniCPM-V-2_6-int4 model, and also provides paid use of the MiniCPM-V-2_6-int4. Support call MiniCPM-V-2_6-int4 model through api, including Node.js, Python, http.

MiniCPM-V-2_6-int4 huggingface.co Url

https://huggingface.co/openbmb/MiniCPM-V-2_6-int4

openbmb MiniCPM-V-2_6-int4 online free

MiniCPM-V-2_6-int4 huggingface.co is an online trial and call api platform, which integrates MiniCPM-V-2_6-int4's modeling effects, including api services, and provides a free online trial of MiniCPM-V-2_6-int4, you can try MiniCPM-V-2_6-int4 online for free by clicking the link below.

openbmb MiniCPM-V-2_6-int4 online free url in huggingface.co:

https://huggingface.co/openbmb/MiniCPM-V-2_6-int4

MiniCPM-V-2_6-int4 install

MiniCPM-V-2_6-int4 is an open source model from GitHub that offers a free installation service, and any user can find MiniCPM-V-2_6-int4 on GitHub to install. At the same time, huggingface.co provides the effect of MiniCPM-V-2_6-int4 install, users can directly use MiniCPM-V-2_6-int4 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

MiniCPM-V-2_6-int4 install url in huggingface.co:

https://huggingface.co/openbmb/MiniCPM-V-2_6-int4

Url of MiniCPM-V-2_6-int4

MiniCPM-V-2_6-int4 huggingface.co Url

Provider of MiniCPM-V-2_6-int4 huggingface.co

openbmb
ORGANIZATIONS

Other API from openbmb

huggingface.co

Total runs: 200.2K
Run Growth: 91.4K
Growth Rate: 45.63%
Updated:October 05 2025
huggingface.co

Total runs: 134.8K
Run Growth: -3.0K
Growth Rate: -2.19%
Updated:March 10 2026
huggingface.co

Total runs: 117.8K
Run Growth: 4.9K
Growth Rate: 4.17%
Updated:September 15 2025
huggingface.co

Total runs: 112.2K
Run Growth: 89.6K
Growth Rate: 79.87%
Updated:May 10 2026
huggingface.co

Total runs: 106.9K
Run Growth: -45.2K
Growth Rate: -42.32%
Updated:June 13 2025
huggingface.co

Total runs: 25.5K
Run Growth: 411
Growth Rate: 1.61%
Updated:October 24 2025
huggingface.co

Total runs: 20.0K
Run Growth: 1.8K
Growth Rate: 8.78%
Updated:October 24 2025
huggingface.co

Total runs: 19.9K
Run Growth: 406
Growth Rate: 2.04%
Updated:January 15 2025
huggingface.co

Total runs: 11.5K
Run Growth: 10.4K
Growth Rate: 90.57%
Updated:May 07 2026
huggingface.co

Total runs: 10.3K
Run Growth: -2.6K
Growth Rate: -25.64%
Updated:June 02 2023
huggingface.co

Total runs: 7.7K
Run Growth: -4.1K
Growth Rate: -52.99%
Updated:February 27 2025
huggingface.co

Total runs: 6.5K
Run Growth: 523
Growth Rate: 8.06%
Updated:January 14 2026
huggingface.co

Total runs: 5.4K
Run Growth: 5.4K
Growth Rate: 99.14%
Updated:June 10 2025
huggingface.co

Total runs: 5.2K
Run Growth: 3.7K
Growth Rate: 70.38%
Updated:October 20 2025
huggingface.co

Total runs: 4.8K
Run Growth: 2.7K
Growth Rate: 56.92%
Updated:November 04 2024
huggingface.co

Total runs: 3.0K
Run Growth: -5.5K
Growth Rate: -161.70%
Updated:September 09 2026
huggingface.co

Total runs: 1.4K
Run Growth: 79
Growth Rate: 5.80%
Updated:January 15 2025
huggingface.co

Total runs: 1.0K
Run Growth: 153
Growth Rate: 14.93%
Updated:September 19 2025
huggingface.co

Total runs: 891
Run Growth: 76
Growth Rate: 8.53%
Updated:June 27 2023
huggingface.co

Total runs: 847
Run Growth: 48
Growth Rate: 5.67%
Updated:August 24 2023
huggingface.co

Total runs: 758
Run Growth: 451
Growth Rate: 59.50%
Updated:May 14 2024
huggingface.co

Total runs: 436
Run Growth: 372
Growth Rate: 85.32%
Updated:February 12 2026
huggingface.co

Total runs: 416
Run Growth: -75
Growth Rate: -18.03%
Updated:October 14 2023
huggingface.co

Total runs: 385
Run Growth: 157
Growth Rate: 40.78%
Updated:June 14 2025
huggingface.co

Total runs: 377
Run Growth: -880
Growth Rate: -233.42%
Updated:August 12 2023
huggingface.co

Total runs: 204
Run Growth: 40
Growth Rate: 19.61%
Updated:February 21 2024
huggingface.co

Total runs: 164
Run Growth: 36
Growth Rate: 21.95%
Updated:February 21 2024