Deepseek released V4-Pro from beta testing and open-sourced its agent framework while simultaneously raising API prices across multiple dimensions. The move signals the company's shift toward production-ready systems and monetization of its inference infrastructure.

V4-Pro exits limited availability as Deepseek's primary flagship model. The company had operated V4-Pro in testing phases to refine performance and gather user feedback. Full release indicates the model meets production benchmarks for latency, accuracy, and reliability. Specifics on performance improvements over the testing version remain limited, but public availability removes guardrails that typically restrict beta systems.

Deepseek released Harness v0.1 under the MIT open-source license. Harness is agent software that orchestrates autonomous workflows. The framework handles task decomposition, tool integration, and state management. MIT licensing permits commercial use without restriction, positioning Harness as infrastructure competitors and startups can build on. Open-sourcing agent software reduces friction for developers adopting Deepseek's ecosystem. It follows the strategy OpenAI employed with assistants frameworks, though Deepseek distributes the code rather than limiting it to API-only access.

Price changes hit multiple cost vectors. Cache hits, the pricing metric for repeated reads of identical content within a context window, jump to six times current pricing. This represents the steepest increase announced. Cache pricing typically costs less than generating new tokens because inference skips redundant computation. The sixfold increase eliminates that advantage for many workflows. Teams running agent loops that repeatedly reference documents, codebases, or system prompts face material cost escalation.

Input and output token pricing likely increased as well, though Deepseek disclosed cache pricing changes most prominently. The timing suggests the company faces margin pressure or prioritizes higher-value inference use cases. As inference becomes commoditized, raising cache pricing discourages repetitive work and funnels users toward higher-margin token generation.

Agent workflows feel pricing pressure most acutely. Agentic systems loop through planning and execution cycles. Each cycle reads the system prompt, task context, and historical outputs. Under old pricing, cache hits made these reads cheap. Under new pricing, cached content costs six times more per hit. A 100-step agent workflow that previously cached the system prompt might incur 500x higher costs on that component alone. The financial model breaks for cache-heavy agent systems.

Open-sourcing Harness partially offset user friction. Third-party developers can host agent orchestration locally, avoiding cache charges entirely. Self-hosted agents that use Deepseek for inference-only move cache costs back toward token-based pricing. This creates a two-tier system: API users accept higher cache pricing, while developers with infrastructure investment run local orchestration.

Deepseek's moves reflect maturation. Beta sunsetting indicates confidence in V4-Pro stability. Open-source frameworks attract ecosystem developers. Price increases fund production scaling and improve margins on profitable workloads. Agent systems remain cost-sensitive; competitors face similar monetization pressures and will likely adjust pricing similarly within months.