DeepSeek V4 Pro 0813 1.6T vs Qwen3.8 2.4T-A95B

Side-by-side VRAM requirements, benchmark scores, and GPU compatibility for local AI inference.

Quick verdict

DeepSeek V4 Pro 0813 1.6T is more hardware-efficient — it needs 1091.4 GB at Q4_K_M vs 1669.4 GB for Qwen3.8 2.4T-A95B, fitting on 0 GPUs natively.

Analysis

DeepSeek V4 Pro 0813 and Qwen3.8 2.4T-A95B are both frontier-scale, text-only, datacenter-only MoE releases from August 2026, and Qwen is unambiguously the bigger model on paper: 53% more total parameters, nearly double the active count. On the one benchmark both report on a matching suite label, Terminal-Bench 2.1, the smaller model wins. And on realistic single-machine deployment, the smaller model loses just as clearly, for a reason that has nothing to do with its size.

DeepSeek V4 Pro 0813 is 1.6T total parameters with 49B active, spread evenly across 61 layers that each use the same hybrid Compressed Sparse Attention/Heavily Compressed Attention design, compressing every layer's KV cache roughly 10x. Qwen3.8 2.4T-A95B is 2,446.18B total with 95B active, and hybrid in a different way: of its 92 layers, only 23 keep a real KV cache (4 KV heads x 256 head dim), the other 69 running Gated DeltaNet, a linear-attention design with a fixed-size state instead of a cache. Qwen's native context window ends at 262,144 tokens, a quarter of DeepSeek's 1,048,576; restricted to that shared ceiling, DeepSeek's KV cache is 3.3 GB against Qwen's 24.7 GB, DeepSeek's compression winning out over Qwen's smaller caching-layer count the same way it does against Kimi K3. Weights track total parameter count almost exactly: at each model's own recommended quantization, DeepSeek needs about 609.6 GB, Qwen about 932.0 GB, and the full picture at the shared 262,144-token context is 686.4 GB for DeepSeek against 1,071.5 GB for Qwen, in line with Qwen's 53% larger parameter count. On Terminal-Bench 2.1, the benchmark both models report, DeepSeek actually leads despite being the smaller model: 87.9 against Qwen's 86.6, DeepSeek's own comparison run against Alibaba's own reported figure. Qwen publishes a broader academic suite DeepSeek hasn't republished for the 0813 checkpoint: GPQA Diamond 92.6 and SWE-bench Pro 67.7, with nothing directly comparable on DeepSeek's side since it stopped reporting those fields after the April preview. Licensing favors DeepSeek: unrestricted MIT, against Qwen's custom Qwen3.8-Max license, free for commercial use under $20M/month revenue or 100M monthly active users (with attribution required above that), and a separate license required for a Model-as-a-Service or AI-assistant business over $50M/year. Neither model accepts image or video input; both are text-only. The more surprising asymmetry shows up in how each model is actually reachable at all: Qwen3.8 has a real, if extreme, single-machine path, Unsloth's UD-Q1_0 GGUF at roughly 397 GB, small enough to fit inside a 512 GB Mac Studio M3 Ultra's unified memory with room for context and overhead. DeepSeek V4 Pro 0813 has no equivalent: no independently vetted low-bit build exists yet, only unverified community conversions, so the generic Q2_K ladder estimate, 609.6 GB of weights alone, is the only number available, and it doesn't fit that same 512 GB machine. The larger model, in other words, is currently the more realistically self-hostable one.

Bottom line: Despite being the smaller model on paper, DeepSeek V4 Pro 0813 is not the more practical local option here; Qwen3.8 2.4T-A95B is, purely because Qwen has a real sub-2-bit GGUF build and DeepSeek doesn't yet. Anyone with a 512 GB Mac Studio M3 Ultra (or a comparable multi-GPU pool) who specifically needs open weights, for auditability, fine-tuning, or an air-gapped deployment, should look at Qwen3.8's UD-Q1_0 build before DeepSeek's. For everyone else living in the API, the two are close: DeepSeek slightly leads the one shared benchmark, carries the cleaner license, and needs meaningfully less context-scaling memory if a workload actually reaches into the hundreds of thousands of tokens, while Qwen brings a fuller published academic benchmark record and a 53%-larger active-parameter budget that may matter for harder reasoning tasks the shared benchmark doesn't capture.

Active vs. total parameters: both MoE, different scale

Both models are MoE, so total parameters drive the download size and active parameters drive the compute cost, and the two axes move differently here: Qwen's total is 53% larger than DeepSeek's, but its active count is only 94% larger, a slightly higher share of the model actually doing work per token.

Total parameters (B)
DeepSeek V4 Pro 0813 1.6T
1600.0
Qwen3.8 2.4T-A95B
2446.2
Active parameters per token (B)
DeepSeek V4 Pro 0813 1.6T
49.0
Qwen3.8 2.4T-A95B
95.0

What Qwen's own 262,144-token ceiling costs each model

Qwen3.8 2.4T-A95B's native context window stops at 262,144 tokens; DeepSeek V4 Pro 0813's continues on to 1,048,576. Restricted to the range both models can reach, DeepSeek's compressed, full-stack caching still beats Qwen's sparser but uncompressed approach.

0816243264k128k192k256k3.3 GBDeepSeek V4 Pro 0813 1.6T24.7 GBQwen3.8 2.4T-A95B
DeepSeek V4 Pro 0813 1.6T (61 of 61 layers cache)Qwen3.8 2.4T-A95B (23 of 92 layers cache)

KV cache only, at FP16. Weights and activation overhead sit on top of these figures.

At 262,144 tokens, the most Qwen3.8 2.4T-A95B supports, DeepSeek V4 Pro 0813's KV cache is 3.3 GB against Qwen's 24.7 GB, even though Qwen caches barely a quarter of its layers (23 of 92) against DeepSeek's full 61. Add each model's own recommended-quant weights and the full picture is 686.4 GB total for DeepSeek V4 Pro 0813 against 1,071.5 GB for Qwen3.8 2.4T-A95B, tracking the two models' 53% total-parameter gap almost exactly.

VRAM at each quantization (8k context)

FP32
DeepSeek V4 Pro 0813 1.6T
7168.1 GB
Qwen3.8 2.4T-A95B
10959.8 GB
BF16
DeepSeek V4 Pro 0813 1.6T
3584.1 GB
Qwen3.8 2.4T-A95B
5480.3 GB
FP16
DeepSeek V4 Pro 0813 1.6T
3584.1 GB
Qwen3.8 2.4T-A95B
5480.3 GB
Q8_0
DeepSeek V4 Pro 0813 1.6T
1905.0 GB
Qwen3.8 2.4T-A95B
2913.2 GB
Q6_K
DeepSeek V4 Pro 0813 1.6T
1471.3 GB
Qwen3.8 2.4T-A95B
2250.2 GB
Q5_K_M
DeepSeek V4 Pro 0813 1.6T
1276.0 GB
Qwen3.8 2.4T-A95B
1951.5 GB
Q4_K_M
DeepSeek V4 Pro 0813 1.6T
1091.4 GB
Qwen3.8 2.4T-A95B
1669.4 GB
Q3_K_M
DeepSeek V4 Pro 0813 1.6T
862.1 GB
Qwen3.8 2.4T-A95B
1318.7 GB
Q2_K
DeepSeek V4 Pro 0813 1.6T
682.9 GB
Qwen3.8 2.4T-A95B
1044.7 GB
NVFP4
DeepSeek V4 Pro 0813 1.6T
896.1 GB
Qwen3.8 2.4T-A95B
1370.7 GB
QuantDeepSeek V4 Pro 0813 1.6TQwen3.8 2.4T-A95BDiff
FP327168.1 GB10959.8 GB-35%
BF163584.1 GB5480.3 GB-35%
FP163584.1 GB5480.3 GB-35%
Q8_01905.0 GB2913.2 GB-35%
Q6_K1471.3 GB2250.2 GB-35%
Q5_K_M1276.0 GB1951.5 GB-35%
Q4_K_M1091.4 GB1669.4 GB-35%
Q3_K_M862.1 GB1318.7 GB-35%
Q2_K682.9 GB1044.7 GB-35%
NVFP4896.1 GB1370.7 GB-35%

Diff is DeepSeek V4 Pro 0813 1.6T relative to Qwen3.8 2.4T-A95B. Green = lower VRAM (fits more GPUs).

Model specifications

SpecDeepSeek V4 Pro 0813 1.6TQwen3.8 2.4T-A95B
OrgDeepSeekAlibaba
Parameters1600B2446.18B
ArchitectureMoE (49B active)MoE (95B active)
Context1024k tokens256k tokens
Modalitiestexttext
LicenseMITQwen3.8-Max
CommercialYesYes
Released2026-08-122026-08-08
GPUs (native)0 / 1120 / 112

Benchmark scores

BenchmarkDeepSeek V4 Pro 0813 1.6TQwen3.8 2.4T-A95B
Terminal-Bench 2.187.986.6

Green = higher score (better). — = not yet available.

GPUs that run only DeepSeek V4 Pro 0813 1.6T(0)

Every GPU that runs DeepSeek V4 Pro 0813 1.6T also runs Qwen3.8 2.4T-A95B.

GPUs that run only Qwen3.8 2.4T-A95B(0)

Every GPU that runs Qwen3.8 2.4T-A95B also runs DeepSeek V4 Pro 0813 1.6T.

Which should you use?

Choose DeepSeek V4 Pro 0813 1.6T if:
  • • You have limited VRAM — it's a smaller model needing 1091.4 GB vs 1669.4 GB
  • • Long context matters — it supports 1024k tokens vs 256k
Choose Qwen3.8 2.4T-A95B if:
  • • You want maximum capability and have a 1670 GB+ GPU
  • • You're running coding tasks
  • • You need chain-of-thought reasoning

Frequently asked questions

Which is better, DeepSeek V4 Pro 0813 1.6T or Qwen3.8 2.4T-A95B?
DeepSeek V4 Pro 0813 1.6T has 1600B parameters vs 2446.18B for Qwen3.8 2.4T-A95B, so Qwen3.8 2.4T-A95B is the larger model. DeepSeek V4 Pro 0813 1.6T is more hardware-efficient, needing 1091.4 GB at Q4_K_M vs 1669.4 GB.
How much VRAM does DeepSeek V4 Pro 0813 1.6T need vs Qwen3.8 2.4T-A95B?
At Q4_K_M quantization with 8k context, DeepSeek V4 Pro 0813 1.6T needs approximately 1091.4 GB of VRAM, while Qwen3.8 2.4T-A95B needs 1669.4 GB. At FP16, DeepSeek V4 Pro 0813 1.6T requires 3584.1 GB vs 5480.3 GB for Qwen3.8 2.4T-A95B.
Can you run DeepSeek V4 Pro 0813 1.6T on the same GPUs as Qwen3.8 2.4T-A95B?
These models have very different VRAM requirements, so they do not share the same compatible GPU set.
What is the difference between DeepSeek V4 Pro 0813 1.6T and Qwen3.8 2.4T-A95B?
DeepSeek V4 Pro 0813 1.6T has 1600B parameters (49B active, MoE) with a 1024k context window. Qwen3.8 2.4T-A95B has 2446.18B parameters (95B active, MoE) with a 256k context window. Licensing differs: DeepSeek V4 Pro 0813 1.6T is MIT while Qwen3.8 2.4T-A95B is Qwen3.8-Max.
Which model fits in 24 GB of VRAM, DeepSeek V4 Pro 0813 1.6T or Qwen3.8 2.4T-A95B?
Neither fits in 24 GB at Q4_K_M — DeepSeek V4 Pro 0813 1.6T needs 1091.4 GB and Qwen3.8 2.4T-A95B needs 1669.4 GB. Both require a multi-GPU server with 1670 GB+ of combined VRAM.
Which handles long context better, DeepSeek V4 Pro 0813 1.6T or Qwen3.8 2.4T-A95B?
At 262,144 tokens, the most Qwen3.8 2.4T-A95B supports, DeepSeek V4 Pro 0813's KV cache is 3.3 GB against Qwen's 24.7 GB, even though Qwen caches barely a quarter of its layers (23 of 92) against DeepSeek's full 61. Add each model's own recommended-quant weights and the full picture is 686.4 GB total for DeepSeek V4 Pro 0813 against 1,071.5 GB for Qwen3.8 2.4T-A95B, tracking the two models' 53% total-parameter gap almost exactly.
Full DeepSeek V4 Pro 0813 1.6T page →Full Qwen3.8 2.4T-A95B page →Check your hardware →