DeepSeek launching v4.1 flash cheaper and more capable than v4 pro

DSeek plans to officially release the V4.1 Flash model around September 10, 2026 (Beijing Time). After extensive internal and external testing, V4.1 Flash has comprehensively surpassed V4 Pro across all key metrics, including performance, cost, speed, and task completion time. In keeping with our commitment to user responsibility, following the official launch of V4.1 Flash and prior to the release of V4.1 Pro, all requests to the Pro model will be routed to V4.1 Flash and billed at Flash's price. If you encounter any issues during your comparative testing between V4 Pro and V4.1 Flash, please do not hesitate to reach out to us with your feedback. Thank you for your support!

We will adjust the pricing for the Flash series effective from 12:00 Beijing Time on September 10, 2026. During off-peak hours, the unit price will be $0.003 for input cache hits, $0.15 for input cache misses, and $0.6 for output. Peak-hour prices will be double the off-peak rates. Please plan your usage accordingly.

198 points | by nickweb 3 hours ago

28 comments

  • jiehong 1 hour ago
    Sounds nice!

    But, the web ui chat version of flash has very poor language following abilities in my experience:

    You may ask it something in English, and get a thinking chain in Chinese with an answer in Chinese, or an English thinking chain and an English answer. Using the retry button on the same question has a 50/50 chance of any of those results.

    Sometimes, asking something in English, but where information are mostly in another language may make the answer in the language where data has been found. The other day, I asked something about a local German thing, in English, and I got an answer in German instead. It’s as if all the language data stirred it away from the language of the user’s question.

    • mattmcal 37 minutes ago
      It's not just web chat, V4 Flash 7/31 suffers from a lot of pathological behavior in coding harnesses as well, e.g. infinite loops, hallucinations, premature termination, and invalid tool calls.
      • pimeys 8 minutes ago
        All of these flash models have this. You have to build your harness so that it deals with it. Infinite loops are solved by having an error message that says what to do differently on failure, invalid tool calls are solved by making the tool schema less strict and detect things in the runtime etc.

        Hallucinations you can't fix. Gemini is a bit worse there than DeepSeek, but there's not much research on how to fix that. The only one is the CaMeL paper by Google, where you tag every prompt and result and then for every assistant response or tool call you first check where it got that data and error if you notice fabrication. This one is really annoying to implement.

        With larger models the fabrication starts when the context grows or if you have too many tools, for flash models it's much earlier. We use the flash models for repetitive agentic tasks, where the prompt defines clearly what to do and how. The whole run is about 4-5 steps typically, and context size stays in the comfort zone.

      • CharlesW 30 minutes ago
        FWIW, I haven’t experienced any of that using V4 Flash via DeepSeek in omp. What’s your coding harness and inference provider?
      • bendangelo 26 minutes ago
        This never happens on the deepseek api. It’s always a different provider using lower quants.
    • swiftcoder 1 hour ago
      I've hit this too, but you can just add "in English" to steer it
      • gentlewater 8 minutes ago
        I finally uninstalled the app yesterday after giving it plenty of chances over several months. Yesterday, I asked it whether «DeepSeek has fixed the issue where it erroneously answers in Chinese?» and it answered in Chinese.
    • apexalpha 1 hour ago
      I have the same issue, sometimes.

      I initially thought it was a trick, that using Chinese chars is somehow more info dense and it saves tokens to 'think' in Chinese.

      But later on it became more erratic. I still wonder if token reduction would work that way.

    • el_io 1 hour ago
      I'm also totally not sure why it do that, but I guess because they're searching from China and web results comeback in Chinese so the model start using that.
      • kgeist 37 minutes ago
        The web UI's system prompt is also probably in Chinese
    • miroljub 59 minutes ago
      Yep, the same issue. I even defined a dictionary shortcut on my phone to expand aie to "Answer in English!", but every so often it takes 5 times to force it to switch to English.

      Interesting though, when I ask questions in German or my native language, I rarely get Chinese answers. Looks like English is most affected.

      API never answers in Chinese.

    • tinyhouse 51 minutes ago
      I've been working with Pro and it's been great so far.
    • epolanski 1 hour ago
      I've occasionally got chinese characters in anthropic/openai's responses too, locally on codex/claude.

      Hasn't happened in a while, last time was when I was testing fable 5 in june.

      • oefrha 1 hour ago
        I don’t know what model codex uses for session summarization (I use Pro subscription, no third party models), but I get Chinese summaries from time to time, when the only Chinese that could have appeared in the session would be an i18n strings file that it may or may not have loaded. Very puzzling. Last happened yesterday.
  • aftbit 29 minutes ago
    >In keeping with our commitment to user responsibility, following the official launch of V4.1 Flash and prior to the release of V4.1 Pro, all requests to the Pro model will be routed to V4.1 Flash and billed at Flash's price

    Please don't do this kind of thing. If a user has validated a workflow on V4 Pro, they might not want to suddenly start testing it in production on V4.1 Flash. Instead, keep V4 Pro around but deprecated for a defined period of time, then remove it.

    At least as open weights models, it's possible to use something like Together.ai or OpenRouter to run the V4 Pro model as long as other providers keep it up.

    • KoolKat23 6 minutes ago
      I imagine they need the compute. Can expand market share with more users for same amount of compute.

      But I agree with you. I have a dumb workflow that worked well with v4-flash-0731 and I suspect is directing to a newer model that now breaks it.

    • m3kw9 18 minutes ago
      They expect vibe coders to use their models only lol
  • oefrha 2 hours ago
    Source is apparently a banner announcement on https://platform.deepseek.com/usage. Had me searching for a couple minutes...
    • nickweb 2 hours ago
      I swear I put that at the start of the post. Must've managed to miss it when copy and pasting!
  • EbNar 1 hour ago
    Since a few months, I almost exclusively use the Chinese "flash" models for my needs. They are a joy and they cost pennies per answer. Great job.
    • pimeys 1 hour ago
      Yes. I'm working in the agent industry and my god are we excited on new versions of Chinese flash models. The direct competition is Gemini Flash, and these models are much better on agentic tasks with fraction of the task price compared to Gemini. Things like oh here's a set of simple instructions for you to follow, call these tools, return this report. 20-30% of the price per task. And especially Deepseek Flash produces better quality than Gemini does.

      Where Gemini still wins is non-text input what Deepseek cannot do, yet, and Deepseek Flash has this thing of cheaper models where a failing tool call can derail your agent to a retry loop if you're not careful on instructions in the error message.

      If they fix and make the tool calls to work better in non-optimal situations, it's much easier to switch from Gemini without a few weeks of evals and bugfixing.

      • urieiejr 0 minutes ago
        translation

        I make vaporware that doesnt do shit reliably and this chinese crap spouts plausible demos and spam calls more cheaply than the competition saaar

    • ActionHank 1 hour ago
      I am legitimately more excited for this release than any frontier models at this point.

      I don't need a model that can invent new mathematics. I need something that is fast, cheap, and consistent. Give me that and I can build and scale.

    • darkoob12 1 hour ago
      My mental bias always kept me away from Chinese models. Because i know that china is a surveillance state and all the things we know about CCP. But after what we learned about OpenAI and how they most likely used user data to basically cheat in an open competition i think it does not matter which AI provider you use all of them will own your data and all of them can spy on you. So I am willing to switch to Chinese models. This way we help them develop and improve models some day we can run them locally.
      • jsw97 27 minutes ago
        Even you think both cheat, you can't possibly think they both cheat the same amount.
      • ricardobeat 1 hour ago
        These models are open-weights. Anyone can host them, you don’t have to use chinese servers even though most of them offer zero data-retention policies.
        • m00dy 12 minutes ago
          >>zero data-retention policies

          Yeah, that’s basically an industry-wide scam.

      • Mashimo 1 hour ago
        The new meta model is fast and very cheap as well, and when used through OpenCode you get quite a lot of free tokens. But meta is also THE surveillance company, so probably also not a good choice in your case.
        • miroljub 56 minutes ago
          If you work on open source projects, I don't care about surveilance. It's right there on Github with full history anyways.
          • hn8726 27 minutes ago
            Is it? You're still putting a lot of thought and guidance into the agent's harness, the final code is just a tiny bit of that. It's like giving a junior developer final code vs explaining the whys and nuance. Which I'm not sure I want to give Meta
      • el_io 1 hour ago
        You can use those models from Openrouter, they have many Non-Chinese providers.
      • epolanski 1 hour ago
        You're naive if you're thinking the scumbags running the US companies aren't using your data.

        In any case old rules apply: if privacy is a concern don't share the data. I share all my work-related code because it's worthless, but I don't and would never share company business and process details, access to production/user data, etc.

        Meanwhile I know of people connecting all the kind of MCPs for datadog/sentry/jira/concluce/production databases to their harnessess..lol.

    • serf 1 hour ago
      I recently had to config my harness to watch for cybersecurity flags from astra and funnel requests to flash when they occur because Astra gets queezy when you talk to it about UDP packets in games.

      Works fantastic. Glad there is a more 'uncensored' thing to fall back to when the frontier folk are too sensitive.

      • nicce 50 minutes ago
        The only positive side is that it is harder for students to feed university exercises to the agent in cybersecurity and expect it to make them all.
    • XzAeRosho 1 hour ago
      Same for me. DeepSeek models are incredibly good at implementation and light planning. I still default to Opus models for feature planning, but for most simple features the Pro models suffice.

      Incredible good value and product they have built.

  • npn 14 minutes ago
    Crazy that they still keep the price -- or actually decrease it, even -- despite it is a big improvement. I hope it retains some of the tps speed of the preview release though, 300 tps means gemini flash is no longer "the fastest option" any more.
  • k__ 29 minutes ago
    Beta testers report >400 TPS.

    https://www.geeky-gadgets.com/deepseek-v4-1-flash-review/

    I hope some of those speed increases will make it to production.

    • esafak 26 minutes ago
      That ought to be DeepSeek's real differentiator; all the other Chinese models are slow.
  • NitpickLawyer 56 minutes ago
    It's interesting that this is the third lab to find problems with larger models. Earlier last year oAI was rumoured to have failed their large pretrain. Now google has problems with their pro series, and ds just announced the same. There are some rumours on chinese forums talking about problems with the pretraining phase, so this is not mid/post training related.

    I wonder if this comes from using the bad architecture scaled up (and it hits some limits) or if this is a data problem (undertrained? bad data? bad pre-processing using smaller models?)...

    • wolttam 23 minutes ago
      Just my intuition about it but it does seem like a data issue.

      V4 flash and V4 pro feel very similar, which would make sense if they were pre-trained on largely the same corpus.

      All that would suggest to me is that V4 Flash is capable of absorbing the data they’re throwing at it, and we’re still nowhere near the data limits of their larger 1.6T model

    • pixelesque 23 minutes ago
      Where are you seeing them having an issue with the larger (Pro) model?

      The announcement specifically says 4.1 Pro will be released in the future.

  • postalcoder 1 hour ago
    I hope DeepSeek takes some time to improve their tuning for reasoning effort. Right now, there are only three reasoning efforts: low, high, and max.

    For all intents and purposes, "low" is pretty much the same as turning reasoning off, and "high" is similar to "max". "High/max" performs way too much reasoning, takes forever, and causes costs to balloon. They need a proper "medium" setting.

    I get it that they're probably focused on pushing performance right now, but the ergonomics of the model aren't great.

    • tarruda 1 hour ago
      I would rather have just 3 levels: low, medium and high.
    • iamniels 1 hour ago
      I switched to GLM-5.3 flash on high for this reason. Too many "but wait" in the Deepseek-v4 reasoning.
  • simonw 56 minutes ago
    > all requests to the Pro model will be routed to V4.1 Flash and billed at Flash's price

    If I'd carefully tested and optimized prompts against Pro I wouldn't be keen on this particular news. I feel like API model providers should lean towards not swapping out models on their paying customers, no matter how much "better" the new model is meant to be.

    • tjwebbnorfolk 52 minutes ago
      Sure, but if a company decided to place a remote chinese hedge fund's API at the center of a critical business workflow, this is a lesson better learned sooner rather than later.
    • satory 26 minutes ago
      [flagged]
  • tarruda 2 hours ago
    Hopefully it will be open weights and have the same architecture and size as the current v4 flash vision, which is probably the best LLM that can be run on 128G devices.
    • fluoridation 2 hours ago
      Interesting, I had assumed it'd be too large to fit. What quant and context size are you running?
      • tarruda 1 hour ago
        IQ3_XXS (~3.2 BPW). For me this is an option because my Mac studio is only used for serving LLMs, so I can afford to dedicate most of its RAM to this. I can run with 256k context and only uses ~117G, with the remaining (up to 125G which I can allocate to VRAM) being used for prompt caching and context checkpoints.

        I'm making my own quants, though the Vision-Exp version is outdated and won't work on llama.cpp master branch (I built it before llama added support):

        - https://huggingface.co/tarruda/DeepSeek-V4-Flash-0731-GGUF

        - https://huggingface.co/tarruda/DeepSeek-V4-Flash-Vision-Exp-...

        For the Vision-exp version, I also ran perplexity + KLD against the original MXFP4. Seems quite OK: https://huggingface.co/tarruda/DeepSeek-V4-Flash-Vision-Exp-...

        • fluoridation 1 hour ago
          Thanks, I'll give that a try. I basically have the same use case, only on Strix Halo.
          • tarruda 5 minutes ago
            Don't use my Vision-Exp GGUF though. As I said I built those GGUFs before llama.cpp supported, and they can't be loaded on current master (require my own branch).

            I already have new GGUFs but haven't uploaded yet. If you want Vision-Exp, maybe use bartowski or unsloth's GGUFs.

            Side note:

            As an alternative to deepseek v4, you might want to give it a shot at qwen 3.8 flash next. I have IQ4_NL GGUFs that can be loaded fully into 128G, or Q5_K GGUFs that can offload the PLE to disk (use --load-mode none --lazy-mode on for that): https://huggingface.co/tarruda/Qwen3.8-Flash-Next-GGUF.

            llama.cpp master is still somewhat bad in Qwen 3.8 next performance, but I was able to achieve 40tps tg and 600 tps pp on my private branch.

  • coopykins 15 minutes ago
    I really enjoy using V4 Flash for digging though data and such. Its a very good model for the price. Looking forward to this one.
  • damsta 21 minutes ago
    > all requests to the Pro model will be routed to V4.1 Flash and billed at Flash's price

    While V4.1 Flash performance and cost looks promising this auto re-routing sounds concerning

  • edude03 39 minutes ago
    I've been watching a bunch of bycloud on YouTube recently, and although he's done a great job reviewing papers from the big AI labs, I feel like I'm missing something - how have all the labs seemingly made a model that's cheaper, faster AND has better performance? Historically `flash` variants (like codex spark as well) have been faster but perform worse
    • _3u10 34 minutes ago
      That’s how increasing performance works. You make a model 10x faster, then you make it think 2x as much.

      Its cost is now 1/10th per token, and 1/5th per task.

      Basically they have shitty hardware so they have to do a lot of optimization. Think of it like replacing an O(n) algorithm with O(log n).

      Anthropic / Open AI think the best path is the most intelligent models deepseek is more focused on tok/$

    • slickytail 30 minutes ago
      [dead]
  • nicman23 26 minutes ago
    qwen3.8-flash-next on a single rtx6000 (~1 euro per hour on a spot vm) with buun-llama is i think the cheapest reasoning / euro atm.

    hope deepseek makes me change my setup again

  • stanac 29 minutes ago
    My problem with V4 flash is output limit. When I need to write or rewrite a larger file (~1000 lines of code) it will fail with message like output limit reached.
  • a-ve 1 hour ago
    I've been using deepseek-v4-flash as a "worker" model with Claude Code to implement a tool using Rust/Iroh for my personal use, and it works fairly nicely when I use Opus as the planner/reviewer model. It seems to follow the plan generated by Opus, albeit with a few misses here and there that it cleans up later after being reviewed by Opus.

    Fairly excited for the v4.1 launch. Input cache hit prices have been halved, which looks nice.

  • nickweb 2 hours ago
    Via nitter: https://xcancel.com/JustinGorya/status/2097287080128708930

    Looks like the new model can be used if summoned via the API but the API won't list it.

  • hinow 1 hour ago
    But what no one mentions is that the price is going from a starting point of $0.16 to $0.60, so basically they're charging nearly four times as much.
    • KyleTheDev 49 minutes ago
      Like _aavaa_ said, make sure you're comparing the right vals 1:1. There's different costs for cache hit, cache misses, output tokens, etc. This one seems, during non-peak hours, cheaper. Peak hours are obviously more expensive, if they're gonna be 2x non-peak pricing. But, that might end up decreasing in the future.
      • VulgarExigency 27 minutes ago
        Deepseek already has 2x peak pricing. This is just going to be cheaper across the board.
        • KyleTheDev 20 minutes ago
          Ah, how did I not know about this? I guess I had missed seeing this somewhere, I might just always be using it during off-peak hours. Thanks!
      • hinow 26 minutes ago
        Take a look at the answer below, please. :)
    • _aavaa_ 1 hour ago
      What are you talking about? Current flash prices are 0.66 for output, this is dropping it to 0.60.
      • hinow 29 minutes ago
        This is the notice from DeepSeek regarding their API:

        We will adjust the pricing for the Flash series effective from 12:00 Beijing Time on September 10, 2026. During off-peak hours, the unit price will be $0.003 for input cache hits, $0.15 for input cache misses, and $0.6 for output. Peak-hour prices will be double the off-peak rates. Please plan your usage accordingly.

        ------------------------------------------------------- Hoje em sites como openrouter o valor é de $0.16 output .

        • KyleTheDev 13 minutes ago
          Direct 1:1:1 comparison, for V4.1 Flash - V4 Pro 0813 - V4 Flash 0731

          Input cache hits (per 1m tokens) - $0.003 Vs. $0.022 Vs. $0.007

          Input cache miss (per 1m tokens) - $0.15 Vs. $0.66 Vs. $0.22

          Output (per 1m tokens) - $0.6 Vs. $1.98 Vs. $0.66

          This is taken from https://api-docs.deepseek.com/quick_start/pricing, and it's comparing only off-peak hours pricing. It looks like V4.1 Flash is cheaper than the current 0731 flash model, and much cheaper than the current V4 Pro model.

        • _aavaa_ 16 minutes ago
          Yes, and? This is their current off-peak pricing for their flash model [0]: $0.007 cache, $0.22 input, $0.66.

          0.007 -> 0.003

          0.22 -> 0.15

          0.66 -> 0.60

          Each one is now cheaper.

          [0]: https://api-docs.deepseek.com/quick_start/pricing/

  • swiftcoder 2 hours ago
    If they can keep up this cadence of Flash leap-frogging the previous Pro, we're in for a good time
    • dude250711 36 minutes ago
      Anthropic/OpenAI might step up their anti-distillation defences though.
      • swiftcoder 21 minutes ago
        Nah, we're long past the point where that would make a difference - if they could have done so effectively, they would have before K3 and GLM 5.3 were nipping at their heels...
      • _aavaa_ 31 minutes ago
        They might need to step up their product offerings and offer cheaper.
  • igleria 2 hours ago
    v4 pro was decent then a better cheaper faster model comes now?

    As a consumer I feel like hansel and gretel combined, deepseek could be the witch.

    • throwaway473825 1 hour ago
      It's not unprecedented given that GLM 5.3 Flash was better and cheaper than GLM 5.2.
    • calgoo 1 hour ago
      v4 flash has been working quite well for the majority of my personal projects, with occasional v4 pro or Kimi 3 for the most complicated tasks or to check the overall project progress (when vibe coding).
      • HansHamster 1 hour ago
        I must be doing something wrong. I gave v4 pro a try a couple of days ago, gave it a simple prompt like "clean up functions x and y in file z" and it would always start off promising, just to quickly get sidetracked, start hallucinating problems in the code, and just get stuck for hours until I interrupt it:

        — hmm — 0x2D696370 — little-endian bytes: 70 63 69 2D = 'p','c','i','-' — hmm — WAIT — WAIT — !!!!! — *WAIT — WAIT — WAIT — WAIT — WAIT — WAIT — *HOLD ON — HOLD ON — HOLD ON — WAIT — WAIT — WAIT — WAIT — WAIT — WAIT — WAIT — !!!!!!!! — *WAIT — WAIT — WAIT — WAIT — WAIT — WAIT — WAIT — WAIT — *OK — WAIT — I THINK I FINALLY SEE THE WHOLE PICTURE — I NEVER READ IT — AND — THE LAYOUT — hmm — !!!!! — *WAIT — WAIT — WAIT — WAIT — WAIT — WAIT — WAIT — WAIT — WAIT — HOLD ON — HOLD ON — HOLD ON — HOLD ON

        Then gave the same to Sonnet 5 and it was done 15 - 30 minutes later. I tried v4 pro both in claude code and codewhale with similar results. Haven't tried the new deepseek harness.

        • KyleTheDev 47 minutes ago
          I've been using the 0731 Flash V4 model, via Opencode, and I've had no major issues. It feels very comparable to Opus 4.6/4.7, that I use at work. I haven't ran into any of the problem you mention, so that might be a quirk of V4 pro, the specific harness, or maybe the host you're using?
        • k__ 1 hour ago
          I used flash with pi and it worked pretty well.

          It built this whole IaC plugin from scratch: https://github.com/fllstck/nebius-alchemy

  • tensegrist 1 hour ago

        In keeping with our commitment to user responsibility, following the official launch of V4.1 Flash and prior to the release of V4.1 Pro, all requests to the Pro model will be routed to V4.1 Flash and billed at Flash's price.
    
    just in terms of user perception when selling this sort of service, this is what they call a "good look"
  • aftbit 28 minutes ago
    Will V4.1 Flash and V4.1 pro be open-weights?
  • thrownaway561 1 hour ago
    I will continue to be amazed by how much power you get from DeepSeek Flash for the cost. I have let that puppy lose on so many projects and it is has never let me down. It can build and entire Rails app in no time and even do the tests. For most things, I don't get why people pay the money for Claude. DeepSeek Flash is my default agent in Omarchy.
    • bwfan123 24 minutes ago
      Same, very impressed with v4 flash. It has the right balance of cost and performance.
  • indigodaddy 1 hour ago
    So, will it have vision? (based on deepseek-v4-flash-vision-exp ?)
    • ComputerGuru 18 minutes ago
      Already available via the API as deepseek-v4.1-flash-expires-on-0910, with vision.
  • nicce 1 hour ago
    > In keeping with our commitment to user responsibility, following the official launch of V4.1 Flash and prior to the release of V4.1 Pro, all requests to the Pro model will be routed to V4.1 Flash and billed at Flash's price. If you encounter any issues during your comparative testing between V4 Pro and V4.1 Flash, please do not hesitate to reach out to us with your feedback. Thank you for your support!

    Wow. Imagine OpenAI/Google/Anthropic doing this! Nope.

  • ThouYS 57 minutes ago
    if this beats GLM 5.3 flash, I am sold
    • vib08 22 minutes ago
      i think this will beat GLM 5.3 flash, i mean the last ds4-flash after preview was already great, and i found that more intelligent than GLM 5.3 flash
  • neugls 3 hours ago
    Waiting to use it
  • donk8r 1 hour ago
    [flagged]