#!/bin/sh export ANTHROPIC_BASE_URL=https://api.deepseek.com/anthropic export ANTHROPIC_AUTH_TOKEN=sk-secret export ANTHROPIC_MODEL=deepseek-v4-flash export CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1 exec claude $@
DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
311–320 of 322 posts
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#312Earlier quoted context omitted.
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…
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 poli…
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#313Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#314Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#315Tried DeepSeek V4 Pro and Flash on Open Router and they worked fine - flash might have actually produced a better result, but also the same prompt across different inference providers produced the same result. Then tried DS4 Pro again via tinfoil.sh and got the same design but littered with random Chinese characters in the code. Tinfoil pegs prompt data as private / not trained on. Do know know DS4 providers that are…
i'm confused. how does this prove, or even insinuate, that they're training on your data? and if they were, there's no way it would appear that soon
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#316I'm not exactly sure what the point of this is. Deepseek already has instructions to use its API with many CLI's including Claude Code directly: https://api-docs.deepseek.com/quick_start/agent_integrations...
It's really getting a lot of upvotes so it's nearly as if people were feeling locked-in and wanted a way out but... Why would you keep using CC CLI if you want to use the much cheaper DeepSeek v4 models (Flash and Pro): isn't it the opportunity to kiss CC CLI goodbye and use something not controlled by Anthropic? Anyone here successfully moved from CC CLI to a fully open-source project? I'm asking this as a Claude Co…
Personally I’d say that the closest alternative you’d get is OpenCode.
They are TUI focused and also do have a web/desktop version, though that’s not quite as good as Claude’s Desktop app (and Claude Code functionality within it) yet. The TUI itself is solid though and they support a lot of different providers and models (/connect and /models).
For GUI driven stuff, I’ve personally had good experiences with KiloCode (in Visual Studio Code, personally I also liked RooCode of which KiloCode is a fork, but that stopped development) or just using the Zed editor with their built in agent.
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#317I'm not exactly sure what the point of this is. Deepseek already has instructions to use its API with many CLI's including Claude Code directly: https://api-docs.deepseek.com/quick_start/agent_integrations...
I'm curious how well it actually works. I tried Deepseek with Hermes and Opencode and it seemed extremely bad about using some of the basic tools given, like the Hermes holographic memory tools, even with system prompt instructions strongly pointing them out.
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#318Earlier quoted context omitted.
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…
As of now, OpenRouter offers multiple providers for DeepSeek with ZDR (not sure if they respect it but still).
Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#319Re: DeepClaude – Claude Code agent loop with DeepSeek V4 Pro
#320Earlier quoted context omitted.
I don't always copy paste vibe coded project readme mds into Claude code and ask them to rewrite it but when I do... actually that's all I do now because my goal in life is to make wealthy overvalued companies wealthier.
Anthropic is the opposite of wealthy, the more you use their service, the more money they lose. Unless you think your precious MDs being used for training data is gonna make them rich eventually.