As I also said on Twitter - it really amazes me how fearless Deepseek are. Every single model release is packed with new and crazy clever ideas and somehow, they always commit to training them at near frontier scale.
I know everybody wants the tell all story of the clever ideas that were developed over the last ~3 years at Anthropic and OpenAI, but what I really want to thumb through is DeepSeek's notebook of "brilliant but didn't quite make the cut" ideas.
They must be trying some truely bonkers stuff to be able to land this much architecture novelty in their full releases.
Already on HuggingFace: https://huggingface.co/deepseek-ai/DeepSeek-V4.1-Flash
The bad news is that the original v4 flash was 284B, which was large but still somewhat reasonable for running locally. This one is 552B so almost twice that, so the huge gains in benchmark scores make sense - it's not really flash anymore, imo.
I've no idea about actual performance vs benchmaxxing, though deepseek was fairly trustworthy as far as Chinese models go. If that holds (and if it doesn't think forever, as deepseek 4 sometimes did) it's probably the newest king of the hill amongst open weights models.
It does include vision, and they do something funky with KV cache so it's very efficient: "[...] these designs reduce the global KV cache footprint to 890 bytes per token — roughly 1/4 of DeepSeek-V4-Flash". I do appreciate the high focus on efficiency, but at this point we sure could use a flash-flash version.
@edit: I couldn't make sense what the actual parameter count is, with the addition of Engram memory. To my understanding the 4.1 flash is 552B parameters you want in vram or ram, out of which ~16B is active (8B for prefill). It also includes additional 196B Engram memory which you can put on an SSD. I think.
Assuming that's correct 256 GB memory is insufficient to even load the model at q4 - you'd be 1GB short, assuming you can fill it to 100% (so no mac). You'd also want some for kv cache of course. A 256 GB desktop with some extra VRAM from GPU could run it, but normal consumer boards get real slow once you fill 4 slots so you'll probably want quad channel which is Threadripper or above territory.
I think it's very clear that DeepSeek is obviously the best AI lab in the world.
Every model release seems like it packed with wonderful research and advancements.
Amazing Cyberbench scores. Holy shit.
Too bad that DeepSeek AI went beyond 470b weights (which is a somewhat realistic limit for a 2x 128GB unified memory machine cluster like Strix Halo or Nvidia Spark).
That means that to make the model fit into memory there you need a quantisation of lower than 4bits per weight (which is usually bad) to fit it into the available memory.
I've run some evals on my puzzle game https://redactle.net/llm-leaderboard
Deepseek v4.1 flash is able to solve it some of the time. I've found it burns through more reasoning tokens than any other model. Google models like Gemini 3.8 Flash are still dominating and is able to one-shot most evals while being the cheapest.
I'm curious what other unique evals people are running.
Initial impressions: this is a really strong model and the fact that they reduced prices at the same time makes it an awesome backup model to use when your primary subscription runs out and you need to bridge a few days before it resets.
It also seems to be more willing to just do whatever you ask of it. My favourite benchmark for this is to ask it to download a rom for an old game, that I own. Legal in my juristiction but the US models (except Grok) have a tendency to refuse it.
Official Deepseek v4.1 Flash API costs are more than GPT 5.6 Luna. Deepseek v4 Pro performed worse than Luna, so I wonder if 4.1 Flash will justify the cost.
https://xcancel.com/deepseek_ai/status/2097930608790167907
Should be the link ( now that it works again! :) )
I'm confused, what do they mean when they say they reduced prices?
DeepSeek v4 flash is $0.10 / $0.25 as opposed to this v4.1 bump which is $0.30 / $1.20
OpenCode Go is currently running a 4x usage promo on DeepSeek v4.1 flash, not a bad way to get your feet wet (even if their cache hit prices are probably still very sub-optimal)
If only they managed to tell the mobile app to tell the model to reply in English to English prompts.
I suffix everything with "Reply in English", and even so I‘m getting lots of Chinese.
The architecture changes and systems improvements being brought into LLMs is so awesome to see. It really feels like this is now a systems problem where a defined goal is set then systems optimizations are made around the model architecture to solve it.
Underlying it all is that any architecture can be trained to the same convergence just difference in compute utilization both in training and inference
Looking at the huggingface page, the unsloth people haven't finished quantizing it yet, but I'm sure they're active on it right now. It'll be interesting to see how the capabilities and benchmark tests compare on system where it can fit in under 512GB of RAM with full context.
In terms of coding and command line capabilities I'm also very interested to see a head-to-head of it vs. qwen 3.8-flash-next Q8 which is something like 190GB of memory used when loaded into llama-server. It fits very well in all sorts of 256GB or under class machines.
I'm a big fan of DeepSeek. Also, ask it what model it is :)
In Pi (pi.dev), it tells me it's definitely Claude by Anthropic, via the API via curl it tells me it's "probably ChatGPT", its very funny.
> New Causal Encoder–Decoder architecture: just 8B active parameters for input, 16B for output.
Oh interesting, I can assume what the benefits is for including the Encoder, but whats the downside? I’m thinking GPT (which is decoder only) ruled out Encoder for a reason?
So, while the throughput was 400-500tps in beta its now ~150tps on OpenRouter.
I was hoping for a bit more, but it's still 100% faster for a very good price, so I won't complain.
[dead]
First flash model with multimodal support? I think Flash series might be the main focus going forward for them. Tried it out and it’s better than v4 pro
Jesus, this is a whole nother beast, and a different architecture from their previous flash. Lots of goodies here.
> Causal Encoder-Decoder (CED) architecture: a 40-layer Transformer organized as a 20-layer causal encoder followed by a 20-layer decoder. With CED, the decoder's global KV cache is projected from the final encoder hidden states rather than derived from each decoder layer's own hidden states. This allows the model to activate only 8B parameters per token during prefill and 16B during decode, substantially improving cost efficiency for input-heavy agentic workloads.
> these designs reduce the global KV cache footprint to 890 bytes per token — roughly 1/4 of DeepSeek-V4-Flash.
Faster prefill, lower kv cache (~1GB / 1m context is insane).
> The model supports a continuously controllable reasoning effort setting (integer 1–100) that trades inference cost for accuracy.
Benchmarks are benchmarks, to be seen if they translate to real-world use, but they seem to have focused a lot on post-training with "agentic" scores looking good. "world knowledge" is obviously lower than higher param models.
This seems like a very nice release. Just ran it over my Kubernetes security benchmark that I run for most new releases. It was fast, cheap, and got a high scoring result, nice!
Waiting this model to be on openrouter (with other providers) to test out. In my use case, the GLM 5.3 Flash is the current cheapest and intelligent Flash model, but it’s dog slow at 13tps so I have to leave it run for many minutes then check again then correct it again
While this is very impressive benchmark-wise, GPT-6 Astra showed us that benchmarks don't always correlate 1:1 to intelligence of a model.
When Astra launched, I think Artifical Analysis showed that it was on par with GPT-5.6 Sol and lower than Opus or something like that? Then, they updated the scoring.
I hope that more open source models, including this model, to be "as good to use" as Astra.
The figure on page 5 in [1] is pretty insane
[1] https://huggingface.co/deepseek-ai/DeepSeek-V4.1-Flash/blob/...
A very powerful model, and with multimodal support now, it can be used as a primary model.
Related: https://news.ycombinator.com/item?id=49624603
“DeepSeek launching v4.1 flash cheaper and more capable than v4 pro”
399 points | 19 hours ago | 216 comments
For technical report: https://news.ycombinator.com/item?id=49639110
I speculating but hard to not see that DeepSeek is brewing a full Pro model with those new techniques to come out right around the time of Anthropic and/or OpenAI IPO to tamper the excitement for their offering.
Having this available to find and fix security stuff is a big deal. The model of really good.
Just a reminder that if you want to try this via OpenRouter, DeepSeek openly trains on all of your prompts. So maybe don't go using this to solve the last unforced step of Navier-Stokes. (Or wait until some other providers start hosting this with ZDR or other policies, which shouldn't be too long.)
My question is: what kind of hardware do you need to run this Flash beast locally at a meaningful speed?
They say v4.1flash is so strong that they'll route API calls to v4pro to v4.1flash, lol
super fast true
The bigger story is the compute efficiency - its been running at 300t/s the last days.
What in the world. A point release with 2x the parameters and a different architecture? Jesus. Can’t run this kind of thing on 2x RTX Pro 6k at decent speed. I need to reconfigure my hardware. Massive disappointment on that front. Bloody hell. Glad I didn’t get a DGX Station.
No wonder they retired the Pro model in favour of this.
DeepSeek invented the whole reasoning paradigm and keep pushing for innovation. I hope they get the success they deserve.
Significant jump in pricing. V4 Flash was $0.16/M out, 4.1 is $1.20/M.
[dead]
[dead]
[dead]
[dead]
I am building software factories and deepseek IS the workhorse.
I personally found V4-flash an amazing model and really hungry to try 4.1-flash
For software factories, cost is much more a concern that standard development workflow and using anthropic models is just a non starter
It's so refreshing to see DeepSeek's tech report[1] full of juicy details; meanwhile, something like Fable's system card[2] is like 70% "safety", 10% "model welfare" to make sure little Claude isn't distressed, and 20% benchmark numbers.
[1]: https://huggingface.co/deepseek-ai/DeepSeek-V4.1-Flash/blob/...
[2]: https://www.anthropic.com/claude-fable-5-1-mythos-5-1-system...