
DeepSeek V4.1 Flash: Price and Benchmarks
Summary: DeepSeek V4.1 Flash in 30 Seconds DeepSeek-V4.1-Flash shipped on September 10, 2026. License is MIT, weights are on Hugging Face. 552B backbone parameters, but only 8B active while reading input and 16B while generating output. That asymmetry is the whole point of the model. New architecture: Causal Encoder-Decoder (CED). 40 layers, 20 causal encoder plus 20 decoder. The decoder’s global KV cache is projected from the encoder’s final hidden states instead of from each decoder layer’s own. Result: a global KV cache of 890 bytes per token. One quarter of V4-Flash, and 1/437 of DeepSeek-V1. Natively multimodal: images go through DeepSeek-ViT, a vision encoder trained from scratch, from the very start of language-model pre-training. Pre-training corpus is 45T tokens. Beats Claude Opus 5 on several agentic benchmarks: 90.6 vs 89.1 on Terminal-Bench 2.1, 74.2 vs 74.0 on DeepSWE v1.1, 54.8 vs 50.3 on AutomationBench. Reasoning effort is a continuous 1-100 dial, not an on/off thinking toggle. API pricing is $0.15 in / $0.60 out per million tokens off-peak, double that at peak. Roughly one twentieth of Claude Opus 5’s output price. DeepSeek is retiring V4 Pro: from September 14, 2026, deepseek-v4-pro requests get routed to V4.1 Flash and billed at Flash rates. Everyone in the open-weight race this year is chasing the same two numbers: active parameters and KV cache. The first decides what each token costs, the second decides how much memory a long context eats. GLM-5.3-Flash answered with hybrid attention, Qwen3.8-Flash-Next with 6B active parameters. ...