DeepSeek V4 Flash
DeepSeekFeaturedMITtext

DeepSeek V4 Flash

Updated Jun 7, 2026
Parameters
284B
Context
1,048,576
License
MIT
Updated
Jun 7, 2026

Intelligence benchmarks

Artificial Analysis indexes - compared with the best open and proprietary models

Intelligence

46.5

AA Index

Coding

38.7

AA Index

Agentic

61.3

AA Index

Intelligence Index - DeepSeek V4 Flash vs. the field

Best open-weight models (you can run locally) and leading proprietary models for context.

Claude Opus 4.8 (max)
61.4
closed
GPT-5.5 (xhigh)
60.2
closed
Claude Opus 4.7 (max)
57.3
closed
Gemini 3.1 Pro Preview
57.2
closed
Qwen3.7 Max
56.6
closed
Kimi K2.6
53.9
open
MiMo-V2.5-Pro
53.8
open
DeepSeek V4 Flash (Max)
46.5
open

Coding Index comparison

GPT-5.5 (xhigh)
59.1
closed
Claude Opus 4.8 (max)
56.7
closed
Gemini 3.1 Pro Preview
55.5
closed
Claude Opus 4.7 (Non-reasoning, high)
53.1
closed
GPT-5.3 Codex (xhigh)
53.1
closed
DeepSeek V4 Pro (Max)
47.5
open
Kimi K2.6
47.1
open
DeepSeek V4 Flash (High)
39.8
open

Agentic Index comparison

Claude Opus 4.8 (max)
77.8
closed
GPT-5.5 (xhigh)
74.1
closed
Claude Opus 4.7 (max)
71.3
closed
Gemini 3.5 Flash (medium)
70.4
closed
MiniMax-M3
68.6
closed
MiMo-V2.5-Pro
67.4
open
DeepSeek V4 Pro (Max)
67.2
open
DeepSeek V4 Flash (High)
62.3
open

Benchmark data from Artificial Analysis · updated 2026-06-07.

Standard benchmarks

Performance across standard evaluations

BenchmarkScore
MMLU88.7
HumanEval69.5
GSM8K90.8
GPQA89.4

Will it run on your hardware?

Pick your GPU memory - see which quantizations fit, and the cheapest card for the rest

Too big for 24 GB at any quant
0 of 1 quantizations fit DeepSeek V4 Flash with real runtime overhead.
FP16
520 GB
fits tight too big

Need an exact figure for your context length? Use the VRAM calculator.

Run it locally

Copy-paste - running in under a minute

vLLMOpenAI-compatible API
vllm serve deepseek-ai/DeepSeek-V4-Flash

New to this? Start with Ollama · serve to many users with vLLM.

Deep dive

Notes, sources, and the full write-up

DeepSeek V4 Flash

DeepSeek V4 Flash is the efficiency-optimized sibling of the V4 family: 284 billion total parameters with only 13 billion active per token, 1 million token context, and an MIT license. It delivers the best cost-per-intelligence ratio of any open-weight model available today, matching the reasoning performance of the Pro variant when given a larger thinking budget while using a fraction of the compute.

What makes DeepSeek V4 Flash special

  1. 13B active / 284B total MoE - extreme efficiency, single-host capable at FP8
  2. 1M token context - full-repo and multi-document support
  3. Hybrid Attention - Compressed Sparse Attention + Heavily Compressed Attention for long-context efficiency
  4. MIT license - fully open weights, commercial use allowed
  5. Three reasoning modes - Non-think, Think High, Think Max effort levels
  6. Manifold-Constrained Hyper-Connections - novel architecture improving training stability

Benchmarks

BenchmarkDeepSeek V4 FlashDeepSeek V4 ProDeepSeek V3.2
MMLU88.790.187.8
MMLU-Pro68.373.565.5
GSM8K90.892.691.1
HumanEval69.576.862.8
MATH57.464.560.5
LongBench-V244.751.540.2

Source: DeepSeek-V4 technical report. Base model evaluation at 5-shot where applicable.

VRAM requirements

PrecisionVRAMRecommended Hardware
FP8~140 GBNVIDIA A6000 (x2), RTX 5090 (x4)
FP4+FP8 mixed~90 GBRTX 5090 (x2), NVIDIA A6000

The model ships natively in FP4+FP8 mixed precision, making it unusually efficient for its total size. The effective VRAM footprint is dominated by the 13B active parameters, which is why it can run on as few as 2 server-class GPUs.

How to run

# Via vLLM
vllm serve deepseek-ai/DeepSeek-V4-Flash --port 8010

What the community says

"V4 Flash is the best cost-performance model on the market. 13B active with 1M context, MIT licensed. Insane value."

  • r/LocalLLaMA, 189 upvotes

How it compares

DeepSeek V4 Flash is the pragmatic choice for teams that need the V4 family's agentic coding capability but cannot justify the GPU budget for the full Pro model. It is significantly more capable than DeepSeek V3 while requiring less VRAM at its native FP4+FP8 precision.

Compared to Qwen3.6 27B: V4 Flash offers dramatically longer context (1M vs 262K) and stronger STEM reasoning, but Qwen3.6 27B adds vision and video modalities.

Use it with

vLLM, Open WebUI, TabbyAPI

When to use something else

If your hardware is limited to a single consumer GPU, DeepSeek V4 Flash still needs multiple server-class GPUs. For single-GPU local use, consider Qwen3.6 27B or Gemma 4 31B in Q4.

Frequently asked

Quick answers to common questions

How much VRAM does DeepSeek V4 Flash need?

DeepSeek V4 Flash with 284B parameters needs approximately 520 GB at Q4_K_M quantization. Use our VRAM calculator for an exact estimate.

Is DeepSeek V4 Flash better than other DeepSeek models?

DeepSeek V4 Flash scores 88.7 on MMLU and 69.5 on HumanEval. It has 284B parameters with 1,048,576 context - a strong choice for coding, agents, long-context.

What license is DeepSeek V4 Flash under?

DeepSeek V4 Flash is released under the MIT license, making it suitable for most commercial and personal projects.

What hardware runs DeepSeek V4 Flash well?

With 284B parameters, DeepSeek V4 Flash requires adequate VRAM. High-end GPUs like the RTX 4090 (24GB), RTX 5090 (32GB), or Mac Studio with unified memory are good options. Check our hardware directory for specific recommendations.

What is the best quantization for DeepSeek V4 Flash?

Q4_K_M is the recommended sweet spot - ~98% of FP16 quality at ~27% of the size. Step up to Q5_K_M or Q8_0 only if you have spare VRAM. Use our VRAM calculator to compare.

How long can DeepSeek V4 Flash's context window handle?

DeepSeek V4 Flash supports a 1,048,576-token context window - enough for very long documents, codebases, or multi-turn conversations. Real-world usable context may vary by implementation.

What models compete with DeepSeek V4 Flash?

DeepSeek V4 Flash competes with other 142B–426B. Browse our model directory for comparisons, benchmarks, and community reviews to find the best fit.

Compare & pair with

Similar models and recommended hardware

Nearby options

Similar models and compatible hardware by spec

Comments coming soon

Configure NEXT_PUBLIC_GISCUS_REPO_ID and NEXT_PUBLIC_GISCUS_CATEGORY_ID at giscus.app to enable.