🎉 Day-0 support for @deepseek_ai V4 Pro and Flash on vLLM — a new generation of DeepSeek model, purpose-built for tasks up to 1M tokens. Alongside the release, we're publishing a first-principles walkthrough of the new long-context attention and how we implemented it in vLLM. https://t.co/ho9pSI4IXs
vLLM Enables Efficient 1M Token Inference with DeepSeek V4 Day-0 Support
· Updated
vLLM has launched immediate support for the DeepSeek V4 Pro and Flash models, which natively handle context windows of up to 1 million tokens. By implementing a new long-context attention mechanism, the update allows developers to serve these massive models with significantly lower memory and compute overhead.
MoE) architectures (models that activate only a fraction of their parameters per token) supporting 1 million tokens.- Context window
- 1M tokens
- V4 Pro parameters
- 1.6T total (49B active)
- V4 Flash parameters
- 284B total (13B active)
- V4 Pro efficiency
- 10% KV cache vs V3
- V4 Pro compute
- 27% inference FLOPs vs V3
- Availability
- Open-weight models on vLLM
This update mirrors the DeepSeek-V4 model family and addresses the hardware barriers of million-token windows. The implementation uses compressed sparse attention to reduce KV cache (memory used to store conversation history) overhead, following a pattern seen in high-performance attention kernels that slash long-context costs for frontier models.
You can now deploy these models on vLLM to process massive datasets without prohibitive compute costs. This is part of a broader shift toward integrating long-context models into agentic workflows. Both are available as open-weight models for immediate self-hosting or integration into production pipelines.
Still wondering? A few quick answers below.
Every HeadsUpAI update is written based on its original source and reviewed before it's published. Read our editorial standards →






