What changed
DeepSeek replaced V4 Flash 0731 with V4.1 Flash — a new Causal Encoder-Decoder architecture with native image-and-text input, expanded to 1M-token context, and significant benchmark improvements across all agentic coding evals. MIT license, open weights on Hugging Face.
TL;DR
DeepSeek V4.1 Flash: 552B backbone (8B activated/token prefill, 16B decode), 1M context, MIT-licensed open weights, $0.15/M uncached input / $0.60/M output; DeepSWE v1.1 rises from 54.4% to 74.2% and Terminal-Bench 2.1 from 82.7 to 90.6 vs. its predecessor.
Developer signal
Five things to know before building on this: (1) API endpoint: deepseek-flash on the DeepSeek API — it supports thinking and non-thinking modes, tool calls, structured outputs, the Responses API format, and the Anthropic API format. If you're testing against Anthropic-format code, V4.1 Flash is plug-compatible with minimal changes to your API base URL and key. (2) Pricing: off-peak $0.003/M cache-hit input, $0.15/M uncached input, $0.60/M output; peak is 2x these rates. For context: this undercuts V4 Pro pricing substantially. (3) Open weights: MIT-licensed weights on Hugging Face; community projects are already running it on NVIDIA DGX Spark hardware (see 0xBakeer/deepseek-v41-flash-spark on GitHub). This means you can self-host for zero variable cost if you have the hardware. (4) Migration note: from September 14, 2026, deepseek-v4-pro API calls are scheduled to route to V4.1-Flash at V4.1-Flash rates — update your billing models now. DeepSeek has since said they'll continue V4 Pro access on request with existing billing; the situation is evolving — check your account tier. (5) Benchmark caveats: results are self-reported; DeepSWE v1.1 is a separate benchmark from SWE-bench Verified and tests a different task distribution (closed-form agentic software engineering). The improvement is large enough to be structurally meaningful, but third-party reproduction is still in progress.