Technology · Products
DeepSeek Ships V4 Pro API With Million-Token Context and Response Streaming
Chinese AI lab extends its flagship model to developer-facing API, pricing input cache hits at under half a cent per million tokens

KEY TAKEAWAYS
- ·DeepSeek released its V4 Pro model through API with a 1-million-token context window, pricing cached input tokens at $0.003625 per million and cache misses at $0.435 per million.
- ·The model supports tool calls and the Responses API, enabling agentic workflows and structured streaming outputs for production applications.
- ·DeepSeek's pricing undercuts Western providers by factors of 20 to 2,800 on a per-token basis, potentially reshaping cost structures for high-volume API users in Asia.
API Access Launches for Flagship Model
DeepSeek made its V4 Pro model available through API, marking the first time the Chinese AI lab's latest flagship is accessible to external developers. The release, versioned as DeepSeek-V4-Pro-0813, supports both the Responses API and tool calls, according to the company's updated documentation.
The model ships with a context window of 1 million tokens, placing it among the handful of commercial large language models that can process documents, codebases, or conversations of that scale in a single pass. Maximum output is capped at 384,000 tokens, roughly equivalent to a 750-page technical manuscript.
Pricing Structure Splits Cache Performance
DeepSeek structured its pricing around cache efficiency. Input tokens that hit the cache cost $0.003625 per million, while cache misses are billed at $0.435 per million tokens. Output runs $0.87 per million tokens regardless of cache status.
The two-tier input pricing reflects the computational savings when a model reuses previously processed tokens stored in memory, rather than re-encoding them. For applications that repeatedly query similar contexts, such as retrieval-augmented generation pipelines or multi-turn customer support flows, the 120-fold price gap between cache hits and misses creates strong incentives to design prompts that maximize cache utilization.
At the advertised rates, a fully cached 1-million-token input paired with a 10,000-token output would cost approximately $0.012. The same workload with no cache hits would run closer to $0.44, a nearly 37-fold increase.
Tool Calls and Response Streaming
Support for tool calls allows the model to invoke external functions during inference, a feature that underpins agentic workflows. Developers can pass JSON schemas defining available tools, and the model will return structured calls when it determines a function should be executed. Common use cases include querying databases, triggering API requests, or performing calculations outside the model's native capabilities.
The Responses API, a newer interface pattern gaining traction among model providers, enables streaming outputs with structured metadata. Unlike traditional completion endpoints that return raw text, the Responses API can emit typed fields, status codes, and partial results as they are generated. This architecture reduces latency for user-facing applications and simplifies parsing when outputs must conform to schemas.
Context in the Asian AI Race
DeepSeek's API release arrives as Chinese AI labs accelerate efforts to match or undercut Western model providers on both capability and cost. The company has previously drawn attention for training efficiency, with earlier iterations of its models reportedly achieving competitive performance at a fraction of the compute budget used by OpenAI or Anthropic.
The million-token context window places DeepSeek V4 Pro in direct comparison with Google's Gemini 1.5 Pro, which also supports extended contexts at scale. Anthropic's Claude 3.5 Sonnet and OpenAI's GPT-4 Turbo offer smaller context windows but have been widely adopted for production workloads in North America and Europe.
For enterprises in Asia, the availability of a locally developed model with API access reduces latency and simplifies compliance with data residency requirements. Singapore-based fintech platforms and Jakarta's e-commerce operators, for instance, can route inference traffic through regional endpoints rather than relying on US-based infrastructure.
Developer Adoption Signals
The versioned release identifier, DeepSeek-V4-Pro-0813, suggests a cadence of iterative updates. The date suffix indicates the model snapshot was finalized on August 13, a convention that allows developers to pin specific versions in production while testing newer releases in parallel.
API documentation now lists the model alongside DeepSeek's earlier offerings, though the company has not disclosed whether legacy models will remain available or be deprecated. Tool call support and extended context are typically resource-intensive features, and maintaining multiple versions at these specifications can strain inference infrastructure.
No official benchmark scores or technical white paper accompanied the API launch. DeepSeek has not published details on the model's architecture, training data composition, or performance on standard evaluation suites. The absence of third-party audits or reproducible benchmarks leaves open questions about how V4 Pro performs on reasoning tasks, multilingual understanding, or code generation relative to incumbents.
Implications for Model Pricing
DeepSeek's pricing undercuts most Western providers on a per-token basis, particularly for cached inputs. OpenAI's GPT-4 Turbo charges $10 per million input tokens at list price, roughly 23 times DeepSeek's cache-miss rate and nearly 2,800 times the cache-hit rate. Even accounting for potential differences in model capability, the gap is wide enough to alter cost structures for high-volume API users.
If DeepSeek can deliver comparable output quality, the pricing could pressure established providers to introduce more granular tiering or to expand cache-aware pricing models. Anthropic and Google already offer prompt caching, but the discounts are smaller and apply only to repeated prefixes, not arbitrary segments of the context window.
For startups and mid-market developers in Southeast Asia and India, the lower price floor reduces the capital required to experiment with long-context applications such as legal document review, repository-wide code analysis, or session-based customer interactions. Whether the model's reliability and output quality justify production deployment at scale will depend on real-world testing over the coming weeks.
DeepSeek has not announced partnerships with cloud platforms or resellers, leaving the API accessible only through the company's own infrastructure. Availability, rate limits, and service-level agreements remain undisclosed.
RELATED STORIES
Spot something wrong? Email editor@briefasia.com. We log every correction publicly.



