1,266 Downloads Updated 8 months ago
ollama run richardyoung/kimi-vl-a3b-thinking:q8_0
Updated 8 months ago
8 months ago
29bcb2fe1a79 · 17GB ·
Vision-language Mixture-of-Experts reasoning model from Moonshot AI, with extended “thinking” (chain-of-thought) for complex multimodal tasks.
Kimi-VL-A3B-Thinking is a compact yet powerful vision + text (multimodal) model that pairs a native-resolution visual encoder (MoonViT) and an MLP projector with a Mixture-of-Experts language decoder. Despite activating only ~3B parameters per token, it delivers strong long-horizon reasoning, working through problems step-by-step before answering, excelling at visual math, document and chart understanding, OCR-with-reasoning, and detailed image analysis. This repository provides GGUF quantizations for easy local inference with Ollama.
Reported by Moonshot AI for the base moonshotai/Kimi-VL-A3B-Thinking:
| Benchmark | Score |
|---|---|
| MMMU (val) | 61.7 |
| MathVista | 71.3 |
| MathVision | 36.8 |
| LongVideoBench | 64.5 |
| InfoVQA | 83.2 |
| Tag | Size | BPW | Notes |
|---|---|---|---|
iq4_xs |
8.8 GB | ~4.25 | Smallest, good quality/size balance |
latest / Q4_K_M |
11 GB | ~4.85 | Recommended default |
Q5_K_M |
12 GB | ~5.68 | Higher quality |
Q6_K |
14 GB | ~6.56 | Near-lossless |
q8_0 |
17 GB | ~8.50 | Highest-fidelity quant |
f16 |
32 GB | 16.0 | Full precision (unquantized) |
# Pull and run the recommended version
ollama run richardyoung/kimi-vl-a3b-thinking
# Run a specific quantization
ollama run richardyoung/kimi-vl-a3b-thinking:Q6_K
# Ask about an image (provide the path inline)
ollama run richardyoung/kimi-vl-a3b-thinking "Solve the math problem in this image ./problem.png"
| VRAM | Performance |
|---|---|
| 8 GB | Runs iq4_xs; may offload to CPU |
| 12 GB | Good performance (Q4/Q5) |
| 16 GB+ | Excellent performance (up to Q8_0) |
| 32 GB+ | Full f16 precision |
This is a quantized redistribution of Moonshot AI’s Kimi-VL-A3B-Thinking for local inference. Quantization can introduce minor quality degradation relative to the full-precision model; lower-bit quants trade accuracy for size and speed. Model outputs, including reasoning chains, may contain errors and should be verified for any consequential use. Use responsibly and in accordance with the upstream MIT license.
Built & maintained by Richard Young · DeepNeuro