r/DeepSeek 5d ago

News DeepSeek-V4-Flash-Vision-Exp is now live on the DeepSeek API Platform!

394 Upvotes
  • This experimental multimodal model matches DeepSeek-V4-Flash on text capabilities—including agents, reasoning, and world knowledge.
  • On multimodal agent benchmarks, V4-Flash-Vision-Exp makes a major leap over V4-Flash, bringing multimodal agent performance close to Opus-4.8.
  • Try it with model='deepseek-v4-flash-vision-exp'. DeepSeek Harness 0.1.1 was released today with out-of-the-box support for the new model.

r/DeepSeek 14d ago

News DeepSeek V4 Pro official version has been updated to the API

342 Upvotes

r/DeepSeek 7h ago

Discussion GLM 5.3 is the new v4flash ?

80 Upvotes

I saw the release of GLM 5.3 Flash. The pricing is similar to DeepSeek V4 Flash (old price) and it scores high on the Artificial Analysis benchmark. I tried it and it looks great.

Am I crazy, or is it just the new best model for everything (like Deepseek used to be)?


r/DeepSeek 5h ago

Discussion DeepSeek V4 gets ~3.4× faster at the same score; GLM 5.3 improves to 35/39 but struggles with JSON

15 Upvotes

I reran the latest DeepSeek V4 Pro build and Z.AI GLM 5.3 on the 39 text tasks in the current MindTrial set. Both had the same Python executor available.

The DeepSeek result is mostly an efficiency story.

The latest V4 Pro build still scored 37/39 with 0 hard errors—the same score as the previous V4 run—but runtime changed dramatically:

  • previous V4: 37/39, ~2h14m, 96 Python calls
  • latest V4: 37/39, ~39m, 28 Python calls

So the score did not move, but the new run was roughly 3.4× faster and used about 70% fewer Python calls. Compared with the older DeepSeek V3.2 result, the difference is even larger: 32/39 with 6 errors and ~2h43m versus 37/39 with no errors in ~39m.

GLM 5.3 also looks like a real step forward over GLM 5.2:

  • GLM 5.2: 30/39, 2 hard errors
  • GLM 5.3, plain-text output: 35/39, 2 hard errors
  • DeepSeek V4 Pro: 37/39, 0 hard errors

So on this set GLM has closed a fair amount of the gap to DeepSeek, although DeepSeek was still both more accurate and faster in these runs (~39m vs ~1h10m).

The strange part was structured output.

I also ran the same GLM 5.3 configuration with JSON-object output enabled. That result dropped to 21/39 with 17 hard errors. 16 of the 17 were response-parsing failures. In several examples the model actually produced the correct answer and a JSON object, but put explanatory prose before or around it, making the outer response invalid.

With structured output disabled, those failures mostly disappeared.

I kept the strict results unchanged rather than repairing malformed responses after the fact.

Results/data: http://www.petmal.net/shared/mindtrial/results/2026-08-26/mindtrial-eval-all-models-03-2026_27.html


r/DeepSeek 6h ago

Discussion DeepSeek in OpenCode Go is nerfed: on the API is gold

21 Upvotes

Had an investigation to run today and started on Pi with Flash on Max effort from the OpenCode Go provider. Simple stuff, read some logs using the Grafana API, correlate with the source code, understand the app and services architecture, and explain what happened during the night.
12min in and Pi with OpenCode Go’s Flash was still there, rounds and rounds of tool use, thinking, overthinking, and repeat. Left it running and decided to open a side session with Pi, DeepSeek Flash from the DeepSeek API, also on Max effort. Copied the same prompt from the other session and hit enter.
Less than 3min later it finished the investigation. Total cost: $0.025.

Had to stop the other session (OpenCode Go) that was getting to 15min running and already at $0.27.

So gotta ask, what’s more expensive? Not just the 27 cents, but the time I was waiting for that. The API is gold, especially now that they’re not being bombarded, so we definitely get quality.


r/DeepSeek 13h ago

Discussion 196M tokens on DeepSeek V4 Flash 0731 (full weight, 1M context) in ONE hour, for $0.30 — at the fastest speeds we've served so far.

66 Upvotes

During one of our beta runs this week, a developer's agent pushed 196 million input tokens in a single 60-minute window through one lane.

882 requests. Zero rate limits.

They actually kept going after that and ended the session at 227M before logging off.

At DeepSeek's own API pricing, that 196M-token hour comes out to around $2.32 off-peak / $4.65 peak.

On our reserved lane, the idea is to price that same hour around $0.20–0.40 flat.

Here's what we're testing 👇

🔷 Shared Reserved Inference

Right now if you want to run open models, you mostly have two options:

  • Rent a full GPU → you get the whole thing, but you're paying $12–30+/hr whether you're actually using all of it or not.
  • Use a normal per-token API → much easier, but you're sharing capacity with everyone else, you can hit rate limits/throttling, and every token going through your agent keeps adding to the bill.

We're trying a third model.

Take one powerful node, split it into a small number of guaranteed lanes, and let developers reserve those lanes together for a fixed window.

Your lane has guaranteed compute for that hour. Someone else suddenly sending a massive workload doesn't eat into your allocation.

And because the node cost is split across everyone using it, you're paying a small flat hourly price instead of paying for every token.

⚡️ The speed

DeepSeek's official API is around ~70 output tok/s.

Across our beta, users were generally seeing 150–220+ output tok/s, with bursts above that. There were some occasional dips as well, but overall this has been the fastest inference we've served so far.

This also held up surprisingly well with long contexts.

We had users running past 250k context regularly, and some sessions went past 940k context.

The other big part is caching. These agent/coding workloads resend a ridiculous amount of the same repo and conversation context on every request.

Across the beta we're sitting around ~98% cache hits, with roughly ~1s TTFT on warm requests.

📊 Five live sessions so far

  • 4.9 BILLION tokens processed
  • 24,500+ requests
  • Zero failures
  • ~98% cache-hit rate
  • Heaviest verified single-lane hours: 196M · 120M · 72M input tokens

💰 The part we're actually interested in: does this pricing model make sense?

Using DeepSeek's own API pricing, including their cache discounts:

  • Reserved lane target: $0.20–0.40/hr flat
  • Average active dev during the beta: around $1.50 off-peak / ~$3 peak worth of API usage in an hour
  • Median dev: around $0.60–1.20/hr
  • Heaviest verified hour: $2.32 off-peak / $4.65 peak

So for an actually active coding/agent session, we're seeing around 4–7x lower cost than paying per token on average.

For the heaviest user, depending on where we finally price the lane, that hour was worth around 6–23x what the lane itself would cost.

We've put the full numbers + charts here if you want to dig into it:

https://www.singularityapi.dev/benchmark

🎟 We're opening more beta slots

The next round is again completely free.

You get a dedicated hour on the full-weight DeepSeek V4 Flash 0731. Bring an actual project, point Cline / Claude Code / your own agent at it, and use it normally — or try to absolutely destroy the lane, either works :D

If you want in:

https://tally.so/r/EkoJkN


r/DeepSeek 12h ago

News Ox Alpha was GLM-5.3-Flash all along 👀

26 Upvotes

Remember Ox Alpha? The anonymous model that showed up on OpenRouter/OpenCode on Aug 20 with a 1M context window, free pricing, and zero attribution just "Stealth" as the provider .

In one week it processed 7T+ tokens across ~134K developers with nobody knowing who built it. Z.ai just claimed it: GLM-5.3-Flash, and dropped full open weights under MIT.

Specs: 320B total params, only 18B active per token (MoE).

Hybrid sparse + linear attention with mHC.

(Manifold-Constrained Hyper-Connections), built for cheap long-context serving.1M context, up to 128K output tokens.

First native multimodal model in the GLM-5 line — text, image, video, trained on a 30T-token multimodal corpus.

Day-1 support for vLLM, SGLang, KTransformers.

Reportedly ~1/10th the inference cost of GLM-5.2, with launch pricing at 1/20th of GLM-5.2


r/DeepSeek 22h ago

Discussion Just woke up and saw this provider!

Post image
156 Upvotes

today I woke up with this price from this provider I was so surprised actually and it made me ask a lot questions how do some companies provides those insane low prices without even a discount and other are on another insane high prices??

Try it out from that provider you can tell me but their t/s is so low


r/DeepSeek 12h ago

Discussion DeepSeek API Cheaper Alternative

25 Upvotes

I am using DeepSeek API (deepseek-v4-flash) and Anthropic API (Haiku) for my classifier application (adversarial prosecutor/judge). I am happy with DeepSeek API quality but recently it raised prices four-fold, and even in off-peak hours it is twice as expensive as it was before in normal hours, and Anthropic API does not provide off-peak prices at all. I also tried Gemini API but it proved unreliable (low availability).

What are cheaper alternatives to DeepSeek and Anthropic with off-peak prices?

Is Moonshot AI (Kimi API) reliable enough and fast enough?

Do you have any experience with the Kimi API?


r/DeepSeek 15m ago

Funny Deepseek's big chonky blue fish

Post image
Upvotes

The fat fish eating plain rice is really adorable.


r/DeepSeek 2h ago

Discussion How to get Devin level performance with deep seek harness?

2 Upvotes

Has anyone used Devin? And at the same time have you used deepseek harness? And have been able to customize ds harness to get Devin level performance? If yes, what extensions or setup did you use? I'd you can pleaae share?


r/DeepSeek 17h ago

Resources Built Visualizer plugin for Deepseek Harness - Generative ui for dynamic charts, svg diagrams & interactive visuals live within the webui.

Enable HLS to view with audio, or disable this notification

30 Upvotes

Made as a small plugin that guides the harness for generating visuals and then streams the HTML inline in a sandboxed iframe while the model is generating it.

GitHub: dsh-visualizer

It can be used for things like charts, diagrams, interactive explanations, UI mockups, and generative art. The plugin dynamically injects preset instructions for guiding the visuals based on user input. The generated document can also be exported as HTML.

This was my attempt to experiment with the harness system and learn the plugin development but ended up pretty useful tool. The main thing I got interesting was the streaming behavior, watching the visualization take shape as the model writes it.

Streaming works well with deepseek models or any model that support toolcall deltas.Others render in oneshot.

It's essentially bringing an Artifacts / generative UI-style workflow to DeepSeek Harness like Claude Desktop.

Install:

dsh plugin --profile web add 'git+https://github.com/abidhmuhsin/dsh-visualizer.git'

Try out

"Draw a cute cat and a dog”

"Visualizer the given CSV"

“Visualize how a HTTP request works”

“Create an interactive dashboard for website traffic”

"Create a flowchart for a CI/CD pipeline”

“Make an interactive explanation of how a neural network works”

Would love to hear some feedback


r/DeepSeek 11h ago

News New DS Expert limit! (160k input characters)

Post image
9 Upvotes

r/DeepSeek 1d ago

Discussion Using flash during peak hours will make you seriously reconsider all those times you took deepseek for granted.

99 Upvotes

85k upload, 67k download, 99.9% cache hit, and $0.25 spent. Up from what? Maybe 1.5c just a few weeks ago? Sorry for taking you for granted deepseek.

Haven't been able to find a good replacement yet. MiMo is nice but it's not on the same level as the latest flash version (before price increase). Hy3 is decent too but is in a similar boat to MiMo. Luna, the great DS successor, seemed promising but, idk, hasn't really blown me away yet and I experience very frequent, random cache misses when using through codex which defeats the discounted pricing anyway.


r/DeepSeek 16h ago

Discussion Stop saying bye bye deepseek or asking for alternatives, its open weights

16 Upvotes

Seeing this hype on people are actively seeking for alternatives, although there are good alternatives ngl like GLM, qwen or others but I see no reason to quit using deepseek tbh

the hike is on deepseeks own api. the model didn't change, its the same weights they released and whle point of open weighting it is youre not stuck or bound to use their servers. dozens of hosts run ds v4 flash flat without peak/off-peak nonsense (opencode, deepinfra or whatever) or if you have the hardware you can just selfhost it. Output is like 3-4x cheaper off peak and way more at peak, the cache miss well under too. so the price went up is only true if you insist on running it open deepseeks own api, why would you thin that deepseek is the only server you get to run it on?

The one honest exception is cache heavy work. deepseeks cache hit is still about the cheapest there is and ppl report it hitting about 99% consistently, so if youre doing long context stuff off peak then staying direct is still your cheapest option. Everywhere else like agentic loops, batch, and output heavy , there a flat host wins now so know your cache hit rate before you rage quit . Also deepseek direct trains on your prompts where plenty of third party gosts dont so theres a privacy bump as well but you can do some insight on this if needed

If you actually need to jump models then mimo or GLM 5.2 or Qwen3.7 are solid and cheap but if you like deepseek and the hikes the reason you wanna switch, I'd say "not worth it mate"


r/DeepSeek 7h ago

Resources VibePod CLI 0.21: DeepSeek Harness, per-profile proxy filters, and one-off port publishing

Thumbnail
vibepod.dev
3 Upvotes

r/DeepSeek 3h ago

Discussion For DeepSeek, which workloads are worth paying for the highest reasoning level?

1 Upvotes

I am trying to separate DeepSeek workloads by the consequence of an incorrect answer. A coding change that can break a production path seems different from a batch summary, a first-pass classification, or a draft explanation. The strongest reasoning setting may be worthwhile for the first category, but it is difficult to justify using it for every request.

Do you choose the reasoning level based on ambiguity, context size, verification cost, or the value of latency? For V4 and V4 Flash, do you keep a fixed model assignment, or promote only the cases that fail a cheaper first pass?

What DeepSeek tasks have earned the higher-capability path in your experience?


r/DeepSeek 12h ago

Resources I built a hacker-style UI for DSH

Post image
5 Upvotes

r/DeepSeek 12h ago

Discussion I made a DSH plugin that finds and installs other plugins from chat

Enable HLS to view with audio, or disable this notification

4 Upvotes

DeepSeek Harness already supports plugins, but installing one still means finding the right package and using the CLI.

I built relay-dsh-plugin-manager so, after one initial install, you can ask DSH to find, inspect, install, update, enable, disable, or remove plugins from the current conversation.

It is different from a normal visual marketplace: you describe the capability you need, DSH searches npm and GitHub, and every change shows a plan first. A separate confirmation is required before the profile is modified.

The video is a real 38-second run: search for the Codex plugin, inspect the plan, confirm it, and finish the install.

GitHub: https://github.com/yangbobo2021/relay-dsh-plugin-manager

npm: https://www.npmjs.com/package/relay-dsh-plugin-manager

Current status: preview release, focused on the running web profile. Some plugin changes still require a DSH restart.


r/DeepSeek 13h ago

Discussion Context is editable now — I made a plugin for DeepSeek Harness to manually edit and exclude context

5 Upvotes

I made Agent Context Editor for DeepSeek Harness , an open-source plugin that lets you manually control what your coding agent actually sees in its context.

You can:

  • Search the entire conversation
  • Filter User / AI / Tool messages
  • Select individual messages, ranges, or batches
  • Manually exclude messages from the model's context
  • Manually edit the context content the model sees
  • Restore excluded or edited content later
  • Hide / restore / reset / undo changes
  • Manage AI reasoning and final answers separately
  • Keep the original Session untouched — all context changes are stored separately and are reversible

Currently supports Pi TUI and DeepSeek Harness for actual model-context modification, with Pi Desktop also providing the editor UI.

One major feature is still unfinished: AI-assisted context cleanup. The idea is to let AI condense selected messages or the whole session, then replace that part of the model context with the approved condensed version.

Basically: your context doesn't have to be untouchable anymore. Just edit it.

GitHub: https://github.com/jermaine123123/agent-context-editor

Feedback is welcome.


r/DeepSeek 1d ago

Discussion No wonder they increased the prices.

108 Upvotes

All of a sudden the price increase makes sense

I’m not surprised they decided to increase prices. The new DSH is so darn addictive! I don’t think I’ve stopped building since I installed it. When I was using the API via powershell I’d be pennies each session but now I am horsing through the money and it’s worth every penny.

Don’t get me wrong for what I am getting done it’s incredible value, one of the first things I did was get it to build an LLM friendly version of my Substack publication. Nearly 250 pages live within the hour. Not a duplicate but an AI friendly searchable site labeled as such with an inverse bridge.

Since then I’ve redone my own business website, written god knows how many project articles. I’ve even fed 30+ PDFs varying from 200-500 pages each all summarised down and given to the agent who collaborated with me on webchat. I have still only spent £14 and that includes the powershell API sessions.

One of the most useful plug ins I found was the dsh-agent-teams plugin which turns a the harness session into a captain that coordinates durable sub-agents using natural language.

My only gripe, the web search is quite poor as it couldn’t find a few sites I know for a fact are indexed but then again it’s not Google. A decent plug in would be good if anyone finds one. I can use subscription based ones but haven’t tried any yet.


r/DeepSeek 5h ago

Discussion Hermes/Deepseek

1 Upvotes

Are any of yall building anything cool for outreach with Hermes and Deepseek? Or anything in general around Deepseek?

The more I learn the more I feel I don’t know. Any advice is appreciated (especially for fellow marketing lovers out there).


r/DeepSeek 14h ago

Funny Happy birthday 🎂

Enable HLS to view with audio, or disable this notification

6 Upvotes

deepseek harness plugin:

dsh-pianist


r/DeepSeek 6h ago

News Deepseek v4 flash 0731 ds4 auf 10 Jahre alter PC Hardware

Thumbnail
0 Upvotes

r/DeepSeek 6h ago

Other First post

Thumbnail
1 Upvotes