Standalone · Frontier

DeepSeek V4 Pro: the 1.7T open frontier model

A 1.7T-parameter open frontier model under the MIT license. What it takes to serve it, and why the open frontier just moved.

DeepSeek V4 Pro 0813 is a 1.7T-parameter open frontier model under the MIT license. That's the sentence that changes the serving conversation: a model this size, open, and permissively licensed means the frontier is now something you can run yourself.

The model

1.7T parameters, MIT license, open weights. DeepSeek's MoE architecture means the 1.7T parameters are active sparsely, which is what makes serving it feasible. The model is available for inference today on Baseten's model APIs, and it's the kind of model that makes the "open frontier" phrase real.

What it takes to serve

Serving a 1.7T-parameter MoE is a different problem from serving a 70B dense model:

Mental model

Serving a 1.7T MoE is like running a city where only a few neighborhoods are awake at any given time. The routing decides which neighborhoods, and the infrastructure has to serve all of them.

Why it matters

The takeaway

When a 1.7T model is open and MIT-licensed, the moat isn't the model anymore. It's the serving.

Sources

Back to the blog