Model Intelligence Sheet
QuantaPlanta/DeepSeek-V4-Flash-Vision-Exp-MXFP4-GGUF overview
MXFP4 quant of https://huggingface.co/deepseek ai/DeepSeek V4 Flash Vision Exp as it should be, including mmproj and dspark. $PY $LCPP/convert hf to gguf.py "$…
Runs locally from ~891.2 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
6 GGUF files detected
Direct downloads for local inference
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| DeepSeek-V4-Flash-Vision-Exp-MXFP4_MOE-00001-of-00004.gguf | GGUF | GGUF | 41.45 GB | Download |
| DeepSeek-V4-Flash-Vision-Exp-MXFP4_MOE-00002-of-00004.gguf | GGUF | GGUF | 41.44 GB | Download |
| DeepSeek-V4-Flash-Vision-Exp-MXFP4_MOE-00003-of-00004.gguf | GGUF | GGUF | 41.44 GB | Download |
| DeepSeek-V4-Flash-Vision-Exp-MXFP4_MOE-00004-of-00004.gguf | GGUF | GGUF | 21.31 GB | Download |
| dspark-DeepSeek-V4-Flash-Vision-Exp-MXFP4_MOE.gguf | GGUF | GGUF | 10.15 GB | Download |
| mmproj-DeepSeek-V4-Flash-Vision-Exp-BF16.gguf | GGUF | BF16 | 891.2 MB | Download |
Model Details
| Model ID | QuantaPlanta/DeepSeek-V4-Flash-Vision-Exp-MXFP4-GGUF |
|---|---|
| Author | QuantaPlanta |
| Pipeline | — |
| License | — |
| Base model | deepseek-ai/DeepSeek-V4-Flash-Vision-Exp |
| Last modified | 2026-09-02T19:36:49.000Z |
Model README
---
base_model: deepseek-ai/DeepSeek-V4-Flash-Vision-Exp
---
MXFP4 quant of https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-Vision-Exp as it should be, including mmproj and dspark.
$PY $LCPP/convert_hf_to_gguf.py "$SRC" \
--outtype bf16 --no-mtp --split-max-size 45G \
--model-name DeepSeek-V4-Flash-Vision-Exp \
--outfile "$OUT/DeepSeek-V4-Flash-Vision-Exp-MXFP4_MOE.gguf"
$PY $LCPP/convert_hf_to_gguf.py "$SRC" \
--mmproj --outtype bf16 \
--outfile "$OUT/mmproj-DeepSeek-V4-Flash-Vision-Exp-BF16.gguf"
$PY $LCPP/convert_hf_to_gguf.py "$SRC" \
--dspark --target-model-dir "$SRC" --outtype bf16 \
--outfile "$OUT/dspark-DeepSeek-V4-Flash-Vision-Exp-MXFP4_MOE.gguf"
ATTENTIONE
Blud Claude has a caveat on the DSpark. Please read if you want to use it.
What the workaround costs: the draft loses the vision routing bias, so on image-heavy prompts its expert selection can
diverge from the target's and acceptance drops there. Text-only drafting is unaffected, and correctness never is — the
target verifies every drafted token regardless. Given DSpark was already the speculative part of this plan, that's a fair
trade to get the file built.Run QuantaPlanta/DeepSeek-V4-Flash-Vision-Exp-MXFP4-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models