AI DevelopmentPlaybook10 min readPublished July 20, 2026

One hard deadline · Jul 24 · announced 2x peak plan, not yet live

DeepSeek's Jul 24 API Cutoff: The Alias Migration Playbook

DeepSeek retires the deepseek-chat and deepseek-reasoner API aliases on July 24, 2026 at 15:59 UTC — the one primary-confirmed fact in a noisy news cycle. Peak-hour 2x pricing is announced but not yet live, and V4 general availability remains unconfirmed on DeepSeek's own docs. Here is the migration playbook.

DA
Digital Applied Team
Senior strategists · Published Jul 20, 2026
PublishedJul 20, 2026
Read time10 min
SourcesDeepSeek docs + press
Alias retirement
Jul 24
15:59 UTC · primary-confirmed
Announced peak multiplier
2x
vs off-peak · not yet live
Announced peak window
7h/day
9–12 + 14–18 Beijing time
July changelog entries
0
on DeepSeek's own docs

DeepSeek's API alias retirement lands on July 24, 2026 at 15:59 UTC: the legacy deepseek-chat and deepseek-reasoner model names stop being valid, per the deprecation notice on DeepSeek's own live pricing page. That single date is the only primary-confirmed fact in a week of louder claims — and it is the one every team calling the DeepSeek API has to act on.

Around that deadline swirls a genuinely confusing news cycle. DeepSeek emailed API subscribers on June 29–30 announcing an "official V4 version" targeted for mid-July, with the first peak-hour surcharge from a major LLM API provider — 2x rates during Beijing business hours. Several secondary sites now assert that V4 went generally available and that peak pricing is live. DeepSeek's own documentation, fetched directly on July 20, says neither: the changelog has zero July entries and the pricing page still shows one flat USD rate per model.

This guide separates the three layers cleanly — what is confirmed on primary sources, what is announced but not yet live, and what is secondary-only speculation — then gets operational: exactly what to change before July 24, and how to model cost exposure if the announced peak windows do land. It builds on our coverage of DeepSeek's April V4 Preview, where the models behind these aliases shipped.

Key takeaways
  1. 01
    July 24 at 15:59 UTC is the one hard fact.DeepSeek's live pricing page states the deepseek-chat and deepseek-reasoner legacy names will be deprecated on 2026/07/24. Everything else in this news cycle is announced or speculative — this deadline is not.
  2. 02
    Peak-hour 2x pricing is announced, not live.The June 29–30 subscriber email described a peak-valley plan in CNY. As of July 20, DeepSeek's pricing page still shows one flat USD rate per model — no peak/off-peak split appears anywhere in its docs.
  3. 03
    The GA claim is secondary-only.DeepSeek's changelog has no July 2026 entry; the newest V4 item is still the April 24 Preview post. kie.ai's tracker, updated July 19, states plainly that GA has not been dated by the company.
  4. 04
    Migration is mostly a rename — do it now.The retiring aliases already map to deepseek-v4-flash's non-thinking and thinking modes for backward compatibility. Pin explicit model names, retest thinking-mode behavior, and stop depending on alias routing.
  5. 05
    Model exposure before the plan lands.Under the announced windows, a uniform 24/7 workload would pay roughly 29% more; a US-daytime workload would pay roughly nothing extra, because the announced peak hours fall overnight in US time zones.

01The DeadlineThe one hard fact: July 24, 15:59 UTC.

Strip away every contested claim and one sentence remains, in plain text on DeepSeek's current Models & Pricing page: the legacy deepseek-chat and deepseek-reasoner model names will be deprecated on 2026/07/24, at 15:59 UTC. The platform-side pricing page carries the same marker — both aliases are still listed as live, callable model names today, each tagged "(to be deprecated on 2026/07/24)".

That framing matters. The aliases have not been retired yet — as of July 20 they still route. But any request path, SDK default, eval harness, or internal tool that passes either name has a dated expiry, and it is this week. Unlike the GA and pricing questions below, there is no ambiguity to wait out here: the date comes from DeepSeek's own documentation, and no source disputes it.

What the live docs confirm
As of a direct fetch on July 20, 2026, DeepSeek's pricing page (last touched July 13) lists only deepseek-v4-flash and deepseek-v4-pro at one flat USD rate each, with the two legacy aliases marked for deprecation on 2026/07/24. No peak/off-peak tier appears anywhere on the page, and the official changelog's newest V4 entry is still the April 24 Preview announcement.

02MigrationThe migration playbook: a rename with three checks.

The good news: this is a shallow migration. Since the V4 rollout, the two legacy names have been compatibility shims — per DeepSeek's pricing docs, deepseek-chat maps to deepseek-v4-flash's non-thinking mode and deepseek-reasoner maps to its thinking mode. You are not changing models by migrating; you are naming the model you already use.

Retiring Jul 24
deepseek-chat
maps to deepseek-v4-flash · non-thinking mode

The default-chat alias most integrations picked up from quickstart docs. Replace with an explicit deepseek-v4-flash call in its non-thinking configuration, or deliberately step up to deepseek-v4-pro where the workload justifies it.

Deprecated 2026/07/24 · 15:59 UTC
Retiring Jul 24
deepseek-reasoner
maps to deepseek-v4-flash · thinking mode

The reasoning alias from the R1-era naming convention. Replace with deepseek-v4-flash in thinking mode. Retest downstream parsing — reasoning-trace handling is the most common place alias migrations quietly break.

Deprecated 2026/07/24 · 15:59 UTC

Three checks turn the rename into a safe deploy. First, inventory every call site — application code, but also environment variables, gateway and router configs, eval suites, cron jobs, and notebooks, where stale model strings outlive the code that set them. Second, retest mode behavior: if a consumer of deepseek-reasoner parses reasoning output, confirm the explicit thinking-mode call returns what your parser expects. Third, check concurrency assumptions — the current pricing page lists concurrency limits of 2,500 requests for V4-Flash and 500 for V4-Pro, which matters if you are consolidating alias traffic onto explicit names or considering an upgrade to Pro.

Teams still running the older open-weight stack have a bigger decision than a rename — for them, the fuller path is covered in the V3.2-to-V4 migration playbook. For API-only consumers, the checklist above is the whole job, and it fits comfortably inside a day.

Alias callers
Anything passing legacy names

You have a dated expiry this week. Rename to explicit deepseek-v4-flash or deepseek-v4-pro calls, retest thinking-mode parsing, and redeploy before July 24 at 15:59 UTC.

Act before Jul 24
Explicit V4 names
Already pinned to deepseek-v4-*

No action required for the cutoff. Your open item is pricing: watch DeepSeek's pricing page for a peak/off-peak split appearing, since the announced plan has not reached the docs yet.

Watch the docs
Beijing-hours traffic
Workloads peaking in China business hours

If the announced windows land as emailed, your marginal rate doubles for up to 7 hours a day. Model the blended multiplier now and evaluate shifting batch jobs off-peak.

Model 2x exposure
US/EU-daytime traffic
Workloads overnight in Beijing

The announced peak windows fall at roughly 9pm–midnight and 2–6am US Eastern. US-daytime traffic would sit almost entirely off-peak; European mornings partially overlap the second window.

Low announced exposure

03Status MatrixConfirmed vs announced: what the docs actually say.

Most coverage of this story conflates two different things: what DeepSeek's documentation shows right now, and what DeepSeek's June 29 subscriber email said would happen. The matrix below keeps them in separate columns, against a direct fetch of the live docs on July 20 — because a July 24 migration decision should rest on verified state, not on the loudest headline.

DeepSeek V4 pricing and release status matrix comparing what DeepSeek's live documentation showed on July 20, 2026 against what the June 29, 2026 subscriber email announced, with a verification status for each item. Compiled from api-docs.deepseek.com, platform.deepseek.com, TechNode, Odaily, SCMP, TheNextWeb, and kie.ai.
ItemLive docs · fetched Jul 20Announced · Jun 29 emailStatus
The deadline
Legacy alias retirementdeepseek-chat and deepseek-reasoner marked "to be deprecated on 2026/07/24" (15:59 UTC); both still live and routableConsistent — transition to explicit V4 model namesPrimary-confirmed
Pricing
V4-Flash ratesOne flat rate: $0.0028 cache-hit / $0.14 cache-miss input, $0.28 output, per 1M tokensOff-peak unchanged; peak 2x — CNY ¥0.02 / ¥1 / ¥2 off-peak rising to ¥0.04 / ¥2 / ¥4 peakFlat rate live · split announced only
V4-Pro ratesOne flat rate: $0.003625 cache-hit / $0.435 cache-miss input, $0.87 output, per 1M tokensOff-peak unchanged; peak 2x — CNY ¥0.025 / ¥3 / ¥6 off-peak rising to ¥0.05 / ¥6 / ¥12 peakFlat rate live · split announced only
Peak windowsNone — no time-of-day language anywhere on the pricing page9:00–12:00 and 14:00–18:00 Beijing time, daily; all other hours off-peakAnnounced-future
Release status
V4 general availabilityNo July changelog entry; newest V4 item is the April 24 Preview announcement"Official V4 version" targeted for mid-July, per the subscriber email as relayed by TechNode and OdailySecondary-only · disputed

Read the matrix column by column and the story resolves itself. Everything in the middle column is real in the sense that DeepSeek said it — to subscribers, in CNY, with dates. Nothing in the middle column has crossed into the live-docs column yet. The only row where both columns agree is the alias retirement, which is exactly why it is the row to act on.

04The GA Question"V4 is GA" is a claim the primary evidence does not support.

The timeline explains how the confusion formed. April 24: DeepSeek ships the V4 Preview — DeepSeek-V4-Pro at 1.6T total / 49B active parameters and DeepSeek-V4-Flash at 284B / 13B, MIT-licensed, with 1M-token default context. June 29–30: the subscriber email announces an official V4 version targeted for mid-July, plus the peak-valley pricing plan. July 4: two model build IDs (deepseek-v4-pro-202606 and deepseek-v4-flash-202605) leak on X — suggestive of a near-final build, but not an official statement. July 13: DeepSeek's pricing page is last touched, still showing flat rates and live aliases. Then, around July 19, a cluster of secondary sites began asserting that GA had happened.

Against that assertion stand two pieces of primary evidence. DeepSeek's own API changelog contains no July 2026 entry at all — the newest V4-related post remains the April 24 Preview announcement. And the most careful secondary tracker we found, kie.ai's release explainer, updated July 19 — the same window in which rival sites declared GA — explicitly keeps the question open.

The careful tracker's read
kie.ai's DeepSeek V4 tracker (published July 15, updated July 19, 2026) lists under what is not known: "DeepSeek V4 GA has not been dated by the company" — and notes that DeepSeek "has not published GA pricing at time of writing." Vendor-stated benchmark and serving-cost claims relayed through secondary summaries remain unreproduced on diverse workloads, per the same tracker — treat them accordingly.

There is also a tell inside the "GA is here" write-ups worth understanding, because it generalizes to every fast-moving AI pricing story. Several of those posts publish USD "off-peak" prices for V4-Pro and V4-Flash that are identical, to the cent, to the flat rates already on DeepSeek's current pricing page — $0.87 per 1M output tokens for V4-Pro, for instance — and then present exactly double those numbers as the "peak" price. That pattern is consistent with back-calculating from the June 29 announcement rather than reading an actually-updated DeepSeek page. Until DeepSeek's own docs show a peak tier, any USD-denominated peak figure should be treated as unverified extrapolation — which is why this article quotes the announced plan only in the CNY figures the email itself contained.

05Announced PlanThe announced 2x peak plan — in DeepSeek's own terms.

Here is what DeepSeek actually announced, per the June 29–30 subscriber email as relayed by TechNode, Odaily, and SCMP. Peak hours run 9:00am–12:00pm and 2:00pm–6:00pm Beijing time, daily — seven hours in total. During those windows, API prices for V4-Pro and V4-Flash would be exactly 2x the off-peak rate; off-peak prices stay unchanged. DeepSeek framed the mechanism as a way to allocate resources more reasonably and improve service stability.

"The prices for the V4 Pro and V4 Flash models will remain unchanged during off-peak hours, but API prices during peak hours will be adjusted to twice the normal rate."— DeepSeek subscriber email, June 29, 2026, relayed by Odaily

Announced output rates · CNY per 1M tokens · not yet in live docs

Source: DeepSeek subscriber email, Jun 29, 2026, via Odaily / TechNode — announced plan, not live pricing
V4-Pro output · announced peak¥12 per 1M tokens · 2x off-peak
¥12
V4-Pro output · off-peak (unchanged)¥6 per 1M tokens
¥6
V4-Flash output · announced peak¥4 per 1M tokens · 2x off-peak
¥4
V4-Flash output · off-peak (unchanged)¥2 per 1M tokens
¥2
Announced window
Peak hours, Beijing time
7h/day

9:00–12:00 plus 14:00–18:00, daily. In US Eastern time those windows land at roughly 9pm–midnight and 2–6am — overnight for American workloads.

Announced Jun 29 · not live
Announced multiplier
Peak vs off-peak
2x

Every announced peak figure is exactly double its off-peak counterpart, across output, cache-miss input, and cache-hit input, for both V4-Pro and V4-Flash.

CNY figures only
Live peak tiers today
On DeepSeek's docs
0

A direct fetch of the pricing page on July 20 shows one flat USD rate per model and no time-of-day language. TheNextWeb's July 1 framing: planned, not yet live.

Fetched Jul 20, 2026

The full announced schedule, in CNY per 1M tokens: V4-Pro output ¥12 peak against ¥6 off-peak; cache-miss input ¥6 against ¥3; cache-hit input ¥0.05 against ¥0.025. V4-Flash output ¥4 peak against ¥2 off-peak; cache-miss input ¥2 against ¥1; cache-hit input ¥0.04 against ¥0.02. TheNextWeb, writing on July 1, was explicit about the status: the surcharge is planned, not yet live, and launches when the full V4 version goes live in mid-July. As of July 20, that launch has not appeared in DeepSeek's documentation — so the plan remains exactly that.

06Cost ModelingModeling your exposure before the plan lands.

You do not need live pricing to prepare a budget position — the announced structure is enough to bound the outcome. Because off-peak rates are unchanged and peak is exactly 2x, your blended cost multiplier is a single formula: blended multiplier = (peak-hour share of your token spend × 2) + (off-peak share × 1). The table below applies it to four representative traffic patterns, using the announced seven-hour peak window.

Modeled blended cost multipliers under DeepSeek's announced peak-hour pricing plan, by traffic pattern. Formula: blended multiplier equals peak-hour share of token spend times two, plus off-peak share times one. Based on the announced seven-hour daily peak window (9:00–12:00 and 14:00–18:00 Beijing time) from the June 29, 2026 subscriber email — an announced plan, not live pricing.
Traffic patternPeak-hour share of spendBlended multiplierBill impact vs today
US-daytime workloads~0% — announced windows land ~9pm–midnight and 2–6am US Eastern(0.00 × 2) + (1.00 × 1) = 1.00x~+0%
Uniform 24/7 agents~29% — 7 of 24 hours daily(0.29 × 2) + (0.71 × 1) = 1.29x~+29%
Even peak/off-peak split50% of token spend in peak(0.50 × 2) + (0.50 × 1) = 1.50x+50%
Beijing business-hours jobs100% of token spend in peak(1.00 × 2) + (0.00 × 1) = 2.00x+100%

Two levers move you down that table. The first is time-shifting: batch jobs, eval runs, and overnight agent sweeps are usually schedulable, and under the announced windows even a partial shift out of Beijing business hours pulls the blended multiplier toward 1.0. The second is cache discipline: announced cache-hit input rates are two orders of magnitude below cache-miss rates in both tiers, so the cache-first design patterns we covered in our prompt-caching economics guide compound with any time-of-day plan rather than competing with it. For the cross-provider baseline to compare against, start from our LLM API pricing tracker. And if routing decisions like this sit inside a larger AI operating model you are still designing, that is the exact scope of our AI transformation engagements.

07SignalsWhat a peak surcharge signals about the price war.

The interpretive story here is bigger than one vendor's billing page. DeepSeek spent roughly a year as the aggressive price-setter in LLM APIs — it made its V4 Preview's 75%-off promotional pricing permanent, and competitors repeatedly repriced in response. A peak-hour surcharge is that same company saying its cheapest hours can stay cheap only because its busiest hours will not. TheNextWeb read the announcement as a signal the price war may be cooling; we read it more specifically — as capacity economics surfacing in the price sheet. Inference capacity at peak demand is the scarce resource, and DeepSeek is the first major provider willing to say so in the rate card rather than in rate limits and degraded latency. Reuters' July 7 report that DeepSeek is developing its own inference-focused AI chip fits the same cost-control arc.

It is not happening in isolation. Coverage of the July 19 Qwen3.8 launch describes Alibaba Cloud running the inverse mechanic — extra discounts on night-time usage rather than surcharges at peak — a different company pulling the same time-of-day lever from the opposite direction; we cover that release in our Qwen3.8-Max-Preview analysis. Do not conflate the two: Alibaba discounts the quiet hours, DeepSeek's announced plan surcharges the busy ones.

Projecting forward: if DeepSeek's plan ships and holds, expect time-of-day pricing to spread the way per-token caching discounts did — first as a differentiator, then as a norm. The durable defense is architectural. Teams that build workloads to be time-shiftable and cache-first will treat congestion pricing as an arbitrage; teams with rigid, always-on pipelines will treat it as a tax. That design choice is available now, before any peak window goes live.

"the cheapest name in AI just got dearer at the busiest time of day"— TheNextWeb, July 1, 2026, on the announced plan

08ConclusionAct on the fact, model the plan, ignore the noise.

The July 24 decision

Migrate on the confirmed deadline. Budget on the announced plan. Wait on the GA claim.

This story sorts into three tiers of certainty, and each tier gets its own action. The confirmed tier — the July 24 retirement of deepseek-chat and deepseek-reasoner — gets a deploy: rename to explicit V4 model names, retest thinking-mode parsing, and check concurrency assumptions this week.

The announced tier — 2x peak pricing across a seven-hour Beijing window — gets a spreadsheet, not a panic. The blended-multiplier math above bounds your exposure from roughly zero for US-daytime traffic to +100% for Beijing business-hours batch jobs, and the levers that reduce it — time-shifting and cache-first design — are worth pulling regardless of whether this specific plan ships on schedule.

And the contested tier — "V4 is GA" — gets patience. DeepSeek's own changelog and pricing page, fetched directly, do not yet say what the louder secondary posts claim. In a cycle where some sites are demonstrably doubling flat rates to invent peak prices, the discipline of separating live documentation from announcements is not pedantry — it is how you avoid making a real migration decision on an invented number.

Migrate before the cutoff

Deadlines like July 24 are easy — when someone owns the migration.

Our team migrates production AI workloads across model deprecations, models pricing exposure before it lands, and builds cache-first, time-shiftable agent architectures — delivered in days, not quarters.

Free consultationExpert guidanceTailored solutions
What we work on

API migration & cost engagements

  • Model-deprecation audits across every call site
  • Blended-rate exposure modeling for announced pricing
  • Cache-first agent architecture and routing
  • Multi-vendor failover — DeepSeek / GPT / Claude / Qwen
  • Ongoing pricing-change monitoring and response
FAQ · DeepSeek Jul 24 cutoff

The questions we get every week.

DeepSeek retires its two legacy API model names, deepseek-chat and deepseek-reasoner. The deadline appears in plain text on DeepSeek's own Models & Pricing documentation, which marks both aliases as “to be deprecated on 2026/07/24” — it is the one fully primary-confirmed fact in the current DeepSeek news cycle. As of July 20 both names were still live and routable, so nothing has broken yet; but any request that passes either alias after the cutoff should be expected to fail. The fix is to replace the aliases with explicit model names — deepseek-v4-flash or deepseek-v4-pro — everywhere they appear: application code, environment variables, gateway configs, eval harnesses, and scheduled jobs.
Related dispatches

Continue exploring AI pricing shifts.