Live data from Hacker News

DeepSeek-V4-Flash Update

api-docs.deepseek.com

141–150 of 362 posts

Re: DeepSeek-V4-Flash Update

#141
post #110

Earlier quoted context omitted.

Does it still say that it's an anthropic model, when asked? I would guess new post-training has fixed that.

Does Claude still say it's Deepseek, when asked? https://news.ycombinator.com/item?id=49082022#49087112 How is that important? Maybe it does, so what?

Not important, just a curiosity. I would expect that kind of knowledge would be pretty well burned into the weights, but what do I know about LLMs. Gemma 4 can answer this question well.

Re: DeepSeek-V4-Flash Update

#142

Earlier quoted context omitted.

Opencode-go gives you $60 worth of DS V4 api usage for $10 per month. Right now I think it's hard to exhaust that when using flash exclusively, and plain API use might even be cheaper! Anyway, for DS usage it's a good deal.

Opencode also have a ZDR (zero data retention) deal with them – if I recall correctly, that's not something you can enable as an individual DeepSeek subscriber.

I really like OpenCode - BUT: there is a loophole the size of Portugal in that ZDR language. All they say is that their providers follow a ZDR policy. I haven’t found anything promising that OpenCode themselves don’t retain Go usage data. Something to be mindful of.

Re: DeepSeek-V4-Flash Update

#143
post #54

Earlier quoted context omitted.

It probably would be called 'deepseek-v4-flash-0731' in API edit: nope, at least deepseek kept "deepseek-v4-flash" and just updated model underneath. I guess preview is no longer worth serving with that release and you'd have to look through inference provider docs to see if they've updated, yeah..

That's what I mean. On DeepSeek it's now just `deepseek-v4-flash`, while OpenRouter calls it `deepseek/deepseek-v4-flash-0731`, so now when someone talks about DeepSeek V4 Flash, like in benchmarks, or other inference providers, which version do they actually mean? The `-0731` style suffix is worse compared to a proper version bump like V4.1.

What I and my team have been doing in papers is just to refer to the OpenRouter slugs. It upsets reviewers because they will complain it "is not sufficiently clear to a wider audience" but I do agree it's the cleanest approach. Also goes to prove how much power OpenRouter has actually...

Re: DeepSeek-V4-Flash Update

#144
post #98
post #26

If the benchmarks are real and reflect actual use, then this is an insane model. This 300B model outperforms the previous DS4 Pro preview model (1.8T params), and it looks like it outperforms GPT 5.6 Luna too. And it's still cheaper than Luna, even with the price decrease. Crazy.

On DeepSWE Deepseek is 54.4% and Luna is 67%

But on Terminal bench, its

* DS4 Flash: 82.7

* GPT 5.6 Luna: 75.7

For reference, that puts it on the third spot behind GPT 5.5 and Fable 5. For some reason GPT 5.6 Sol is not showing in the leaderboard. If it did, then DS4 Flash was number four.

The thing is, even if Luna is better in DeepSWE and has the 80% discount. DeepSeek is still cheaper.

--------------

DeepSeek V4 | Flash GPT-5.6 Luna (New)

--------------

Input (Cache Hit) $0.0028 $0.02

Input (Cache Miss) $0.14 $0.20

Output $0.28 $1.20

--------------

Both Luna and Flash are heavy on the reasoning > output. And the cache hitrate + prices also matter.

Reality is, you can not go wrong with Luna or Flash at those prices. And remember, DeepSeek V4 Pro is still in the rafters, what is ironically closer to Luna's new price.

Re: DeepSeek-V4-Flash Update

#145
post #58

Earlier quoted context omitted.

There's also the 2x spark way, which should be ~8k eur? Someone down the thread reported ~60tps for 2x sparks. That's totally usable for local inference. You can also do 2x 6kPRO in a workstation, for ~20k.

For the same performance, one could even go about 50% cheaper with 16 channel ddr4 + a rtx3090 for prompt processing. But still, even for mid level projects API is orders of magnitude cheaper, since you don't need to set it up and maintain it.

The memory bandwidth of the 2x RTX Pro 6000 Blackwell setup will be 10x higher, which should have an equivalent effect on the generated tokens per second.

Re: DeepSeek-V4-Flash Update

#146

Earlier quoted context omitted.

I looked into it but, at least for me, it goes against the entire philosophy of pi :-)

the entire philosophy of pi is to be extensible

omp is not really pi. Its a very distant fork of it. And its philosophy is completely different, it includes everything you need except workflow skills. Personally, I think it is the best agent coding tool by far, and its what I settled on after trying 6+ different tools.

Re: DeepSeek-V4-Flash Update

#147
post #50

I use deepseek for a lot of my personal day-to-day agent needs, and I will simply put this here and let this speak for itself, last 30 days: - Cost: $4.55USD - API requests: 3,467 - Tokens: 323,183,886 And as an engineer who leads a small team, I have very high standards for quality, and these carry across to my personal projects where I use deepseek. It has not disappointed at all for coding or review tasks. For eve…

Can you give more info on how you use/prompt those LLMs for code review and what kind of prompts you use?

I've had worse experiences doing it because the quality of answer has been quite bad, and I'm wondering if my methods are the reason.

Re: DeepSeek-V4-Flash Update

#148
post #42

Judging by the openrouter leaderboard ranking for today, it looks like Dv4F us more popular than mimov2.5. https://openrouter.ai/rankings?view=day#leaderboard-table These days cost per task is more important, and SOTA models have become expensive.

MiMo, the overlooked sidekick to the hero. Will be interesting to see what Xiaomi bring to the table.

These massive jumps in cheap models, is really great times!

Re: DeepSeek-V4-Flash Update

#149
post #128

Earlier quoted context omitted.

Qwen/Alibaba have stopped doing open weights releases for a while. No grudge or anything, I'm certainly not going to look at a gift horse in the mouth, but both DeepSeek and Moonshot have been very consistent with open weights as well as sharing actually detailed research. In terms of open research, China has absolutely overtaken the US.

Qwen has a pinned tweet stating that 3.8 will be released as open weights soon. I guess it remains to be seen, though, if they’ll do the smaller model sizes or only the big 2.4T one.

Most interesting part IMO is whatever Qwen open weight will include image / video capabilities since its where they are strongest.
Post reply on HN