DeepSeek-v3.1-Terminus
98 points
2 days ago
| 9 comments
| api-docs.deepseek.com
| HN
esafak
2 days ago
[-]
Notable performance improvement in agentic tool use: https://huggingface.co/deepseek-ai/DeepSeek-V3.1-Terminus

The Deepseek provider may train on your prompts: https://openrouter.ai/deepseek/deepseek-v3.1-terminus

reply
bratao
2 days ago
[-]
reply
storus
2 days ago
[-]
I tried V3.1 but it was driving me crazy by ignoring parts of user input, which R1 never did. I had many such instances when e.g. asking about running DeepSeek 671B it instead picked DeepSeek 67B because 671B is too large to exist so I must have made a mistake etc. I concluded that despite being better in benchmarks than R1, it was essentially useless due to this characteristics and I instead started using R1 at OpenRouter. Not sure why deepseek.com removed R1 and left only V3.1 without any ability to switch back, I guess it's cheaper to run.
reply
Grimblewald
1 day ago
[-]
Matches my experience in general as well. I find benchmarks largly useless for comparing current models. Many, despite improved metrics, are strictly worse than predecessors. What little gains they show in some areas, like agentic use here, are often set by far broader and often catastrophic losses.
reply
sbinnee
2 days ago
[-]
> What’s improved? Language consistency: fewer CN/EN mix-ups & no more random chars.

It's good that they made this improvement. But is there any advantages at this point using DeepSeek over Qwen?

reply
IgorPartola
2 days ago
[-]
I wish there was some easy resource to keep up with the latest models. The best I have come up with so far is asking one model to research the others. Realistically I want to know latest versions, best use case, performance (in terms of speed) relative to some baseline, and hardware requirements to run it.
reply
exe34
2 days ago
[-]
> asking one model to research the others.

that's basically choosing are random with extra steps!

reply
throwup238
2 days ago
[-]
Research not spit out the answer based on weights. Just ask Gemini/Claude to do deep research on /r/LocalLLama and HN posts.
reply
Jgoauh
2 days ago
[-]
reply
JimDugan
2 days ago
[-]
Dumb collation of benchmarks that the big labs are essentially training on. Livebench.ai is the industry standard - non contaminated, new questions every few months.
reply
IgorPartola
2 days ago
[-]
Thanks! Are the scores in some way linear here? As in, if model A is rated at 25 and model B at 50, does that mean I will have half the mistakes with model B? Get answers that are 2x more accurate? Or is it subjective?
reply
esafak
1 day ago
[-]
I believe the score represents the fraction of correct answers, so yes.
reply
alexeiz
1 day ago
[-]
It says the best "coding index" is held by Grok 4 and Gemini 2.5 Pro. Give me a break. Nobody uses those models for serious coding. It's dominated by Sonnet 4/Opus 4.1 and GPT-5.
reply
__mharrison__
2 days ago
[-]
I use Aider heavily and find their benchmark to be pretty good. It is updated relatively frequently (a month ago, which may be an eternity in AI time).

https://aider.chat/docs/leaderboards/

reply
comrade1234
2 days ago
[-]
MIT license that lets you run it on your own hardware and make money off of it.
reply
coder543
2 days ago
[-]
Qwen3 models (including their 235B and 480B models) use the Apache-2.0 license, so it’s not like that’s a big difference here.
reply
twotwotwo
2 days ago
[-]
The fast Cerebras thing got me to try the Qwen3 models. I couldn't get them working all that well: they had trouble using the required output format and following instructions. On the other hand, benchmarks say they should be great, and it sounds like maybe some people use them OK via different tools.

I'm curious if my experience was unusual (it very much could be!) and I'd be interested to hear from anyone who's used both.

reply
coder543
2 days ago
[-]
They seem fairly competitive with each other. You would have to benchmark them for your specific use case.
reply
twotwotwo
2 days ago
[-]
Interesting--I'd seen Chinese characters surprise inserted when it was just repeating back input with one provider, but not others. (I'd also occasionally seen tokens surprise-translated to Chinese.)

There's a GitHub bug about it that leads to more discussion here: https://github.com/deepseek-ai/DeepSeek-V3/issues/849

Good to see a fix and that it goes with some benchmark gains!

reply
nojs
2 days ago
[-]
The language mixup thing seems to be an issue across all LLMs, as soon as you put some Chinese in the prompt they will often randomly respond in Chinese.

Also, given a partly Chinese prompt, Qwen will sometimes run its whole thinking trace in Chinese, which anecdotally seems to perform slightly worse for the same prompt versus an English thinking trace.

reply
yu3zhou4
2 days ago
[-]
I see no article in the link, just "news250922" header with some layout
reply
meetpateltech
2 days ago
[-]
It’s up again, check it.

Twitter/X post link: https://twitter.com/deepseek_ai/status/1970117808035074215

Also Hugging Face model link: https://huggingface.co/deepseek-ai/DeepSeek-V3.1-Terminus

reply
binary132
2 days ago
[-]
sure would be neat if these companies would release models that could run on consumer hardware
reply
__mharrison__
2 days ago
[-]
I'm using Qwen3Next on my MBP. It uses around 42GB of memory and, according to Aider benchmarks, has similar perf to GPT-4.1

https://huggingface.co/mlx-community/Qwen3-Next-80B-A3B-Inst...

reply
binary132
19 hours ago
[-]
Just waiting on llama.cpp support :)

I usually use GPT-oss-120B with CPU MoE offloading. It writes at about 10tps, which is useful enough for the limited things I use it for. But I’m curious how Q3 Next will work (or whether I’ll be able to offload and run it with GPU acceleration at all.)

(4090)

reply
edude03
2 days ago
[-]
So there are two ways to look at this - both hinge on how your define "consumer":

1) We haven't managed to distill models enough to get good enough performance to fit in the typical gaming desktop (say, 7B-24b class models). Even then though - most consumers don't have high end desktops, so even a 3060 class GPU requirement would exclude a lot of people.

2) Nothing is stopping you/anyone from buying 24ish 5090s (a consumer hardware product) to get the required ~600GB-1TB of VRAM to run unquantized deepseek except time/money/know how. Sure, it's unreasonably expensive but it's not like labs are conspiring to prevent people from running these models, it's just expensive for everyone and the common person doesn't have the funding to get into it.

reply
regularfry
2 days ago
[-]
> 1) We haven't managed to distill models enough to get good enough performance to fit in the typical gaming desktop (say, 7B-24b class models).

That really depends on what "good enough" means. Qwen3-30b runs absolutely fine at q4 on a 24GB card, although that's also stretching "typical gaming desktop". It's competent as a code completion or aider-type coding agent model in that scenario.

But really we need both. Yes it would be nice to have things targeted to our own particular niche, but there are only so many labs cranking these things out. Small models will only get better from here.

reply
qwertytyyuu
2 days ago
[-]
Simple as hot saturated really quickly huh, less than one year
reply