1. What is the difference between DeepSeek V4 Flash and V4 Pro?
Both are part of the V4 family released April 24, 2026 and share the same hybrid attention architecture (CSA + HCA), 1M-token context, and MIT license. Flash has 284B total parameters (13B active), costs $0.14/M input, and downloads at ~160 GB. Pro has 1.6T total parameters (49B active), costs $0.435/M input, and weighs ~865 GB. Flash is recommended for most production workloads; Pro for frontier reasoning and enterprise-grade hallucination sensitivity.
2. Does DeepSeek V4 Flash support a 1M-token context window in practice?
Yes. V4 Flash's CSA and HCA attention mechanisms reduce KV cache to approximately 7% of V3.2's footprint at 1M tokens, meaning a full million-token context fits on a single 128 GB machine. This makes the 1M context a practical capability rather than just a specification number. Via the API, the 1M window is the default — no special configuration needed.
3. Is DeepSeek V4 Flash free to use?
The model weights are free to download and self-host under the MIT License. The DeepSeek chat interface also offers free access. API usage is paid but competitively priced at $0.14 per million input tokens, with a 90% cache-hit discount for repeated system prompts. Through Chat Smith, you can use V4 Flash within Chat Smith's free tier without any API key.