<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>LLM Pricing on KnightLi Blog</title>
        <link>https://www.knightli.com/en/tags/llm-pricing/</link>
        <description>Recent content in LLM Pricing on KnightLi Blog</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Fri, 01 May 2026 19:47:47 +0800</lastBuildDate><atom:link href="https://www.knightli.com/en/tags/llm-pricing/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>How DeepSeek V4 Price Cuts Rewrite the Cost Model for AI Agents</title>
        <link>https://www.knightli.com/en/2026/05/01/deepseek-v4-price-cuts-ai-agent-economics/</link>
        <pubDate>Fri, 01 May 2026 19:47:47 +0800</pubDate>
        
        <guid>https://www.knightli.com/en/2026/05/01/deepseek-v4-price-cuts-ai-agent-economics/</guid>
        <description>&lt;p&gt;DeepSeek V4 did not arrive with an especially loud launch.
There was no major event, nor a benchmark story that instantly crushed every competitor.
But a few days later, the part that truly affects the industry became visible: repeated price cuts.&lt;/p&gt;
&lt;p&gt;The point of this change is not that &amp;ldquo;the model got a little stronger&amp;rdquo;, but that &amp;ldquo;usage cost has been pushed into another tier&amp;rdquo;.
When token prices become low enough that an ordinary Agent task can finish for a few cents or a couple of yuan, the business logic behind many Coding Plans and Token Plans needs to be reconsidered.&lt;/p&gt;
&lt;h2 id=&#34;launch-day-was-not-explosive&#34;&gt;Launch Day Was Not Explosive
&lt;/h2&gt;&lt;p&gt;The first wave of feedback to DeepSeek V4 was not especially heated.
Many people expected it to deliver the kind of shock R1 did: across-the-board benchmark leadership, validation of domestic compute, and simultaneous breakthroughs in multimodal and Agent capabilities.
After the actual release, however, it looked more like a steady upgrade.&lt;/p&gt;
&lt;p&gt;V4 Pro is indeed a strong model, especially in coding, math, long context, and agentic coding.
But it is not the kind of product that instantly makes every peer model look outdated.
So on launch day, the discussion felt a little awkward: people wanted to praise it, but it was hard to find a sufficiently explosive angle.&lt;/p&gt;
&lt;p&gt;The real turning point was not launch day, but the price adjustments that followed.&lt;/p&gt;
&lt;h2 id=&#34;successive-price-cuts-are-the-key&#34;&gt;Successive Price Cuts Are the Key
&lt;/h2&gt;&lt;p&gt;After DeepSeek V4 was released, prices started to move downward.
According to DeepSeek&amp;rsquo;s official pricing page and the information summarized in the source article, the rough prices at that time were:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;DeepSeek V4 Flash: about 1 yuan per 1 million input tokens; about 0.02 yuan per 1 million tokens after a cache hit;&lt;/li&gt;
&lt;li&gt;DeepSeek V4 Pro: about 3 yuan per 1 million input tokens; about 0.025 yuan per 1 million tokens after a cache hit;&lt;/li&gt;
&lt;li&gt;the cache-hit input price across the model family dropped to one tenth of the launch price;&lt;/li&gt;
&lt;li&gt;V4 Pro was once in a 75% discount period, extended until May 31, 2026 at 23:59.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The API prices in US dollars make the difference easier to see:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Model&lt;/th&gt;
          &lt;th style=&#34;text-align: right&#34;&gt;Cached input&lt;/th&gt;
          &lt;th style=&#34;text-align: right&#34;&gt;Non-cached input&lt;/th&gt;
          &lt;th style=&#34;text-align: right&#34;&gt;Output&lt;/th&gt;
          &lt;th style=&#34;text-align: right&#34;&gt;Context&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;deepseek-v4-flash&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.0028 / 1M tokens&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.14 / 1M tokens&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.28 / 1M tokens&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;1M&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;deepseek-v4-pro&lt;/code&gt; promotional price&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.003625 / 1M tokens&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.435 / 1M tokens&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.87 / 1M tokens&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;1M&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;deepseek-v4-pro&lt;/code&gt; regular price&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.0145 / 1M tokens&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$1.74 / 1M tokens&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$3.48 / 1M tokens&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;1M&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Two details matter here.&lt;/p&gt;
&lt;p&gt;First, V4 Pro&amp;rsquo;s $0.435 / $0.87 is a promotional price, not the long-term regular price.
In DeepSeek&amp;rsquo;s official notes, this 75% discount was extended until May 31, 2026 at 15:59 UTC.&lt;/p&gt;
&lt;p&gt;Second, cache-hit pricing is the key variable in the Agent cost model.
Flash&amp;rsquo;s cached input price is as low as $0.0028 / 1M tokens, while Pro&amp;rsquo;s promotional cached input price is $0.003625 / 1M tokens.
That means repeated project context, tool definitions, system prompts, and historical summaries no longer need to be charged at the full input price.&lt;/p&gt;
&lt;p&gt;The most important thing about this pricing is that it makes the token cost of many tasks &amp;ldquo;insensitive&amp;rdquo;.
In the past, developers worried that one Agent task would consume a large amount of context, repeatedly read and write code, and call tools frequently.
Now, as long as the cache hit rate is high enough, the cost can be pushed very low.&lt;/p&gt;
&lt;h2 id=&#34;price-comparison-with-gpt-and-claude&#34;&gt;Price Comparison With GPT and Claude
&lt;/h2&gt;&lt;p&gt;DeepSeek&amp;rsquo;s own prices alone do not fully convey the gap.
The contrast becomes much clearer when placed next to common closed-source models from the same period.&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Model&lt;/th&gt;
          &lt;th style=&#34;text-align: right&#34;&gt;Input&lt;/th&gt;
          &lt;th style=&#34;text-align: right&#34;&gt;Cached input&lt;/th&gt;
          &lt;th style=&#34;text-align: right&#34;&gt;Output&lt;/th&gt;
          &lt;th&gt;Best fit&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;deepseek-v4-flash&lt;/code&gt;&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.14 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.0028 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.28 / M&lt;/td&gt;
          &lt;td&gt;High-frequency Agents, routine coding, batch tasks&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;deepseek-v4-pro&lt;/code&gt; promotional price&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.435 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.003625 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.87 / M&lt;/td&gt;
          &lt;td&gt;Complex coding, planning, fact checking&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;deepseek-v4-pro&lt;/code&gt; regular price&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$1.74 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.0145 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$3.48 / M&lt;/td&gt;
          &lt;td&gt;Pro cost baseline after the promotion&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;GPT-5.5&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$5 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.50 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$30 / M&lt;/td&gt;
          &lt;td&gt;High-quality complex tasks, general reasoning&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;GPT-5.4&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$2.50 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.25 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$15 / M&lt;/td&gt;
          &lt;td&gt;Mid-range choice for programming and professional tasks&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;GPT-5.4 mini&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.75 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.075 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$4.50 / M&lt;/td&gt;
          &lt;td&gt;Lower-cost general and subtask model&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Claude Opus 4.7&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$5 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.50 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$25 / M&lt;/td&gt;
          &lt;td&gt;High-quality writing, complex reasoning, long tasks&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Claude Sonnet 4.6&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$3 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.30 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$15 / M&lt;/td&gt;
          &lt;td&gt;Programming, Agents, general work&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Claude Haiku 4.5&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$1 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$0.10 / M&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;$5 / M&lt;/td&gt;
          &lt;td&gt;Lightweight tasks, summarization, classification&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The most striking number in this table is output price.
Agents do not only read context; they also keep generating plans, patches, explanations, logs, and next actions.
If there is a lot of output, DeepSeek V4 Pro&amp;rsquo;s promotional $0.87 / M becomes dramatically cheaper than GPT-5.5&amp;rsquo;s $30 / M or Claude Sonnet 4.6&amp;rsquo;s $15 / M.&lt;/p&gt;
&lt;p&gt;Even at V4 Pro&amp;rsquo;s regular output price of $3.48 / M, it is still clearly below GPT-5.4, GPT-5.5, and Claude Sonnet / Opus.
If the task can be handled by Flash, the output price drops further to $0.28 / M.&lt;/p&gt;
&lt;p&gt;The cached input gap is even more extreme.
DeepSeek V4 Flash&amp;rsquo;s cached input price is $0.0028 / M, while GPT-5.5 and Claude Opus 4.7 are both $0.50 / M.
These are not in the same order of magnitude.
For Agents that repeatedly read the same code repository, this gap matters more than it does in ordinary chat.&lt;/p&gt;
&lt;h2 id=&#34;why-agent-tasks-are-especially-affected&#34;&gt;Why Agent Tasks Are Especially Affected
&lt;/h2&gt;&lt;p&gt;AI Agents are different from ordinary chat.
Ordinary chat is usually a question-and-answer flow with relatively limited input context.
Agent tasks repeatedly read project files, generate plans, call tools, inspect results, and then modify code again.&lt;/p&gt;
&lt;p&gt;These tasks have two traits:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;large token consumption;&lt;/li&gt;
&lt;li&gt;lots of repeated context.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The second point is crucial.
In a code project, the model repeatedly reads the same files, directory structure, error logs, and modification results.
If the platform supports cache hits, the cost of repeated input drops sharply.&lt;/p&gt;
&lt;p&gt;The source article mentioned a real experience: connecting DeepSeek V4 Pro and Flash to a Claude Code-like tool, asking it to pull a prompt repository and turn it into a local search site.
The task was completed, with a total cost of roughly a little over 0.8 yuan, and Pro reached a cache hit rate of 98.7%.&lt;/p&gt;
&lt;p&gt;This example illustrates a practical issue: the more an Agent task resembles &amp;ldquo;repeated work around the same project&amp;rdquo;, the more valuable cache hits become.
If generating a website, fixing a bug, or changing a frontend costs only a few cents to a few yuan, subscription plans become less attractive.&lt;/p&gt;
&lt;p&gt;We can estimate the gap with a simplified task.
Assume one coding agent task includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;500,000 input tokens, of which 80% can hit cache;&lt;/li&gt;
&lt;li&gt;50,000 output tokens;&lt;/li&gt;
&lt;li&gt;no tool calls, search costs, or platform markup included, only model token cost.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The rough costs are:&lt;/p&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Model&lt;/th&gt;
          &lt;th style=&#34;text-align: right&#34;&gt;Estimated cost&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;DeepSeek V4 Flash&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;about $0.03&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;DeepSeek V4 Pro promotional price&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;about $0.09&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;DeepSeek V4 Pro regular price&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;about $0.36&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;GPT-5.4 mini&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;about $0.30&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;GPT-5.4&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;about $1.01&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;GPT-5.5&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;about $1.75&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Claude Sonnet 4.6&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;about $1.11&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Claude Opus 4.7&lt;/td&gt;
          &lt;td style=&#34;text-align: right&#34;&gt;about $1.65&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;This estimate does not mean DeepSeek is better for every task.
Model quality, tool-call stability, long-context retrieval ability, coding style, and factual reliability all need separate evaluation.
But from a cost perspective, DeepSeek V4 pushes the marginal cost of &amp;ldquo;letting the Agent run a few more rounds&amp;rdquo; very low.
That will encourage developers to design longer workflows, more frequent self-checks, and more candidate solutions instead of worrying about the token bill every time.&lt;/p&gt;
&lt;h2 id=&#34;the-difference-between-coding-plans-and-token-plans&#34;&gt;The Difference Between Coding Plans and Token Plans
&lt;/h2&gt;&lt;p&gt;Many AI products now offer two types of plans: Coding Plans and Token Plans.&lt;/p&gt;
&lt;p&gt;The rough difference is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Coding Plans are usually mainly for programming;&lt;/li&gt;
&lt;li&gt;Token Plans usually cover more capabilities, such as STT, TTS, image generation, search, embedding, and RAG;&lt;/li&gt;
&lt;li&gt;STT means speech to text;&lt;/li&gt;
&lt;li&gt;TTS means text to speech;&lt;/li&gt;
&lt;li&gt;Coding Plans often restrict users to programming scenarios, while other capabilities still require separate purchases.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;From a business perspective, a Coding Plan is more like a buffet.
Users pay a fixed fee in advance, while the vendor bets that most people will not use up the quota.
Some users consume more, others consume less, and the platform can still make money on average.&lt;/p&gt;
&lt;p&gt;But if pay-as-you-go token prices are low enough, users start calculating: why do I have to buy a plan?
If the real monthly usage cost is only a few yuan or a dozen yuan, a 40-yuan or 200-yuan plan may no longer be worthwhile.&lt;/p&gt;
&lt;h2 id=&#34;why-price-cuts-challenge-the-subscription-model&#34;&gt;Why Price Cuts Challenge the Subscription Model
&lt;/h2&gt;&lt;p&gt;Subscription plans rely on one premise: users feel that each individual use is expensive, or they do not want to calculate the cost of every call.
When token prices are high, a plan feels reassuring.
When token prices are almost negligible, pay-as-you-go becomes more natural.&lt;/p&gt;
&lt;p&gt;DeepSeek V4&amp;rsquo;s price cut effectively reveals the underlying cost:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent tasks can be very cheap;&lt;/li&gt;
&lt;li&gt;long context is not necessarily too expensive to use;&lt;/li&gt;
&lt;li&gt;cache hits can reduce cost significantly;&lt;/li&gt;
&lt;li&gt;ordinary developers do not necessarily need a fixed subscription;&lt;/li&gt;
&lt;li&gt;the model entry point can shift from a &amp;ldquo;plan platform&amp;rdquo; to a &amp;ldquo;low-cost API&amp;rdquo;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This will make platforms built around Coding Plans uncomfortable.
If users find pay-as-you-go calls cheaper and freer, they have less reason to be locked into one platform&amp;rsquo;s subscription.&lt;/p&gt;
&lt;h2 id=&#34;how-to-choose-between-flash-and-pro&#34;&gt;How to Choose Between Flash and Pro
&lt;/h2&gt;&lt;p&gt;A practical way to use DeepSeek V4 is to split work between Flash and Pro.&lt;/p&gt;
&lt;p&gt;Flash is suitable for high-frequency, lightweight, repeatable tasks:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;fixing bugs;&lt;/li&gt;
&lt;li&gt;writing frontend code;&lt;/li&gt;
&lt;li&gt;writing scripts;&lt;/li&gt;
&lt;li&gt;routine code understanding;&lt;/li&gt;
&lt;li&gt;processing ordinary information in long context;&lt;/li&gt;
&lt;li&gt;running large numbers of subtasks.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Flash is cheap, fast, and also supports very long context.
For everyday coding agents, many tasks do not need Pro from the start.&lt;/p&gt;
&lt;p&gt;Pro is better for complex judgment and fallback work:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;multi-round planning;&lt;/li&gt;
&lt;li&gt;complex Agent workflows;&lt;/li&gt;
&lt;li&gt;multiple function calls;&lt;/li&gt;
&lt;li&gt;fact checking;&lt;/li&gt;
&lt;li&gt;financial research;&lt;/li&gt;
&lt;li&gt;content production that requires stronger knowledge and judgment;&lt;/li&gt;
&lt;li&gt;high-risk code changes.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A reasonable setup is: Flash handles volume, Pro handles fallback.
Start ordinary tasks with Flash, then switch to Pro for long-horizon planning, complex judgment, fact checking, or multi-tool collaboration.
This keeps cost under control while preserving model quality.&lt;/p&gt;
&lt;h2 id=&#34;why-deepseek-can-price-this-way&#34;&gt;Why DeepSeek Can Price This Way
&lt;/h2&gt;&lt;p&gt;DeepSeek has a different business structure from many large platforms.
It does not have e-commerce, social networking, short video, cloud computing, phones, cars, office suites, operating systems, browsers, or a large enterprise SaaS ecosystem.&lt;/p&gt;
&lt;p&gt;That means it does not need to lock users into a complete platform.
It can simply sell text model capability: use cheap text models here, and call any other capability elsewhere.&lt;/p&gt;
&lt;p&gt;Large platforms usually think differently.
If you buy their Coding Plan or Token Plan, you are pulled into their cloud, search, image generation, voice, database, and developer-tool ecosystem.
The plan is not merely selling the model; it is competing for the user entry point.&lt;/p&gt;
&lt;p&gt;DeepSeek&amp;rsquo;s approach is more direct: push text model prices down and try to become the default model entry point for Agents.
Once the default entry point is occupied, many developers and toolchains will naturally adapt around it.&lt;/p&gt;
&lt;h2 id=&#34;open-models-and-the-default-entry-point&#34;&gt;Open Models and the Default Entry Point
&lt;/h2&gt;&lt;p&gt;If DeepSeek V4 keeps an open model route, third-party cloud vendors and platforms may deploy it themselves and provide services.
For DeepSeek, that is both distribution and potential diversion.&lt;/p&gt;
&lt;p&gt;This is where a low-price official API matters.
If the official price is already low enough, other platforms will struggle to offer an obvious price advantage even if they can deploy the model.
Users will tend to use the default, cheap, stable entry point directly.&lt;/p&gt;
&lt;p&gt;This is especially true for Agent tools.
Agent tasks depend on long context, caching, tool calls, and stable throughput.
Once a model is cheap enough in these scenarios, it has a chance to become the default option.&lt;/p&gt;
&lt;h2 id=&#34;coding-plans-are-still-not-useless&#34;&gt;Coding Plans Are Still Not Useless
&lt;/h2&gt;&lt;p&gt;This does not mean Coding Plans will disappear immediately.
They still fit some users.&lt;/p&gt;
&lt;p&gt;If some users are truly heavy users who max out their quota every day, a fixed subscription may still be economical.
Just like a buffet, if nobody could ever eat enough to get their money&amp;rsquo;s worth, users would not buy it.&lt;/p&gt;
&lt;p&gt;The problem is that most users are not that kind of extremely high-frequency user.
Low-frequency users, lightweight developers, and people who occasionally write scripts or modify projects are better suited to pay-as-you-go.
After DeepSeek lowers pay-as-you-go costs, the appeal of plans weakens.&lt;/p&gt;
&lt;p&gt;The future is more likely to become a layered choice:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;heavy high-frequency users keep buying Coding Plans;&lt;/li&gt;
&lt;li&gt;ordinary users move to low-cost APIs;&lt;/li&gt;
&lt;li&gt;Agent tools automatically choose Flash / Pro according to the task;&lt;/li&gt;
&lt;li&gt;platform plans need to provide more non-model value, such as workflows, IDE integration, deployment, team management, and security auditing.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary
&lt;/h2&gt;&lt;p&gt;DeepSeek V4 did not create its biggest impact through benchmarks.
What truly changed industry expectations was the price reduction that followed.&lt;/p&gt;
&lt;p&gt;When input tokens and cache-hit pricing are pushed very low, the cost of using AI Agents changes.
Long context, code-project analysis, and multi-round tool calls that used to look expensive may now become everyday costs of a few cents to a few yuan.&lt;/p&gt;
&lt;p&gt;This directly challenges the business logic of Coding Plans and Token Plans.
If users can pay by usage, freely combine models and tools, and keep costs low enough, they may not want to be tied to a specific platform plan.&lt;/p&gt;
&lt;p&gt;What DeepSeek V4 truly touches this time is not only the ranking of model capability, but the cost structure of AI Agents and the battle for the default entry point.&lt;/p&gt;
&lt;p&gt;References:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://api-docs.deepseek.com/quick_start/pricing/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;DeepSeek API Docs: Models &amp;amp; Pricing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://openai.com/api/pricing/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;OpenAI API Pricing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;https://platform.claude.com/docs/en/about-claude/pricing&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Anthropic Claude API Pricing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        </item>
        
    </channel>
</rss>
