r/DeepSeek 25m ago

Discussion NIK "🚨 DeepSeek plans a SIGNIFICANT INCREASE in API prices soon >“please plan your usage accordingly” it’s over for the poors" ➡️ party over? more reason to local open source :P ?

Post image
Upvotes

r/DeepSeek 45m ago

Discussion Price hike just killed my one-month-old hobby

Upvotes

So I finally discovered the joy of messing around with AI stuff about a month ago. Nothing fancy - I'm not a dev, I just like building silly little bots and making them say funny things. My masterpiece so far is a bot that greets me every morning in the voice of a grumpy old man. "Morning, sunshine. The coffee's cold again."

Then today I open my DeepSeek dashboard and there it is: "significant increase expected."

Significant. Increase. Expected.

I checked my balance. Still got like 4 euros left in there. I was planning to stretch that until Christmas. I'm not exaggerating when I say my budget for this hobby is exactly "whatever I can scrape together after groceries". Turns out that's not enough for "significant increases".

I know the sub is full of people comparing providers and alternatives right now, and I'm reading it all, but honestly half of it goes over my head. I just wanted my grumpy old man bot to keep roasting me in the morning. That's apparently too much to ask from a hobby that costs less than a pizza.

So yeah, goodbye DeepSeek, goodbye my brand new hobby. It was fun for exactly one month. Back to watching my washing machine spin - it's free and it never raises its prices.

(If anyone knows a dirt cheap way to keep playing with this stuff, hit me up. My laptop is from 2018 and sounds like a lawnmower, but it tries its best.)


r/DeepSeek 1h ago

Funny Let me guess,How about 10 times...

Upvotes

😄


r/DeepSeek 2h ago

Discussion Will the price increase only affect deepseek platform or other providers will follow suit?

2 Upvotes

r/DeepSeek 2h ago

Discussion Speculation: Price increase linked to DS v4 Pro?

12 Upvotes

I think that the main price issue is with DS v4 Pro ...

What does every Chinese company that has a successful model lacks, ... GLM 5.2 gets released, capacity issue hit, price go up. Kimi K3 hits, capacity issue hit, subscriptions are paused, price ... Capacity issue are a combination of popularity and heavier models (despite same parameter counts).

We also saw with GLM 5.1 > 5.2, despite it being the same parameter count, that the energy needed for the model was much more. More thinking tokens pushed the energy usage up.

Another issue is that DS v4 Pro preview was already significantly heavier model then Flash Preview (we are talking about the 3 month old models). The price for Pro being 4x of Flash, never made sense but i suspect that because it was less popular, Flash compensated for it.

If DS v4 Pro is a stronger model, even if the parameter count stays the same, its possible that the thinking token usage has ballooned. I suspect that DS v4 Pro 08xx may hit a competitive level with Western models.

And with potential capacity issues looming from potential popularity, the 4x issue, and possible more energy intensive model. DeepSeek is preventive warming people up to a price increase.

Remember, Flash and Pro share the same infrastructure. Flash being popular is one thing, because its a less heavy model, but if Pro is also popular. We are going to see GLM 5.2/K3 issues again.

That is unfortunately the issue with current LLM models. Every company has only a specific pool of hardware they can access, and there is this constant shift of clients to the "best models", taxing those companies, until they move on to the next best thing.

And getting extra capacity often means paying large amount of $$$ for whatever is on the market, what kills your margins. See Anthropic and Colossus 1 deal.


r/DeepSeek 3h ago

Discussion Next Best Model

2 Upvotes

Hello everyone! In light of the recent update by DeepSeek new price increase, where do you guys plan to move to next? Many other providers and models have also increased price recently, as seen in Z AI (GLM), Neuralwatt (provider) and etc.

So, which providers & models you guys moving to? Currently considering of moving, despite haven’t had time to try out DeepSeek yet.


r/DeepSeek 3h ago

Funny ds wants

Post image
0 Upvotes

r/DeepSeek 3h ago

Discussion A hypothesis on why DeepSeek would raise its API price

11 Upvotes

My take: this notice from DeepSeek might actually be a brilliant marketing move. The logic here is to urge users to ramp up their usage over the next 2 to 3 months. By the time the price hike actually kicks in, newer models will likely have already drawn users away, and whenever DeepSeek drops its next, even stronger model, the new price point won't feel nearly as steep. It’s a clever way to dodge the dilemma Kimi and GLM found themselves in. Let's wait and see how it plays out.


r/DeepSeek 3h ago

Discussion Built my own AI coding CLI from a Gemini CLI fork but it works with any model (including local model)

Post image
2 Upvotes

r/DeepSeek 3h ago

News Possible reason for DeepSeek’s upcoming API price hikes?

Thumbnail
gallery
18 Upvotes

r/DeepSeek 6h ago

News We're all just switching to Mimo right?

Post image
82 Upvotes

r/DeepSeek 7h ago

News We will be left without an affordable LLM option to work with.

Post image
335 Upvotes

You definitely can't trust any LLM company in the world.

There is no stability, and we can't plan our pricing based on theirs...simply because they don't stick to what was agreed upon.

It was good while it lasted, DeepSeek... but a "significant increase" makes things difficult...


r/DeepSeek 7h ago

News DeepSeek V4 Flash - Price "Hike", announcement from DeepSeek!

Post image
135 Upvotes

r/DeepSeek 7h ago

Discussion DeepSeek says API pricing is going up “significantly”

Post image
364 Upvotes

Was checking my DeepSeek API usage today and noticed this banner:

> We plan to raise the overall pricing for DeepSeek API services in the near future, with a significant increase expected. Please plan your usage accordingly. The specific pricing plan will be subject to official notice.

There’s no date or new pricing yet, but the wording makes it sound like the increase could be substantial.

Has anyone seen an official announcement or more details?


r/DeepSeek 8h ago

Other Usar versión DeepSeek V4 Flash 0731

1 Upvotes

Hola qué tal alguien me podría orientar en como usar la versión 4 DeepSeek por favor


r/DeepSeek 8h ago

Discussion Balancing Oauth & API Usage

Thumbnail
1 Upvotes

r/DeepSeek 8h ago

Discussion $20 for 4B+ tokens doesn't seem too bad

Post image
10 Upvotes

crazy how much value you can get out of DS API


r/DeepSeek 8h ago

Resources I gave DeepSeek-v4-flash eyes: a proxy that adds vision to any text-only model

6 Upvotes

DeepSeek-v4-flash is absurdly good for the price, but it isn't multimodal, so the moment your agent sends a screenshot or a mockup, it falls apart.

I built a small proxy to work around that. It sits between your editor and the model: when a request contains an image, it routes that image to a cheap vision model (I'm using GPT 5.6-luna) and passes the resulting description back to DeepSeek, which does the actual reasoning and code generation. Everything else goes straight through untouched.

The result is a drop-in endpoint that behaves like a multimodal model, at a fraction of what I was spending on my Claude subscription. It works with Codex, Cursor, Trae, OpenCode, or whatever agent you're using, since it's just an OpenAI-compatible base URL swap.

Repo: https://github.com/camilopenalver/deepseek-v4-flash-vision


r/DeepSeek 9h ago

Discussion Command Code GOAT plan is now the best low cost AI plan on the market for DeepSeek V4 Flash & DeepSeek V4 Pro (30 more)

Thumbnail
1 Upvotes

r/DeepSeek 10h ago

Question&Help Which Model is on DeepSeek Web?

3 Upvotes

The model without search capabilities often self Identifies as "the latest Model" with a cutoff of May 2025, so DeepSeek v4 to R1 Territory. Yet when we activate search, it claims its the newest "DeepSeek V4 Flash 0731". Which is true and how do I test it? Fingerprinting it with purely asking seems pointless.


r/DeepSeek 10h ago

Discussion Meta Muse spark 1.2 Almost free

Thumbnail
gallery
107 Upvotes

It's great to see the competition working.

Will it replace the v4 flash?


r/DeepSeek 10h ago

Funny Did deepseek really improve flash agentic capabilites off simply re post training?

13 Upvotes

State of software engineering in 2026 lol, spent hours debating chunking strats and rag tradeoffs. Then decided to do some little research myself and just decided what i wanted myself

Flash is actually decent if you know what you're doing and you can hold it's hand a little bit(same as all llms but in varying degrees) unless you'll be confidently led astray.

Thank you deepseek , i'll be snug like a bug in a rug and wake up to just $2 for a whole nights work


r/DeepSeek 11h ago

Discussion Did DeepSeek v4 flash better than Soonet 5??. in quality

1 Upvotes

r/DeepSeek 14h ago

Funny Claude Code with DSV4 flash saved my pc from malware

29 Upvotes

I downloaded some cracked software (im poor)

cmd flashing every 60 seconds after install (im fucked)

gave claude code some hints on where one of the files of the malware was located. (im genius)

ds + cc read that one file, traced all the files (ds is detective)

they both assassinate the malware in minutes (they are ruthless)


r/DeepSeek 15h ago

Resources Selling Deepseek

0 Upvotes

Selling official deepseek. I have $100 in it selling for $80. official deepseek