model releaseDeepSeek

DeepSeek V4 cuts inference costs with 1.6T parameter model using 13.7x less memory than V3

TL;DR

DeepSeek released V4 in two versions: a 284 billion parameter Flash model and a 1.6 trillion parameter Pro model with 49 billion active parameters. According to DeepSeek, the models use 9.5x-13.7x less memory than V3 through compressed attention mechanisms and FP4/FP8 mixed precision, while supporting a 1 million token context window.

2 min read
0

DeepSeek V4 cuts inference costs with 1.6T parameter model using 13.7x less memory than V3

DeepSeek released V4 on April 24, 2026, offering two open weights models: a 284 billion parameter Flash mixture-of-experts model with 13 billion active parameters, and a 1.6 trillion parameter Pro model with 49 billion active parameters. The company claims the models rival proprietary Western LLMs while dramatically reducing inference costs.

Architecture and efficiency gains

The V4-Pro model was trained on 33 trillion tokens. According to DeepSeek's benchmarks, it outperforms all open weight LLMs and matches leading proprietary models. However, the company's benchmark claims have not been independently verified.

The key technical advancement is a hybrid attention mechanism combining Compressed Sparse Attention and Heavy Compressed Attention. These techniques reduce both compute requirements during inference and memory needed for key-value caches. DeepSeek claims this results in 9.5x-13.7x less memory usage compared to V3.2 while supporting a 1 million token context window.

Both models use mixed FP8 and FP4 precision. The mixture-of-experts weights specifically use FP4 through quantization-aware training—halving memory requirements compared to FP8 at the cost of reduced precision. DeepSeek V3 was among the first open models trained at FP8; V4 pushes further into lower precision territory.

For training, DeepSeek introduced a new optimizer called Muon, designed to speed convergence and improve training stability.

Hardware support and deployment

DeepSeek validated V4 to run on both Nvidia GPUs and Huawei Ascend NPUs. The technical paper confirms the company tested its "fine-grained EP [Expert Parallel] scheme on both Nvidia GPUs and Ascend NPU platforms."

The paper does not specify whether Huawei hardware was used for pre-training or only for inference and post-training reinforcement learning. DeepSeek may have used Nvidia GPUs for initial training and Huawei accelerators for the inference-adjacent reinforcement learning phase.

The models are available on Hugging Face, through DeepSeek's API, and via the company's web service. Pricing has not been disclosed.

What this means

DeepSeek's focus on inference efficiency addresses the primary cost barrier in large language model deployment. Reducing KV cache memory by an order of magnitude while maintaining a 1 million token context window would significantly lower serving costs for providers. The smaller 284B Flash model offers a middle ground between capability and cost.

Validation on Huawei Ascend NPUs is notable given U.S. export restrictions on Nvidia chips to China. If DeepSeek can achieve comparable performance on domestic hardware, it reduces dependency on American semiconductors—though the extent of Huawei chip usage in training versus inference remains unclear. The FP4 quantization strategy suggests DeepSeek is optimizing for hardware with limited precision support or memory constraints.

Related Articles

model release

Thinking Machines Lab releases Inkling: 975B-parameter open-weights multimodal model under Apache-2.0

Thinking Machines Lab released Inkling, a Mixture-of-Experts transformer with 975B total parameters and 41B active parameters, trained on 45 trillion tokens of text, images, audio and video. The Apache-2.0 licensed model is designed as a base for fine-tuning rather than a frontier model.

model release

Moonshot AI releases Kimi K3, China's largest model at 2.8 trillion parameters

Beijing-based Moonshot AI released Kimi K3, China's largest AI model at 2.8 trillion parameters. The company claims the model consistently outperforms OpenAI's GPT 5.5 and Anthropic's Claude Opus 4.8 on benchmarks including coding and general agents, though it still trails the leading-edge GPT 5.6 Sol and Claude Fable 5 in overall performance.

model release

Moonshot AI releases 2.8T parameter Kimi K3, pricing at $3/$15 per million tokens

Chinese AI lab Moonshot AI released Kimi K3, a 2.8 trillion parameter model priced at $3 per million input tokens and $15 per million output tokens. The model is currently available via API, with open weights promised by July 27, 2026. This represents the most expensive pricing from a Chinese AI lab to date, matching Anthropic's Claude Sonnet series.

model release

Moonshot AI's Kimi K3 to launch with 2-3 trillion parameters, targets Anthropic Claude Opus 4.8 performance

Moonshot AI will release Kimi K3 in the coming days with a parameter count between 2 trillion and 3 trillion, according to Financial Times sources. The open-weight model is expected to perform at par with or surpass Anthropic's Claude Opus 4.8, making it the largest open-weight AI model from China.

Comments

Loading...