Overview
DeepSeek V4 Flash is the fast, cheap entry in DeepSeek’s V4 tier — a 284B mixture-of-experts model that sits in Kyma’s strong quality tier. It’s built as a value workhorse: general tasks, coding, and long-context jobs where you want most of the quality at a fraction of the cost. Coding agents are its biggest consumers by a wide margin. Every call gets Kyma’s automatic failover, and prompt caching is fully supported, so repeated prompt prefixes bill at this model’s cached input rate. Capability-wise it checks every box for agent work: a 1M-token context window, up to 65K tokens of output per request, function calling, structured outputs, and extended reasoning. Input and output are text-only.Specs
Pricing
Use this when
- Coding — A core recommended use, and where its production traffic goes — OpenClaw, Roo Code, and Cline are among its top apps on Kyma, with OpenClaw alone at roughly half its tokens.
- Long-context analysis — The 1M-token window takes entire codebases, document collections, or long agent transcripts in one request.
- High-volume pipelines — Cheap-tier pricing makes it a sensible default for background jobs, batch processing, and anything that runs thousands of times a day.
- Structured agent backbones — Function calling plus structured outputs keep multi-step agents and extraction pipelines on schema.
- Reasoning on a budget — Extended reasoning support handles planning and analysis steps without paying flagship rates.
Not ideal for
Image inputs — it’s text-only, so anything that needs to look at screenshots or photos should go to a vision model instead.Pick something else when
- You need the strongest V4 quality: use
deepseek-v4-pro. - You want the best general default overall: use
qwen-3.6-plus. - You want the previous-gen DeepSeek flagship at value pricing: use
deepseek-v3. - You need vision / multimodal input: use
gemma-4-31borkimi-k2.6.