DeepSeek’s new model sets a template for powerful LLMs that run lean

← Back to the feed

DeepSeek’s new model sets a template for powerful LLMs that run lean

The Register · 2 hours ago

DeepSeek, the Chinese AI developer, has released an updated version of its efficiency-focused "Flash" model, DeepSeek V4.1 Flash, on Thursday. Despite being significantly larger than its predecessor, the new model requires far fewer computing resources to run, challenging the assumption that bigger models necessarily demand more powerful hardware to serve. This matters because it points towards a future where more capable AI models could be deployed more cheaply and efficiently, reducing the GPU infrastructure needed to support them.

At 763 billion parameters, V4.1 Flash is more than 2.5 times larger than the version it replaces, and bigger than the V3 and R1 models that first brought DeepSeek to prominence in early 2025. The efficiency gains come from two main innovations: reworked attention mechanisms and a new causal encoder-decoder that cut memory-hungry key-value cache consumption to between 13 and 25 percent of the previous model's requirements, allowing it to serve four to eight times as many users in the same memory footprint; and the introduction of 196 billion "N-gram" parameters forming a "conditional memory module" that decouples memory from computation, a concept similar to Google Gemma's Per-Layer Embedding technology but adapted for token groupings rather than embeddings.

  • DeepSeek's V4.1 Flash model is 2.5x larger but far more efficient to run
  • New architecture cuts memory cache needs to 13-25% of prior version
  • Novel "N-gram" parameters act as cheap lookup-based memory module

New here? Start with this

DeepSeek is a Chinese AI company that has become known for building large language models, the same type of technology behind chatbots like ChatGPT, but with a focus on making them cheaper and more efficient to run. It first drew wide attention in early 2025 with earlier models called V3 and R1, which showed that capable AI systems could be built without the huge computing budgets used by major US firms. Its "Flash" model line continues that focus on efficiency rather than raw scale.

Running large AI models is expensive because they typically need vast amounts of specialised computer memory and processing power, provided mainly by graphics chips known as GPUs. The bigger a model gets, the more of this hardware it usually needs, which limits how many people can use it at once and drives up costs for the companies offering it. Reducing that hardware burden without sacrificing capability has become a major goal across the AI industry.

This matters beyond DeepSeek because if a much larger model can run using significantly less memory and hardware, it suggests other developers could apply similar techniques to make their own AI systems cheaper to operate. That could influence how AI services are priced, how widely they can be deployed, and how much computing infrastructure the industry as a whole needs to build.

AI Americas Geopolitics Politics Technology World

Read the full article at the source →