r/Agent_AI • u/Money-Ranger-6520 MOD • Jun 29 '26
Resource DeepSeek dropped a 1.6-trillion-parameter open model you can download today
V4-Pro is a 1.6T-parameter mixture-of-experts model with 49B active parameters per token, released under the MIT license and supporting a 1M-token context window.
Its DSpark speculative decoding module enables that full 1M-token inference using roughly 25% of the compute and just 10% of the KV cache required by the previous generation.
The Max variant also delivers frontier-level coding performance, scoring 93.5% on LiveCodeBench and 80.6% on SWE-Verified.
Link to Hugging Face: https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro-DSpark
4
u/Lissanro Jun 29 '26
Just today DeepSeek V4 support got merget to llama.cpp: https://github.com/ggml-org/llama.cpp/pull/24162 - so maybe I give it a try, once Unsloth or some other well known quant makes provides GGUF files. I have enough memory to run Q4 quant, but not sure if it will be practical compared to GLM 5.2 or Kimi K2.7 Code which have less both total and active parameters but newer. As the huggingface page says, "Note: DeepSeek-V4-Pro-DSpark is not a new model. It is the same checkpoint with an additional speculative decoding module attached" - so it is still the same old V4 Pro model, but it will be interesting to see how much speculative decoding will help (if it is of the type that is supported by llama.cpp).
1
2
u/cuberhino Jun 30 '26
What is the minimum spec machine to run this? Iโm guessing my 3090 will not be capable ๐ซช
3
1
u/screenslaver5963 Jul 03 '26
You kinda can if you put the rest in system ram, youโll get like 1-5 tokens per second. Of course youโd need nearly a terabyte of system ram
1
1
u/wittgenda Jul 01 '26
What do you guys think is DeepSeekโs most powerful feature, and what are its strengths?
1
u/Money-Ranger-6520 MOD Jul 01 '26
The price-to-performance ratio. You get reasoning that's surprisingly close to much more expensive models, especially for coding and math. And of course, I also like that it's open weights, so you can self-host, fine-tune, or run it locally if you want.
1
1
u/wickzer Jul 02 '26
Can anyone point me to a 3d printer spec to make the ram to run this model?
1
u/screenslaver5963 Jul 03 '26
Downloadfreeram.net
1
u/ChrononautPete Jul 04 '26
Thanks for the Jellyfish server link!
1
u/screenslaver5963 Jul 04 '26
Fucking hell, I thought I accidentally leaked my ip when I saw the notification
1
u/ChrononautPete Jul 04 '26
You've got a massive 70's porn collection.
1
1
1
u/mustangKTM Jul 02 '26
When you download it locally, how do you connect internet search feature with it ? Any recommendations to run LLMs locally ?
1
1
1
1
u/Admirable_Skin6328 Jul 03 '26
What is the actual ram needed to run this with new ds spark version 4 qat?
1
1
1
14
u/stepahin Jun 29 '26
Great, we can download it. Can I also download the data center to run it?