File size: 1,152 Bytes
e22f113
3bdb847
10c28c4
 
3bdb847
10c28c4
 
 
 
 
 
 
e22f113
 
10c28c4
6170851
10c28c4
6170851
10c28c4
 
 
 
 
 
 
6170851
10c28c4
3bdb847
10c28c4
6170851
10c28c4
6170851
10c28c4
 
 
3bdb847
10c28c4
6170851
10c28c4
 
 
 
 
3bdb847
10c28c4
7886d5e
 
10c28c4
 
3bdb847
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
language:
- en
license: apache-2.0
tags:
- mobile
- edge-ai
- vision-language
- multimodal
- quantized
- gguf
pipeline_tag: image-text-to-text
---

# MiniCPM-V 2.6 - Mobile Vision-Language Model (GGUF)

**OpenBMB's MiniCPM-V 2.6**, a vision-language model that can SEE and THINK. Compressed for mobile deployment.

| Property | Value |
|----------|-------|
| **Base** | openbmb/MiniCPM-V-2_6 |
| **Parameters** | ~2.8 billion |
| **Size** | ~1.4 GB (GGUF) |
| **Format** | GGUF (llama.cpp) |
| **License** | Apache 2.0 |

## Why This Model?

Run multimodal AI (vision + language) on a phone. Image understanding, VQA, visual chatbots - all on-device.

## Performance

- ~18 tok/s on Samsung S20 FE CPU
- ~2.1 GB peak memory use
- ~93% quality retention vs base model

## Use Cases

- Visual Q&A on mobile devices
- Image captioning from camera photos
- Document understanding (scan + analyze)
- Multimodal chatbots
- Accessibility features (describe images)

## Quick Start

```bash
huggingface-cli download dispatchAI/MiniCPM-V-4.6-mobile --local-dir ./models
./build/bin/main -m ./models/model.gguf -p "Describe this image" --image photo.jpg
```