The price of DeepSeek V4 Pro is permanently reduced to 1/4: the model pricing war ends, and developers’ AI costs enter a new stage
DeepSeek announced that the price of V4 Pro API will be permanently adjusted to 1/4 of the original price after the 75% discount promotion ends. Combined with the DeepSeek native programming Agent Reasonix (94% cache hit rate) released at the same time, the actual cost of using the DeepSeek ecosystem has dropped to less than 1/10 of its competitors, and the price war of AI programming tools has entered a new stage.
Core conclusion
DeepSeek officially announced on May 25 that V4 Pro API pricing will be permanently reduced to 1/4 of the original price after a 75% discount promotion (ends on 2026/05/31). This means that the actual cost of V4 Pro is fixed at $0.28/Mtok (input) and $1.12/Mtok (output) - compared to Anthropic Claude Opus 4 ($15/Mtok) and GPT-4.5 ($15/Mtok), the cost gap widens to 10-50 times.
At the same time, the open source community released DeepSeek Reasonix - a native programming agent designed specifically for the DeepSeek caching mechanism. Achieve 94% cache hit rate with append-only run loop, further compressing the effective cost to $0.014/Mtok.
| Event | Time | Heat (HN) | Core Influence |
|---|---|---|---|
| V4 Pro price permanently reduced to 1/4 | Announced on 2026-05-25 | 578 pts, 516 comments | Actual API cost fixed at $0.28/1.12 per Mtok |
| Reasonix open source release | 2026-05-24 | 523 pts, 220 comments | 94% cache hit rate, effective cost $0.014/Mtok |
| Cache hit token will be reduced by 1/5 | Synchronous effect | — | Hit token only original price $0.014/Mtok |
Background: The End of the 75% Off Sale
DeepSeek launched a 75% discount promotion on V4 Pro in early May 2026, driving down the price significantly to attract developers to try it out. While on sale, V4 Pro's inference quality is on par with Claude Opus 4 and GPT-4.5, but at 1/50 the cost.
However, there are always doubts in the market about "whether the promotional prices will continue." Many developers regard this as a "trial period" and are afraid to completely migrate the production environment.
The announcement on May 25th completely removes this uncertainty:
"The deepseek-v4-pro model API pricing will be officially adjusted to 1/4 of the original price after the 75% discount promotion ends on 2026/05/31 15:59 UTC." — DeepSeek official X account
Permanent pricing base (after reduction to 1/4):
| Model | Input Price (per Mtok) | Output Price (per Mtok) | Cache Hit |
|---|---|---|---|
| DeepSeek V4 Pro | $0.28 | $1.12 | $0.014/Mtok (1/5) |
| DeepSeek V4 Flash | $0.07 | $0.28 | — |
| Claude Opus 4 | $15 | $75 | $1.50/Mtok |
| GPT-4.5 | $15 | $75 | — |
| Gemini 3.5 Flash | $0.08 | $0.30 | — |
Key Impact
| Dimensions | Changes | Meaning for developers | Recommended actions |
|---|---|---|---|
| API cost | V4 Pro permanently reduced to $0.28/$1.12 per Mtok | No need to worry about the risk of price increase after the promotion ends | The production environment can be gradually migrated |
| Cache cost | Hit token only $0.014/Mtok (1/5) | Cooperating with cache optimization Agent can reduce the cost by 90% | Using append-only loop design |
| Competitive landscape | V4 Pro vs Opus 4 price difference 50 times | DeepSeek becomes the king of cost performance | Determine the main model after comparative testing |
| Development ecosystem | Reasonix open source + low-price API | AI programming costs plummet throughout the year | Try DeepSeek native Agent |
Industry impact: AI programming costs enter the "free era
V4 Pro’s permanent price reduction coupled with Reasonix’s caching optimization, the actual cost of AI programming is approaching the critical point of “almost free”:
- Traditional Claude Code Cost: Approximately $200-500 monthly active usage (Opus 4 outputs $75/Mtok)
- Replacement with DeepSeek V4 Pro + Reasonix: Same workload about $5-15/ months (after hitting cache $0.014/Mtok)
- Actual decrease: 90-97%
Note: DeepSeek does not provide inference monitoring and output quality verification, and is not suitable for scenarios that require strict auditing such as medical care and finance.
The core point of the heated discussion on HN: "China is taking price performance seriously, and the US model vendors are looking for performance at any cost. Companies focused on price performance will end up with more economic resources."
For content entrepreneurs and independent developers, this means:
- The monthly cost of AI programming tools has dropped from "the cost of a meal" to "the cost of a cup of coffee"
- Not tied to a single platform: DeepSeek’s open ecosystem means you can switch at any time without worrying about vendor lock-in
- The cost structure of automated pipelines has completely changed: The cost of automated content pipelines with high-frequency API calls can be reduced to almost zero.
Reasonix: Programming Agent for Caching
Reasonix is the most noteworthy ecological partner in this price reduction wave. It is a terminal programming Agent that directly connects to api.deepseek.com. The core design revolves around DeepSeek's prefix-cache mechanism:
Key Design:
- Append-only loop: No rearrangement, no compression of history, ensuring cache prefix is stable after each tool call
- 94% cache hit rate: maintained continuously in long sessions, input token cost reduced to 1/5
- MCP First Class Citizen: Supports three transmissions: stdio/SSE/Streamable HTTP
- Skill Orchestration:
.reasonix/skills/<name>.md, supports subagent isolated operation - Dual gear engine: Flash is used by default, and the
/procommand switches to V4 Pro as needed.
Installation using: npx reasonix code (no need to install globally, Node ≥ 22)
Adaptation suggestions
- Recalculation of cost model: Migrate the budget of the main AI model from Claude/GPT to DeepSeek V4 Pro, and the monthly fee can be reduced by 10-50 times
- Adopt cache-friendly architecture: Use append-only mode in Agent workflow to avoid reordering/timestamp filling from destroying cache prefixes
- Preserving quality gate: DeepSeek’s inference quality is comparable to Opus 4, but the output stability still needs to be verified. Add verification links to the production pipeline
- Pricing window utilization: The 75% discount window before May 31 is still valid, suitable for large-scale migration testing
Tool entry (automatically trigger floating card)
The following tools naturally appear in the text, and the platform side will automatically match the maintained tools library and display the hover-card: DeepSeek, OpenAI, ChatGPT, Claude, Gemini, Claude Code, n8n
Reference sources
- HN: DeepSeek makes the V4 Pro price discount permanent
- DeepSeek Reasonix
- GitHub: esengine/DeepSeek-Reasonix
Internal link guidance
- Want to learn how to use DeepSeek instead of Claude Code to save money? Watch: DeepSeek V4 vs Claude Code: 90% Cheaper, Same Quality
- Use Reasonix to build a complete AI programming workflow: DeepSeek Reasonix in action: Build an AI programming agent at zero cost (30-minute tutorial)
- Real case: He used n8n + OpenClaw to build automated workflow: Indie Developer: n8n + OpenClaw Automation Workflow Earning $5,000/mo
Topic hub
AI Coding Tools Hub (2026)
From Copilot pricing changes to Claude Code + DeepSeek cost-saving setups—one place to compare tools, read explainers, and follow tutorials.
Explore AI Coding Tools Hub (2026) →Monetization angle
How can you make money from this trend?
WayToClawEarn focuses on verified earn playbooks—not just news. Start from these cases.
DeepSeek + Claude Code Micro SaaS
Run multiple small products on cheap inference
Claude Code bug bounty
Productize agent skills into security services