Back to blog
News·8 min read·1584 words

DeepSeek Launches V4 Pro, Open-Sources Harness (Claude Code Rival) — and Raises Prices Up to 14x

DeepSeek's V4 Pro exits preview with agentic gains, its Harness coding agent goes MIT open-source, and API prices jump up to 14x on August 17. Here's what developers need to know.

DeepSeek Launches V4 Pro, Open-Sources Harness (Claude Code Rival) — and Raises Prices Up to 14x — illustration

DeepSeek Launches V4 Pro, Open-Sources "Harness" Claude Code Rival — and Raises Prices Up to 14x

DeepSeek just delivered the most consequential single-day announcement of the AI summer: its flagship V4 Pro model has officially left preview, its new agent framework Harness v0.1 is now open source under the MIT license, and — the part every developer is talking about — API prices are going up, in some cases by more than 10x, effective August 17, 2026.

It is a triple move that says a lot about where the AI industry is heading: Chinese labs are no longer content to be "the cheap option." They want the frontier, the developer ecosystem, and the margins that come with both.

What Actually Launched

Three separate things happened almost simultaneously on August 13:

  • DeepSeek V4 Pro exits preview. The model that spent weeks in testing is now the official flagship, with major gains in agentic capabilities — multi-step tool use, long-horizon task completion, and code editing. Early independent testing puts it in the same conversation as Anthropic's Claude Sonnet 5 and close to Claude Fable 5 on agentic benchmarks, at a fraction of the token price.
  • Harness v0.1 is open-sourced under MIT. Harness is DeepSeek's answer to Claude Code: a terminal-native coding agent that can read a codebase, plan multi-file changes, run tests, and iterate. Because it's MIT-licensed, developers noticed fast — within hours of launch, the repository was trending across developer networks.
  • A sweeping API price increase, effective August 17. DeepSeek announced that some V4 prices will rise by more than 10x as demand strains capacity, with peak/off-peak tiers and cache-hit pricing jumping to six times current cost.

The Price Hike, In Context

Let's be precise about the numbers, because "10x" needs unpacking.

DeepSeek built its brand on aggressive pricing. The V4 Flash tier costs a fraction of what Western frontier models charge — on Qubax, DeepSeek V4 Flash currently runs at $0.0369/M input and $0.0735/M output, versus retail pricing around $0.14/M input and $0.28/M output. That enormous gap is why budget-conscious developers routed so much traffic to DeepSeek in the first place.

The new V4 Pro pricing changes the math:

ModelQubax InputQubax OutputRetail InputRetail Output
DeepSeek V4 Flash$0.0369/M$0.0735/M$0.14/M$0.28/M
DeepSeek V4 Pro$0.0587/M$0.1173/M$1.168/M$2.336/M

Two things jump out:

  1. Even the "expensive" DeepSeek is still cheap. V4 Pro's retail price of $1.168/M input is roughly half of Claude Sonnet 5's $2.00/M. DeepSeek raised prices and still undercuts the competition on raw token cost.
  2. Qubax pricing makes the transition painless. On Qubax, V4 Pro runs at $0.0587/M in and $0.1173/M out — within ~2x of Flash pricing, and ~20x cheaper than V4 Pro at retail. If you were building on V4 Flash and are worried about the August 17 hikes, Qubax's model catalog is the cheapest way to keep running DeepSeek while the dust settles.

Why DeepSeek Is Raising Prices

The company's official explanation is simple: demand is straining capacity. DeepSeek's inference clusters have been running near saturation for months, and the preview-period discounts were effectively a subsidy the company can no longer afford to run at scale.

But industry analysts read a second motive: an IPO. Multiple outlets report the price hikes come ahead of a possible public listing, and a company about to open its books needs revenue that looks like a business, not a land grab. Charging 14x more for your flagship — while your flagship is now genuinely competitive with Anthropic's best — is how you show unit economics to investors.

There's also a pure positioning argument. As one analysis noted, Anthropic's ultra-expensive Claude Fable 5 accounts for only ~6% of Anthropic's token sales — evidence that corporate willingness to pay for frontier AI has hit a ceiling. DeepSeek pricing V4 Pro aggressively-but-not-absurdly threads the needle: expensive enough to signal frontier quality, cheap enough to actually be bought.

Harness v0.1: The Claude Code Rival Developers Actually Wanted

The open-sourcing of Harness may matter more than the model itself.

Terminal coding agents are the hottest developer tools of 2026. Claude Code, Cursor's CLI, and Google's Gemini CLI have all proven that developers want agents that live in the terminal, not the IDE sidebar. Harness enters that field with three things going for it:

  • MIT license. Unlike some "open" releases, this is genuinely permissive — commercial use, fork it, embed it in your product. No usage clauses, no field-of-use restrictions.
  • Model-agnostic design. Harness ships with first-class support for open models like V4 Pro, but its provider abstraction means you can point it at any OpenAI-compatible endpoint — including Qubax, where you can run V4 Pro at a fraction of retail cost.
  • Agentic-first architecture. Harness was built for multi-step tasks from day one: planning, file editing, test execution, and self-correction loops are primitives, not bolted-on features.

If you want to try Harness without the DeepSeek API price hike, pointing it at a Qubax endpoint is a natural setup: you get the V4 Pro model the framework was built around, at $0.0587/M input instead of $1.168/M.

How the Market Reacted

The immediate reaction split along predictable lines. Developer forums filled with migration threads within hours of the announcement, with many teams sharing scripts for auditing their DeepSeek cache-hit ratios before the August 17 cutover. Stock analysts, meanwhile, read the hike as a signal that inference pricing power is returning to labs — good news for AI margins, unwelcome news for startups whose unit economics assumed 2025-era token prices forever.

The open-source community's response to Harness was the warmer story. MIT licensing removed any adoption friction, and by Friday morning the repository had accumulated forks ranging from simple provider swaps to full feature proposals. Several maintainers of competing harnesses publicly welcomed the release, noting that a well-funded open entrant validates the entire category.

The Bigger Picture: The Era of Free-Falling Prices Is Pausing

For two years, the dominant AI narrative was "prices only go down." Every model generation delivered more capability per dollar, and providers competed on who could subsidize inference hardest.

The DeepSeek hike is the loudest signal yet that the era of infinite subsidies is ending:

  • Compute is the bottleneck. Demand for inference — especially long-context, multi-step agent workloads — is growing faster than capacity. Agents read the same files repeatedly, which is exactly why the cache-hit price jumping 6x hurts agent developers most.
  • Investors want margins. Whether it's an IPO or just the next funding round, AI labs are being asked to show that inference is a business, not a loss leader.
  • Cheap access is moving to aggregators. As first-party prices rise, the value of platforms that pool demand and negotiate rates — like Qubax — grows. The same V4 Pro token that costs $1.168/M at retail costs $0.0587/M on Qubax.

What Developers Should Do Before August 17

If you're running production workloads on DeepSeek, here's a pragmatic checklist:

  1. Audit your cache usage. The 6x cache-hit price increase is the silent budget killer for agent workflows. Measure how much of your input traffic is cache hits before the 17th.
  2. Benchmark V4 Pro on your actual tasks. The quality jump is real, but your codebase is the only benchmark that matters. Run your eval suite against both Flash and Pro.
  3. Consider an aggregator. Locking yourself to a single first-party API in a period of price volatility is risky. Qubax gives you DeepSeek V4 Pro, Claude Sonnet 5, GPT-5.6 Luna, and 300+ other models behind one OpenAI-compatible API — so when prices move, you move models, not code.
  4. Watch peak/off-peak tiers. DeepSeek's new pricing introduces time-based tiers. Batch workloads that can run at off-peak hours just became a cost-optimization strategy.

FAQ

When do DeepSeek's new prices take effect?

August 17, 2026, at 00:00 (UTC+8). Workloads running before that date are billed at current rates.

Is DeepSeek V4 Pro better than Claude Sonnet 5?

On agentic coding benchmarks, V4 Pro now competes closely with Claude Sonnet 5 and approaches Claude Fable 5, at roughly half the retail token price. For long-context agent workloads, V4 Pro's pricing advantage is significant. You can compare them side by side on Qubax.

Will DeepSeek V4 Flash prices also increase?

Flash pricing is affected by the restructure, though less dramatically than Pro. The biggest changes hit V4 Pro and cache-hit pricing. Check current rates on the Qubax model catalog before the August 17 cutover.

What is DeepSeek Harness?

Harness is DeepSeek's open-source terminal coding agent, released August 13, 2026 under the MIT license. It's a direct competitor to Claude Code and supports any OpenAI-compatible API endpoint, including Qubax.

How can I avoid the DeepSeek price increase?

Aggregators like Qubax pool demand across providers, so per-token rates stay far below first-party retail — DeepSeek V4 Pro runs at $0.0587/M input on Qubax versus $1.168/M at retail. Get a key at qubax.ai/docs.

Does the price hike mean DeepSeek is going public?

The hikes are "ahead of a possible IPO" per multiple reports, but DeepSeek has not confirmed listing plans. Treat the IPO angle as informed speculation, not fact.


Building an agent or coding tool? Qubax gives you DeepSeek V4 Pro, Claude Sonnet 5, GPT-5.6 Luna and 300+ models behind one OpenAI-compatible API — start at [qubax.ai](https://qubax.ai).

🤖

Try Claude Sonnet 5 on Qubax

Best balance of speed and quality. Up to 62% off.

View pricing

Article tags

#deepseek#v4 pro#harness#ai agents#api pricing
Share:Post on XTelegramLinkedInYHacker NewsReddit
Qubax AI

Qubax AI

AI Models at up to 99% off · Pay with crypto

Reading about Claude Sonnet 5 and Claude? Access them — plus 340+ other models — through one API. Best balance of speed and quality. Up to 62% off.

Related articles