GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

tarruda/DeepSeek-V4-Flash-Vision-Exp-GGUF overview

DeepSeek V4 Flash Vision Exp GGUF WARNING: This is not currently supported by llama.cpp master and requires my experimental branch to use https://github.com/ta…

ggufimatrixconversationalmultimodalvisiondeepseekllama.cppimage-text-to-textbase_model:deepseek-ai/DeepSeek-V4-Flash-Vision-Expbase_model:quantized:deepseek-ai/DeepSeek-V4-Flash-Vision-Explicense:mitendpoints_compatibleregion:us

Runs locally from ~5.0 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
1
Pipeline
image-text-to-text
Author

Repository Files & Downloads

19 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
IQ3_XXS/DeepSeek-V4-Flash-Vision-Exp-IQ3_XXS-00001-of-00004.ggufGGUFIQ3_XXS5.0 MBDownload
IQ3_XXS/DeepSeek-V4-Flash-Vision-Exp-IQ3_XXS-00002-of-00004.ggufGGUFIQ3_XXS46.18 GBDownload
IQ3_XXS/DeepSeek-V4-Flash-Vision-Exp-IQ3_XXS-00003-of-00004.ggufGGUFIQ3_XXS46.53 GBDownload
IQ3_XXS/DeepSeek-V4-Flash-Vision-Exp-IQ3_XXS-00004-of-00004.ggufGGUFIQ3_XXS14.62 GBDownload
MXFP4/DeepSeek-V4-Flash-Vision-Exp-MXFP4-00001-of-00005.ggufGGUFGGUF5.0 MBDownload
MXFP4/DeepSeek-V4-Flash-Vision-Exp-MXFP4-00002-of-00005.ggufGGUFGGUF45.70 GBDownload
MXFP4/DeepSeek-V4-Flash-Vision-Exp-MXFP4-00003-of-00005.ggufGGUFGGUF45.69 GBDownload
MXFP4/DeepSeek-V4-Flash-Vision-Exp-MXFP4-00004-of-00005.ggufGGUFGGUF45.69 GBDownload
MXFP4/DeepSeek-V4-Flash-Vision-Exp-MXFP4-00005-of-00005.ggufGGUFGGUF8.56 GBDownload
Q2_K/DeepSeek-V4-Flash-Vision-Exp-Q2_K-00001-of-00004.ggufGGUFQ2_K5.0 MBDownload
Q2_K/DeepSeek-V4-Flash-Vision-Exp-Q2_K-00002-of-00004.ggufGGUFQ2_K46.54 GBDownload
Q2_K/DeepSeek-V4-Flash-Vision-Exp-Q2_K-00003-of-00004.ggufGGUFQ2_K46.01 GBDownload
Q2_K/DeepSeek-V4-Flash-Vision-Exp-Q2_K-00004-of-00004.ggufGGUFQ2_K696.5 MBDownload
Q3_K/DeepSeek-V4-Flash-Vision-Exp-Q3_K-00001-of-00004.ggufGGUFQ3_K5.0 MBDownload
Q3_K/DeepSeek-V4-Flash-Vision-Exp-Q3_K-00002-of-00004.ggufGGUFQ3_K45.78 GBDownload
Q3_K/DeepSeek-V4-Flash-Vision-Exp-Q3_K-00003-of-00004.ggufGGUFQ3_K46.45 GBDownload
Q3_K/DeepSeek-V4-Flash-Vision-Exp-Q3_K-00004-of-00004.ggufGGUFQ3_K27.21 GBDownload
imatrix.ggufGGUFGGUF448.1 MBDownload
mmproj-DeepSeek-V4-Flash-Vision-Exp-BF16.ggufGGUFBF16891.2 MBDownload

Model Details

Model IDtarruda/DeepSeek-V4-Flash-Vision-Exp-GGUF
Authortarruda
Pipelineimage-text-to-text
Licensemit
Base modeldeepseek-ai/DeepSeek-V4-Flash-Vision-Exp
Last modified2026-09-01T12:18:48.000Z

Model README

---

quantized_by: tarruda

pipeline_tag: image-text-to-text

base_model: deepseek-ai/DeepSeek-V4-Flash-Vision-Exp

base_model_relation: quantized

license: mit

license_link: https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/mit.md

tags:

  • gguf
  • imatrix
  • conversational
  • multimodal
  • vision
  • deepseek
  • llama.cpp

---

DeepSeek V4 Flash Vision Exp GGUF

WARNING: This is not currently supported by llama.cpp master and requires my experimental branch to use https://github.com/tarruda/llama.cpp/tree/dsv4-vision-exp-support

GGUF quantizations for deepseek-ai/DeepSeek-V4-Flash-Vision-Exp.

DeepSeek published the original model weights in MXFP4, so the MXFP4 GGUFs in

this repo are direct conversions of those original safetensors.

Quant Recipes

| Recipe | Quant size | Default type | Expert tensor type |

| --- | ---: | --- | --- |

| Q2_K | 95464.96 MiB (2.82 BPW) | Q8_0 | Q2_K |

| IQ3_XXS | 109912.96 MiB (3.24 BPW) | Q8_0 | IQ3_XXS |

| Q3_K | 122296.96 MiB (3.61 BPW) | Q8_0 | Q3_K |

For every quant recipe, ffn_down_exps, ffn_gate_exps, and ffn_up_exps use the recipe's expert type. Compressor, indexer, token embedding, output, hyper-connection, router-bias, and token-to-expert mapping tensors retain the BF16, F32, or I32 types specified in scripts/quantize.sh. All three quants use the included 726-entry, 812-chunk importance matrix.

Usage

model="./IQ3_XXS/DeepSeek-V4-Flash-Vision-Exp-IQ3_XXS-00001-of-00004.gguf"
mmproj="./mmproj-DeepSeek-V4-Flash-Vision-Exp-BF16.gguf"

ctx=262144
parallel=1

llama-server --no-mmap --no-warmup \
  --model "$model" --mmproj "$mmproj" \
  ---ctx-size $ctx_size -np $parallel \
  --repeat-penalty 1.0  --presence-penalty 0.0 \
  --chat-template-kwargs '{"reasoning_effort": "max"}' \
  --reasoning-preserve \
  -b 2048 -ub 2048 \
  --cache-ram 1024 -ctxcp 12 \
  --temp 1.0 --top-p 1.0

Run tarruda/DeepSeek-V4-Flash-Vision-Exp-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models