Build with DeepSeek V4 Using NVIDIA Blackwell and GPU-Accelerated Endpoints

· Source: NVIDIA Technical Blog · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cloud Computing & IT Infrastructure, Robotics & Autonomous Systems · Depth: Advanced, short

Summary

DeepSeek has launched its fourth generation of flagship models, DeepSeek-V4-Pro and DeepSeek-V4-Flash, designed for highly efficient million-token context inference. DeepSeek-V4-Pro features 1.6T total parameters and 49B active parameters, while DeepSeek-V4-Flash is a smaller 284B-parameter model with 13B active parameters, optimized for speed. Both models support a 1M-token context window, enabling advanced long-context applications like coding, document analysis, and agentic AI. The V4 family utilizes a DeepSeek MoE architecture with a novel hybrid attention mechanism, combining Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA), to achieve a 73% reduction in per-token inference FLOPs and a 90% reduction in KV cache memory compared to DeepSeek-V3.2. Initial tests show DeepSeek-V4-Pro on NVIDIA GB200 NVL72 achieving over 150 tokens/sec/user.

Key takeaway

For AI Architects and NLP Engineers building agentic AI systems, DeepSeek-V4's 1M-token context window and optimized architecture fundamentally alter inference economics. Your infrastructure strategy should prioritize platforms like NVIDIA Blackwell, which demonstrate strong out-of-the-box performance, to achieve the lowest token cost for deploying these high-performance, long-context models. Consider using NVIDIA GPU-accelerated endpoints or NIM for rapid prototyping and deployment.

Key insights

DeepSeek V4 models optimize long-context inference via a hybrid attention mechanism, significantly reducing FLOPs and KV cache memory.

Principles

Method

Hybrid attention combines Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA) to dynamically compress KV entries and sparsify attention matrices, reducing memory and computational overhead.

In practice

Topics

Code references

Best for: AI Architect, NLP Engineer, CTO, AI Engineer, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by NVIDIA Technical Blog.