Earlier quoted context omitted.
The nice thing about hosting inference locally is that you can be sure you're not being rug-pulled in any way. This doesn't really help China 'win' though, it's just freeloading on them making their weights openly available.
The good thing is, we're only 2.5 years away from a top of the line MacBook having better local inference than CC Opus does today. That's more than good enough if you're actually getting what CC Opus is capable of. I've never been so excited for the future.
DeepSeek makes the V4 Pro price discount permanent
161–170 of 586 posts
Re: DeepSeek makes the V4 Pro price discount permanent
#162Anyone using deepseek through a gateway (not sure if right term) so there's no data retention? At work we're going through a few hundred million tokens a day in our app (using anthropic models), and we're looking for something significantly cheaper
Yep, I use Cortecs - https://cortecs.ai/ "Europe's LLM ROUTER"
Re: DeepSeek makes the V4 Pro price discount permanent
#163Earlier quoted context omitted.
You can use V4 Pro with Claude Code [1]. I tried it and it's impressive. [1]: https://api-docs.deepseek.com/quick_start/agent_integrations...
How does the cost compare using the API vs the $20/month plans with other providers? I did some back of the envelope calculations and it seems like you would pay $5/month using DeepSeek directly or $15-20 with OpenRouter or similar. But would be interested to hear real world usage.
Re: DeepSeek makes the V4 Pro price discount permanent
#164I am more worried about accidental data leak (agent reading env file for example) with the Chinese hosted models compared to the US hosted models. Am I wrong to suspect that the Chinese government might be more likely to scan all chats and save useful information compared to the US government or company? I hesitated to even post this comment as it sounds biased and xenophobic. I would love for someone to convince me…
Re: DeepSeek makes the V4 Pro price discount permanent
#165Re: DeepSeek makes the V4 Pro price discount permanent
#166I am more worried about accidental data leak (agent reading env file for example) with the Chinese hosted models compared to the US hosted models. Am I wrong to suspect that the Chinese government might be more likely to scan all chats and save useful information compared to the US government or company? I hesitated to even post this comment as it sounds biased and xenophobic. I would love for someone to convince me…
[flagged]
Re: DeepSeek makes the V4 Pro price discount permanent
#167Re: DeepSeek makes the V4 Pro price discount permanent
#168Earlier quoted context omitted.
You can use V4 Pro with Claude Code [1]. I tried it and it's impressive. [1]: https://api-docs.deepseek.com/quick_start/agent_integrations...
I am curious - Is there a way to switch between models depending on the task? Because I believe Deepseek V4 is not multimodal and it will be good to switch back to Claude if vision or other capabilities are required.
Re: DeepSeek makes the V4 Pro price discount permanent
#169TIL I might be able to use DeepSeek directly from VS Copilot https://github.com/Vizards/deepseek-v4-for-copilot (disclaimer: I have to try it yet).
https://api-docs.deepseek.com/quick_start/agent_integrations...
Re: DeepSeek makes the V4 Pro price discount permanent
#170We've been working on a project which can be thought of as an agent, just not for coding. So we've been building everything: agents, sub-agents, RAG, dynamic intent detection, changing models based on what's being done, etc. In our tests, DeepSeek V4-flash is the cheapest model with acceptable replies (few hallucinations, while finding the right information). It's not the cheapest one we run overall (we're actually surviving with 3B models for some tasks), but it's definitely the one powering the system and driving the main "agent".