logoalt Hacker News

rapindtoday at 2:51 AM3 repliesview on HN

ANTHROPIC_MODEL=deepseek-v4-pro[1m] ANTHROPIC_SUBAGENT_MODEL=deepseek-v4-flash

This is what I’ve been using for non-confidential projects for about a week now (soon after v4 came out). I honestly can’t tell the difference, but I’m not doing anything crazy with it either.

Worth noting that I don’t think DeepSeek‘s API lets you opt out of training. Once this is up on other providers though… (OpenRouter is just proxying to DeepSeek atm)


Replies

lhltoday at 10:04 AM

For those that don't want their data trained on, OpenRouter allows you to have account-wide or per-request routing with either provider.data_collection: "deny" or zdr: true (zero data retention).

Also, you can use HuggingFace Inference for DeepSeek V4 or Kimi K2.6, both of which work quite well and route through providers that you can enable/disable (like Together AI, DeepInfra, etc) - you'll have to check their policies but I think most of those commercial inference providers claim to not train on your data either.

show 2 replies
maxgashkovtoday at 9:53 AM

As of now, OpenRouter offers multiple providers for DeepSeek with ZDR (not sure if they respect it but still).

show 1 reply
tarikytoday at 6:26 AM

I wanted to try this. To bring back opus and sonnet do I just reset those env's?

show 2 replies