Artificial intelligence

DeepSeek V4: why PRO/FLASH is interesting

DeepSeek V4: why PRO/FLASH is interesting

The really interesting thing about DeepSeek V4 is that it does not look like just a bigger model.

The model card points to a fairly clear direction: DeepSeek is working on models that are huge but more efficient, with very long contexts and an architecture designed to make training more stable.

MoE architecture: large capacity, controlled inference cost

DeepSeek V4 is a Mixture of Experts model, so it does not activate all parameters for every token. The V4 Pro version has 1.6 trillion total parameters, but around 49 billion active per token. The V4 Flash version is lighter, with 285 billion total parameters and 13 billion active per token.

This is the key point of MoE: you have a lot of overall capacity, but the inference cost stays more controlled than an equivalent dense model.

Hybrid Attention and a 1 million token context

The most interesting part, though, is the new Hybrid Attention Architecture. DeepSeek combines Compressed Sparse Attention and Heavily Compressed Attention to manage the KV cache better and make long context more sustainable.

The standout figure is the context length of 1 million tokens.

A million tokens means being able to work, at least on paper, with large repositories, technical documentation, long logs, contracts, manuals or complex agentic systems. One open question remains, though: can the model really make good use of all that context? Accepting many tokens does not automatically mean retrieving them and reasoning over them precisely.

Training stability and reasoning modes

Another technical novelty is Manifold-Constrained Hyper-Connections. Put simply, they serve to make the signal flow more stable inside a very deep network. It is not enough to add layers and parameters. You also have to make sure training stays stable and that the model does not lose quality as it grows.

DeepSeek also mentions the Muon Optimizer, used to improve training convergence and stability. The model card does not go into too much detail, but the message is clear: the work is not only on the final model, but also on how that model is trained.

V4 also introduces several reasoning modes: Non-think, Think High and Think Max. It is a sensible choice, because not all tasks require the same level of reasoning. Sometimes you need a quick answer, other times it makes sense to spend more compute to get a deeper one.

Open weight: why DeepSeek V4 matters for companies

The strategic part is perhaps the most important: DeepSeek V4 is released both via API and through an open-source repository, with weights and code indicated under the MIT license for the distributed part.

This changes the conversation. An API-only model makes you dependent on the provider. An open weight model can be studied, integrated, modified and brought inside private infrastructure.

And this is where DeepSeek becomes interesting from a market standpoint too.

If increasingly strong models also become more open and cheaper to use, it gets hard to justify very high costs for many business tasks. You do not always need the best model in the world. Often you need a model that is good enough, controllable and easy to integrate.

What is still missing (and where DeepSeek is heading)

The model card is not enough to say how competitive V4 really is against the best closed models. Independent benchmarks are missing, along with full details on training, the RL pipeline, the datasets and the actual quality in long context.

But the direction is clear.

DeepSeek V4 pushes on efficiency, long context, architectural stability and openness.

The really interesting thing is that it does not just offer a more powerful chatbot. It offers a model as infrastructure.

And maybe that is exactly the point: the next phase of AI will not be only about deciding who has the smartest model, but who will manage to make it more usable, cheaper, more controllable and closer to real infrastructure.

بقلم Claudio