Overview
DeepSeek released V4.1 Flash on 2026-09-10 as the successor to both V4 Flash and V4 Pro. Its card lists a 1M context window, thinking and non-thinking modes, JSON output, tool calls and image input. The lab’s own note says its results land ahead of V4 Pro and that its KV cache needs a quarter of the memory of the previous generation. On Kyma it is served through the OpenAI-compatible endpoint with automatic failover across three routes and exact cost reporting in the usage.cost field. Prompt caching is not exposed on the primary route, so every input token bills at the input rate. The weights are published under the MIT license. The output cap on Kyma is 131,072 tokens per request.Specs
Pricing
Use this when
- Coding — Tool calling and structured outputs with a 1M-token window put whole repositories in one request.
- Vision at value pricing — Image input on a Flash-priced model — screenshots, diagrams and documents without moving to a flagship.
- Long-context analysis — The 1M-token window takes document collections or long agent transcripts in a single call.
- High-volume pipelines — Flash-band pricing suits background jobs and batch processing that run thousands of times a day.
Not ideal for
Prompt-cache-heavy workloads — the primary route publishes no cached-input rate, so repeated prefixes bill in full.Pick something else when
- You want the cheapest DeepSeek and can accept the previous checkpoint: use
deepseek-v4-flash. - You want the best general default overall: use
qwen-3.6-plus.