DeepSeek V4 is sold through three channels at distinct prices: subscription coding agents, direct API keys, and gateways. Each channel also attaches a different commitment about which model checkpoint handles traffic. On August 16, 2026, that checkpoint difference became the costly one. After DeepSeek changed V4 pricing, resellers adjusted in lockstep. The resulting wave of complaint threads revealed how poorly most customers understood what they were actually buying.

What changed in DeepSeek V4 pricing on August 16, 2026?

DeepSeek moved the V4 family onto peak and off-peak tiers at 16:00 UTC on August 16. Peak windows run 01:00-04:00 and 06:00-10:00 UTC. Those windows bill exactly twice the off-peak rate. Off-peak V4 Flash costs $0.007 / $0.22 / $0.66 per million tokens for cache-hit input, cache-miss input, and output respectively; peak hours double those figures. V4 Pro off-peak lists at $0.022 / $0.66 / $1.98.

Attention concentrated on the cache-hit jump. InfoWorld reported increases exceeding 10x on certain rates. Off-peak cache-hit pricing for V4 Pro rose more than sixfold, and the peak rate rose more than twelvefold. DeepSeek had discounted cache hits by roughly 98%, well above an industry norm closer to 90%. A large share of every agent’s invoice was therefore cache reads billed at nearly zero.

That gap is why the repricing hit coding agents harder than chat interfaces. An agent resubmits a lengthy system prompt plus expanding conversation history on every turn. Most of its input tokens therefore qualify as cache hits. Higher cache-hit prices struck agents in particular.

Why did OpenCode Go cut its DeepSeek limits?

OpenCode Go costs $10 per month and was first marketed as covering up to $60 in aggregate model usage. After DeepSeek published the new rates, the same $10 bought significantly fewer tokens. OpenCode cut its caps within hours. V4 Flash fell by 50% to $30 per month, and V4 Pro fell by 75% to $15.

On r/opencode the reaction arrived quickly. A post titled “Bye bye OpenCode Go” drew 315 upvotes and 108 comments, while a separate thread on the Flash budget added 173. The following day, OpenCode raised the Flash limit back, and the CEO’s public explanation reached 1,517 points, becoming the most upvoted post of the week.

The same mechanics apply to any flat-fee reseller. A subscription that resells metered upstream capacity holds the upstream’s price risk on the reseller’s balance sheet. If the upstream reprices by 10x, the reseller eats the margin, raises the price, or cuts the cap. OpenCode cut the cap publicly in under a day, faster and more candidly than most. Buyers still face a clear tradeoff: a flat fee prices someone else’s cost structure, and that structure can move.

Are you getting the real DeepSeek V4 Flash?

The uncomfortable element is the lack of certainty.

Quantization-aware training is how DeepSeek V4 Flash is built. Routed experts, roughly 96% of the model, reside natively in MXFP4. Remaining parameters use FP8 or BF16. That architecture is what lets the published weights deliver their advertised behavior. Many serverless providers then quantize activations to fp8 on top of that native precision, lowering their own serving costs. The fallout is described by ZenMux’s benchmark writeup: responses drift from the reference weights, and two providers serving the identical model name return results that differ measurably.

The same mechanism gives “same prompt, different answer” complaints a testable explanation and moves them past anecdote. It also raises a sharper question. The OpenCode repository has an open issue, #40409, recording a report that Go’s deepseek-v4-flash self-identifies as DeepSeek V3.2 with a May 2025 knowledge cutoff, while usage is billed against the V4 Flash quota. Treat this as one user’s report on an unresolved issue, not a confirmed finding. Self-identification is unreliable evidence: a model learns its own version from training data, not from the serving stack. The issue remains open and specific, and no refutation has been published.

That practical lesson stands no matter how the issue is resolved. Reproducibility requires a provider that discloses which checkpoint and which precision served each request. Most subscriptions omit that disclosure, because pooled routing across upstreams is what makes the flat fee sustainable.

SEE WHAT YOU’RE ACTUALLY BEING SERVED

How do the three ways to buy DeepSeek V4 compare?

Coding-agent subscriptionDeepSeek direct APIGateway
BillingFlat monthly fee, capped quotaMetered, peak/off-peak splitMetered, one key across providers
Checkpoint guaranteeUsually none disclosedReference weights, first-partyVaries; ask before committing
Price-change exposureReseller absorbs, then adjusts capsYou absorb it directlyReroute to another upstream
Model breadthCurated listDeepSeek onlyHundreds of models
Best forBursty exploratory codingReproducible and off-peak batch workMulti-model production traffic

Buyers can no longer skip the row they once dismissed. Price and breadth are trivial to benchmark on a landing page. Provenance is nowhere disclosed by default, and it is the axis that shifted this month.

How should you access DeepSeek V4?

Pick according to the guarantee that matters to the workload rather than the advertised rate.

  • haimaker.ai — one OpenAI-compatible endpoint that fronts DeepSeek V4 plus hundreds of other models, with per-request cost logging built in. A provider reprice then appears in your own telemetry instead of a community forum post. Choose it when gateway breadth is wanted and routing still needs to be inspectable. The AI API gateway page covers the routing model in full.
  • DeepSeek’s own API — the reference implementation, and the only source that lets you confirm the checkpoint with certainty. It fits workloads that can move inference into off-peak windows, where Flash output costs $0.66 per million tokens.
  • OpenCode Go and similar subscriptions — they suit bursty workloads at a fixed monthly cost. Multiple users in the August discussion threads reported difficulty exhausting even the reduced weekly limits. The tradeoff: which checkpoint you receive cannot be verified.
  • Other gateways — OpenRouter routes across 400+ models from 80+ providers and exposes explicit routing modes. Consolidation is accelerating, though: Stripe agreed to acquire OpenRouter for more than $7B on August 16, a 5.4x markup over its Series B valuation from three months prior.

When a provider is already chosen and only configuration details are needed, the DeepSeek in OpenCode setup guide contains the provider block along with the common /models failure modes. On the broader question of which low-cost API merits a key at all, the cheapest AI API key covers the tier sitting below frontier pricing, and OpenRouter alternatives compares the gateways head to head.

What should you do before the next repricing?

DeepSeek changed its prices twice inside one month. Peak and off-peak tiers indicate that available capacity, rather than profit margins, drives this constraint. An OpenCode engineer’s read at the time was that the increase reflected traffic management rather than financial distress. If that explanation holds, more price changes will be shaped by scheduling rather than a reversion to previous rates.

Minimal-effort preparation is to log the cost for each request on your own infrastructure. The next rate adjustment then appears in metrics before it surfaces on a Reddit thread. Putting the model name and base URL in configuration files instead of hardcoding them also reduces friction, so an upstream switch is a deployment rather than a codebase refactor. After that, the critical architectural question is whether the workload actually requires a verified checkpoint. Resolving that single issue turns the remaining decisions into a standard price comparison.

One limitation remains: these details cannot currently be verified externally on a per-request basis. No major provider includes serving precision or a checkpoint hash in its API responses. Until that changes, confirming provenance means asking the vendor directly instead of relying on independent inspection.

GET ONE KEY FOR DEEPSEEK AND EVERYTHING ELSE

Frequently asked questions

Is OpenCode Go cheaper than the DeepSeek API?

For bursty, exploratory work, a flat monthly subscription makes sense: the fixed cost absorbs usage spikes that metered billing would penalize. Under sustained high-volume load, the direct API tends to be cheaper, particularly during off-peak windows. It is also the sole path that lets you confirm which checkpoint actually handled a given request.

Why do DeepSeek V4 Flash answers differ between providers?

DeepSeek V4 Flash ships quantization-aware-trained weights, keeping routed experts natively in MXFP4 while the remainder sit in FP8 or BF16. Many serverless providers apply an additional fp8 quantization pass to activations to reduce serving cost, which shifts outputs away from the published reference weights. In practice, two providers listing the same model name can return measurably different results.

What changed in DeepSeek V4 pricing in August 2026?

Peak and off-peak pricing took effect at 16:00 UTC on August 16, 2026. Peak windows run 01:00-04:00 and 06:00-10:00 UTC, with rates set to exactly double the off-peak price. Cache-hit input took the steepest increase, up to roughly 1,100% on certain tiers, placing the heaviest burden on agent workloads that lean on prompt caching.