DeepSeek's official 0731 release supersedes the preview and adds DSpark speculative decoding. Size its 284B-total, 13B-active mixed FP4/FP8 checkpoint before cache and runtime reserve.
Three 80 GiB-class GPUs are the first clean planning tier.
Two devices at 90% usable memory expose 144 GiB—less than the 155.43 GiB artifact itself. These editable profiles keep the exact 0731 checkpoint override and vary only the cached context and runtime reserve.
Active parameters describe compute. The files describe residency.
DeepSeek publishes the model shape and precision mix. The official repository exposes the actual artifact size. Runtime workspace, cache policy, tensor parallelism, quantized kernels, and offload determine what happens after the files load.
Swipe the matrix horizontally →
Input
Official value
What it changes
What it does not prove
Total parameters
284B
Checkpoint and resident-weight scale
Per-token compute
Activated parameters
13B
MoE work routed per token
Weight memory to load
Release status
0731 official; supersedes preview
Current checkpoint and agentic release
Hardware throughput
Released precision
FP4 experts + mostly FP8 elsewhere
Artifact size and supported kernels
Runtime overhead
Official checkpoint
155.43 GiB
Exact downloadable weight floor
Cache, workspace, or latency
Maximum context
1,048,576 tokens
Possible context boundary
Preallocated cache policy
The artifact total was calculated from the 48 safetensors file sizes in DeepSeek's official 0731 Hugging Face repository on August 7, 2026. Recheck the repository if DeepSeek revises the release.
Read the estimate
Active is not resident. MoE routing reduces work per token without deleting inactive experts from the artifact.
Capacity is not speed. CPU or unified-memory offload can make a model load while missing the latency target.
0731 replaces the preview. The official release adds the attached DSpark speculative-decoding module.
Context comparison boundary
DeepSeek's hybrid attention is not a standard dense KV cache.
Official architecture 43 layers · 1 KV head · 512 head dimension
Official context 1,048,576 tokens · hybrid HCA + CSA
Portable comparison only The editable calculator applies the standard dense-cache formula to the exposed dimensions so context profiles are comparable. It does not reproduce DeepSeek's compressed-attention runtime.
DeepSeek reports that V4-Pro's one-million-token KV cache is 10% of DeepSeek-V3.2 under its optimized architecture. That first-party relative claim is evidence that a generic dense-cache estimate and the production HCA allocation are different measurements.
Primary-source inputs
Use the exact artifact. Measure the exact runtime.
Release status, total and active parameters, precision mix, DSpark integration, context support, architecture, and inference instructions come from DeepSeek. File sizes come from the official 0731 model repository—not a third-party VRAM table.
The official 0731 mixed FP4/FP8 artifact is 155.43 GiB before cache and runtime workspace. At 90% usable memory, two 80 GiB-class GPUs expose only 144 GiB, so three are the first clean all-GPU planning tier.
Can DeepSeek V4 Flash run on two 80 GB GPUs?
Not as a straightforward full-checkpoint GPU-resident plan with sensible reserve. Offload can change whether the model loads, but then measured throughput and latency—not nominal VRAM alone—decide whether the deployment works.
Why does a 13B-active model need the full 155.43 GiB checkpoint?
Thirteen billion describes the experts activated for a token. The released artifact still contains 284 billion total parameters plus attention, routing, embeddings, the attached DSpark module, and quantization metadata.
How does the one-million-token context affect DeepSeek V4 Flash VRAM?
The official model supports one million tokens through hybrid compressed attention. The calculator profiles are transparent dense-cache comparisons, not measured HCA allocations; validate the exact runtime, cache format, and concurrency.
What changed in DeepSeek V4 Flash 0731?
DeepSeek says 0731 is the official release that supersedes the preview, substantially improves agentic capabilities, and attaches the DSpark speculative-decoding module. Its official artifact is 6.77 GiB larger than the preview.
Deployment math without the launch theatre
Get the next model and infrastructure teardown.
ResearchAudio turns model releases, hardware claims, and serving constraints into practical decisions for engineers and builders.