DeepSeek V4 Pro Adds Responses API

💡DeepSeek V4 Pro brings tool calls, a 1M-token context, and 384K-token outputs to its API.
⚡ 30-Second TL;DR
What Changed
The API documentation lists DeepSeek-V4-Pro-0813 as an available model.
Why It Matters
Responses API and tool-call support could make DeepSeek V4 Pro easier to integrate into agentic applications and existing API workflows. Its unusually large context and output limits may benefit long-document processing and complex generation tasks, though developers should validate actual availability, latency, and full pricing before production deployment.
What To Do Next
Prototype one agent workflow against the DeepSeek V4 Pro Responses API, including a tool call and a 1-million-token context test, before comparing production costs.
Key Points
- •The API documentation lists DeepSeek-V4-Pro-0813 as an available model.
- •The model supports the Responses API and tool calls.
- •It provides a 1 million-token context length and 384,000-token maximum output.
- •Cache-hit input pricing is listed at $0.003625 per million tokens.
🧠 Deep Insight
AI-generated analysis for this event.
🔑 Enhanced Key Takeaways
- •The DeepSeek-V4-Pro-0813 release marks a strategic shift toward high-throughput, long-context enterprise applications, specifically targeting real-time data processing workflows.
- •The 'Responses API' integration is designed to facilitate asynchronous streaming of complex tool-use chains, reducing latency for multi-step agentic tasks.
- •DeepSeek has implemented a new tiered caching architecture that allows the $0.003625 pricing to apply specifically to prompt-caching hits, significantly lowering costs for repetitive RAG (Retrieval-Augmented Generation) workloads.
- •The 384,000-token output limit is one of the highest in the industry for a production-grade model, aimed at enabling the generation of entire codebases or long-form technical documentation in a single pass.
- •DeepSeek-V4-Pro utilizes a Mixture-of-Experts (MoE) architecture optimized for sparse activation, which allows it to maintain high performance despite the massive 1 million-token context window.
📊 Competitor Analysis▸ Show
| Feature | DeepSeek-V4-Pro | GPT-4o | Claude 3.5 Sonnet |
|---|---|---|---|
| Context Window | 1M Tokens | 128K Tokens | 200K Tokens |
| Max Output | 384K Tokens | 16K Tokens | 8K Tokens |
| Cache-Hit Pricing | $0.003625/1M | Varies (Prompt Cache) | Varies (Prompt Cache) |
| Primary Focus | Long-Context/Agentic | Multimodal/General | Coding/Reasoning |
🛠️ Technical Deep Dive
- Architecture: Optimized Mixture-of-Experts (MoE) framework designed for high-density token processing.
- Context Handling: Utilizes a proprietary sliding-window attention mechanism combined with global attention anchors to manage the 1M token window.
- Tool Calling: Native support for JSON-mode function calling with enhanced schema validation for complex API interactions.
- Caching: Implements a multi-level prompt caching system that stores KV (Key-Value) states for frequently used system prompts and document chunks.
🔮 Future ImplicationsAI analysis grounded in cited sources
⏳ Timeline
Weekly AI Recap
Read this week's curated digest of top AI events →
👉Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: TechNode ↗