DeepSeek Launches V4-Pro and V4-Flash With New Peak and Off-Peak API Pricing

DeepSeek has announced the general availability of DeepSeek-V4-Pro, paired with a new API pricing structure that introduces peak and off-peak rates, set to take effect at 16:00 UTC on August 16, 2026 (DeepSeek API Docs).
The V4 lineup brings two models: V4-Pro and V4-Flash. V4-Pro is accessible through the DeepSeek app and web interface via a feature called "Expert Mode," and is also available via API with model names unchanged from previous versions. Both models support three reasoning effort levels: low for simple tasks, high for daily agent workflows, and max for complex tasks. V4-Pro additionally offers native OpenAI Responses API support optimized for Codex with one-click setup.
The new pricing model splits API costs into peak and off-peak windows. Peak hours are 01:00–04:00 and 06:00–10:00 UTC, per DeepSeek's pricing documentation (DeepSeek API Docs). Off-peak rates are 50% lower than peak rates across the lineup. For V4-Flash specifically, peak pricing comes in at $1.32 per 1 million output tokens, with off-peak at half that amount (PYMNTS). The overall rate changes represent an increase ranging from 50% to 1,100% above current prices (Investing.com).
This is not DeepSeek's first experiment with time-based rate differentiation. The company previously offered off-peak discounts on V3.1 pricing that ended on September 5, 2025 at 16:00 UTC, at which point new standard pricing took effect (DeepSeek API Docs). The earlier V4 Preview, open-sourced in April 2026 with a 1M context window, laid the groundwork for this production release (DeepSeek API Docs).
The tiered pricing structure is worth examining for what it tells us about compute economics at this stage of the model-deployment cycle. Peak-hour surcharges are a familiar tool in infrastructure provisioning — electricity grids, cloud compute spot markets, and CDN bandwidth have all used time-of-use pricing to smooth demand. Applying it to LLM inference pricing reflects the reality that GPU utilization is not uniform across the day, and that DeepSeek is choosing to pass that cost structure through to API consumers rather than averaging it into a flat rate. Whether this becomes an industry-wide pattern or remains a DeepSeek-specific approach will depend on how competitors like OpenAI, Anthropic, and Google price their own inference capacity as demand scales.
The range of the increase — 50% at the low end to 1,100% at the high — suggests DeepSeek is repricing specific tiers or token types quite aggressively. For developers running batch inference workloads during off-peak windows, the 50% discount materially changes cost-per-query economics. For those with latency-sensitive, always-on agent workflows that cannot shift to off-peak hours, the effective cost increase could be substantial, particularly at the upper end of that range.
The reasoning effort levels — low, high, and max — mirror a broader industry move toward giving developers explicit control over how much inference compute to spend per request, rather than a single fixed reasoning depth. Combined with the peak/off-peak pricing, this gives API consumers two independent levers for managing cost: how much reasoning compute to spend per request, and when to schedule those requests. V4-Pro's native OpenAI Responses API support and Codex optimization further lower the switching cost for developers already building on OpenAI's API surface, which could ease adoption for code-generation workflows specifically.
For teams currently integrating against DeepSeek's API, the practical window is narrow. The new rates activate at 16:00 UTC on August 16, giving developers roughly 48 hours from the August 14 announcement to audit their usage patterns, identify which model tiers and token types they consume, and model the cost impact under both peak and off-peak scenarios. Model names remain unchanged, so no code-level migration is required for existing API calls — but billing impact will be immediate.


