DeepSeek V4 Pro
DeepSeek V4 Pro is DeepSeek's April 23, 2026 top-tier model in the V4 series. It pairs a hybrid attention architecture with a context window of 1.0M tokens and targets complex reasoning, multi-step problem solving, and agentic tasks.
import { streamText } from 'ai'
const result = streamText({ model: 'deepseek/deepseek-v4-pro', prompt: 'Why is the sky blue?'})Playground
Try out DeepSeek V4 Pro by DeepSeek. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.
Ask DeepSeek V4 Pro anything to try it out.
Providers
Route requests across multiple providers. Copy a provider slug to set your preference. Visit the docs for more info. Using a provider means you agree to their terms, listed under Legal.
| Provider |
|---|
P50 throughput on live AI Gateway traffic, in tokens per second (TPS). Visit the docs for more info.
P50 time to first token (TTFT) on live AI Gateway traffic, in milliseconds. View the docs for more info.
Direct request success rate on AI Gateway and per-provider. Visit the docs for more info.
More models by DeepSeek
| Model |
|---|
About DeepSeek V4 Pro
DeepSeek V4 Pro was released April 23, 2026 as the high-capability tier of DeepSeek's V4 generation. The V4 series introduces a hybrid attention architecture that combines Compressed Sparse Attention (CSA) with Heavily Compressed Attention (HCA), and uses ManifoldConstrained Hyper-Connections (mHC) in place of standard residual connections. The combination supports efficient inference at the 1.0M tokens window.
DeepSeek V4 Pro is positioned for complex reasoning, multi-step problem solving, and agentic workflows. Tool use, reasoning, and implicit caching are all supported, so DeepSeek V4 Pro fits planner-style pipelines where the model decides on tool calls, integrates results, and iterates toward an answer. Maximum output is 1.0M tokens, which gives long-form reasoning chains and tool-call sequences room to complete in a single response.
Access is through AI Gateway with an AI Gateway API key or OIDC token. You can integrate through the AI SDK, Chat Completions, Responses, or Messages API formats. Implicit caching applies when a long input prefix repeats across calls, charging the cached input rate instead of the standard input rate for cached tokens.
What To Consider When Choosing a Provider
- Configuration: DeepSeek V4 Pro is priced higher than the V4 Flash variant. If your workload is short-form instruction following or classification, DeepSeek V4 Flash delivers similar output limits at lower per-token rates.
- Zero Data Retention: AI Gateway supports Zero Data Retention for this model via direct gateway requests (BYOK is not included). To configure this, check the documentation.
- Authentication: AI Gateway authenticates requests using an API key or OIDC token. You do not need to manage provider credentials directly.
When to Use DeepSeek V4 Pro
Best For
- Complex reasoning workloads: Analytical research, technical synthesis, and structured derivation benefit from the 1.0M tokens window and V4 architecture
- Multi-step agent pipelines: Planning, tool calls, and result integration combine in a single endpoint
- Software engineering automation: Reasoning and reliable tool use across long context support code-generation pipelines
- Multi-format API integrations: AI SDK, Chat Completions, Responses, and Messages API formats route to the same high-capability model
Consider Alternatives When
- Short-form throughput: Use DeepSeek V4 Flash for classification, routing, and instruction following at lower per-token cost
- MIT-licensed reasoning: DeepSeek-R1 remains the open-weights reasoning specialist when license terms drive the selection
- Earlier-generation cost: DeepSeek V3 family models may meet capability needs at lower cost when V4 context and architecture aren't required
Conclusion
DeepSeek V4 Pro is the capability tier of the V4 generation, suited to complex reasoning and agentic workloads at the 1.0M tokens window. For short-form, high-volume tasks within the same generation, DeepSeek V4 Flash is the cost-efficient alternative.