AIToday
Large Language ModelsOpen-Source AIAI Business & IndustryTHE DECODERPublished: Aug 14, 2026, 04:01 JST5 min read

DeepSeek ships V4 Pro out of testing, open-sources agent software, raises API prices

DeepSeek ships V4 Pro out of testing, open-sources agent software, raises API prices

Key takeaway

  • DeepSeek has released its V4-Pro flagship model from beta testing into production and open-sourced its agent orchestration software (Deepseek Harness) under the MIT license, positioning itself as an alternative to OpenAI and Anthropic for agentic AI development.

  • At the same time, DeepSeek is raising API prices substantially—particularly cache-hit fees, which will cost roughly seven times more—as the company pursues a capital raise and IPO preparation.

3 Key Points

  1. What happened

    DeepSeek moved its V4-Pro flagship model to production (build V4-Pro-0813), released its proprietary agent harness as open-source software under the MIT license, and announced higher API pricing effective August 16. On internal benchmarks, Terminal Bench 2.1 scores jumped from 72.1 to 87.9, and DeepSWE scores rose from 12.8 to 62.7.

  2. Why it matters

    The production release stabilizes the model for developers building agentic AI applications. Open-sourcing the agent harness positions DeepSeek as a competitor to OpenAI's Codex and Claude-based agent frameworks. However, the price increases—especially for cache hits, which now cost $0.022 per million tokens off-peak (up from $0.003625)—raise costs significantly for applications that repeatedly process the same data.

  3. What to watch

    Peak pricing runs 1–4 a.m. and 6–10 a.m. UTC (Chinese business hours), so European users see lower rates in the afternoon. The company is raising capital and preparing for an initial public offering, which may signal further pricing changes ahead.

In Depth

Read the full story

DeepSeek has promoted its flagship model V4-Pro out of preview and into production with the release of build V4-Pro-0813. The model retains its one-million-token context window and parameter count, and existing integrations will continue to work without modification. In the app and on the web, users can access the model via "Expert Mode." A significant addition is native support for the OpenAI Responses API with Codex integration, and developers can now set reasoning effort to one of three levels—"low," "high," and "max"—with DeepSeek recommending the middle setting for everyday agentic workflows.

Performance metrics show substantial gains. On DeepSeek's own comparison table, Terminal Bench 2.1 scores jumped from 72.1 to 87.9, and DeepSWE scores climbed from 12.8 to 62.7. On several agent benchmarks, V4-Pro beat Claude Opus 4.8. However, according to Artificial Analysis's Intelligence Index, V4-Pro now scores 53 (up from 45 in the preview), tying GLM-5.2 but still trailing Muse Spark at 57, Qwen 3.8 Max at 58, Kimi K3 at 60, and Claude Opus 5 at the top with 63 points. The timing of the release reflects competitive pressure: at the end of July, DeepSeek had shipped update 0731 for its smaller V4 Flash model, which nearly matched the Pro Preview on the Artificial Analysis Intelligence Index while costing far less.

Alongside the model release, DeepSeek is open-sourcing Deepseek Harness v0.1 under the MIT license as a Developer Preview. The agent orchestration software is positioned as an alternative to OpenAI's Codex and Claude-based frameworks. It is built on the Cordis plugin system, where all features—tools, sandboxes, sessions, and the UI—are swappable plugins. Every prompt, tool call, and result is logged in a continuous session, and runs can be resumed, branched, and replayed. A minimal mode strips the interface to a shell and file editor, which DeepSeek uses for its own benchmark runs. The software launches via npx through a local web interface, though compatibility warnings apply. The project is led by Cui Tianyi, who joined DeepSeek from quantitative trading firm Jane Street in March 2026. When DeepSeek put out a call for beta testers in early August, 712 projects signed up within three days.

DeepSeek announced the new API pricing structure on August 16 at 4:00 p.m. UTC, introducing peak and off-peak rates that align with Chinese business hours. Peak hours run from 1 a.m. to 4 a.m. and 6 a.m. to 10 a.m. UTC; off-peak hours apply the rest of the day. For V4-Pro, off-peak input prices rise from $0.435 to $0.66 per million tokens, and output jumps from $0.87 to $1.98. During peak hours, those rates double to $1.32 and $3.96 for input and output respectively. Cache hits see the steepest increase, going from $0.003625 off-peak to $0.022 off-peak and $0.044 at peak, shrinking the cache discount from about one one-hundredth to one thirtieth of the regular input price. For agentic applications that repeatedly read the same files, this represents the most expensive component of the change. The new pricing partially undoes the price cut DeepSeek rolled out in May, and cache hits will actually cost more than they did before that reduction. DeepSeek has announced it is raising new capital and preparing for an initial public offering.

Context & Analysis

DeepSeek's move to production with V4-Pro signals confidence in the model's stability and performance gains. The Terminal Bench 2.1 jump from 72.1 to 87.9 and DeepSWE improvement from 12.8 to 62.7 address a competitive vulnerability: the smaller V4 Flash model, updated in late July, had nearly matched the Pro Preview on the Artificial Analysis Intelligence Index while costing far less. By releasing an improved Pro build, DeepSeek aims to preserve its flagship's margin over the budget tier.

The open-sourcing of Deepseek Harness under the MIT license is a strategic bet on developer adoption. Agents—AI systems that use tools and reasoning iteratively—are becoming central to enterprise AI applications, and OpenAI and Anthropic have dominated this space with Codex and Claude-based frameworks. DeepSeek's contribution, built on a "swappable plugins" architecture via the Cordis system, offers developers a modular alternative. The rapid uptake (712 beta signups in three days) suggests genuine interest, though the project is still in Developer Preview and carries compatibility warnings.

The pricing shift reveals the economics behind DeepSeek's aggressive expansion. Cache-hit fees are rising most steeply—from roughly one one-hundredth to one thirtieth of the input price—which will hurt use cases that read large static files repeatedly. This partly reverses DeepSeek's May price cut and signals that the company is optimizing for revenue as it prepares for capital-raising and an initial public offering. The adoption of time-based pricing aligned to Chinese business hours (1–4 a.m. and 6–10 a.m. UTC) reveals where core demand lies.

FAQ

When do the new API prices take effect?
August 16 at 4:00 p.m. UTC. Peak hours (higher rates) run from 1 a.m. to 4 a.m. and 6 a.m. to 10 a.m. UTC; off-peak (lower) rates apply the rest of the day.
How much do cache hits cost under the new pricing?
Off-peak: $0.022 per million tokens; peak: $0.044 per million tokens. This is up from $0.003625 off-peak before the change, and costs more than they did before DeepSeek's May price cut.
What is the open-source agent software, and who can use it?
Deepseek Harness v0.1, released as a Developer Preview under the MIT license. It launches via npx through a local web interface and is pitched as an alternative to OpenAI's Codex and Claude. When DeepSeek called for beta testers in early August, 712 projects signed up within three days.

Get the latest Large Language Models news every morning

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytime

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleMicrosoft merges consumer and enterprise Copilot apps into super app

The AI news that matters, in one minute each morning.

Sign up free