2026-08-02
DeepSeek V4 Flash 0731 — Quick Summary
Participants: Jay Krish, Sanjay Jayaram
The model
DeepSeek V4 Flash is a 284-billion-parameter language model released on August 1, 2026. It's not the largest multi-trillion parameter model on the market, but it's the most price-competitive model available.
Pricing & competitive advantage
DeepSeek pricing, with a 30% launch discount:
- Input: 9 cents per million tokens (normally 14 cents)
- Output: 18 cents per million tokens (normally 28 cents)
Market landscape
Multiple providers now serve DeepSeek:
- Open Router
- Alibaba Cloud
- Fireworks
- Cloudflare (surprisingly)
- Akash ML
This represents a historic shift: competitors are openly serving each other's models, including Chinese and US companies.
Key features
- Cache pricing: 1.4 cents — a 50x discount on cached tokens vs. new ones, a huge advantage for conversational workloads.
- Speed: 71 tokens/second on some providers vs. 4 tokens/second on others.
- Benchmarks: Artificial Analysis rates it very close to the frontier for intelligence.
Local deployment
Sanjay demonstrated downloading and running DeepSeek locally using llama.cpp on a single GPU with 128GB VRAM. After quantization (IQ3 compression), the model uses ~110GB, leaving minimal headroom.
~/llama.cpp/llama.cpp/build/bin/llama-server -hf unsloth/DeepSeek-V4-Flash-GGUF:UD-IQ3_XXS -ngl 999 --port 11434Bottom line
DeepSeek V4 Flash represents a massive shift: for the first time, open-source models are cheaper, fast enough, and good enough for most commercial use cases, forcing the entire market to compete on price rather than exclusivity.