DeepSeek-V4-Flash: the $0.28 Model that Just Embarrassed the AI Industry’s Pricing
Last Updated on August 3, 2026 by Editorial Team Author(s): allglenn Originally published on Towards AI. How DeepSeek-V4-Flash’s hybrid sparse attention and MoE design deliver near-frontier agentic coding at a fraction of GPT and Claude’s API cost Twenty-eight cents. That’s what a million output tokens costs on DeepSeek-V4-Flash. The same volume on Claude Opus 4.8 runs about $25. And on the one benchmark category most production LLM budgets actually get spent on right now, agentic coding, Flash lands within a few points of it. deepseekThe article explains why DeepSeek-V4-Flash is priced so low by breaking down its efficiency architecture: a Mixture-of-Experts model where only a small fraction of parameters activates per token, and—most importantly—a hybrid sparse attention approach (CSA/DSA plus HCA) that compresses and sparsely selects which KV cache entries to attend to for long 1M-token contexts, while using a sliding window for recent tokens. It also covers practical details for building agents, including reasoning-effort modes, tool-calling formats, and how Flash differs from prior DeepSeek versions by retaining reasoning traces across tool-calling turns. The author then outlines a migration path for existing agent pipelines using OpenAI/Anthropic-compatible endpoints, highlights operational/security considerations (like sandboxing bash tool calls and handling silent model updates), and maps where Flash is likely to work best (tool-heavy coding/CI, long-document pipelines, high-volume chat) versus where it may lag (broad world-knowledge and knowledge-heavy tasks). Finally, it compares Flash to alternatives in terms of cost-performance trade-offs and recommends choosing models based on workload-specific evals built from real transcripts, with attention to data residency and production readiness. Read the full blog for free on Medium. Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor. Published via Towards AI
