What are those "weights"?

During training, an AI model learns billions of numbers, which are the weights. Together they form the model's "brain": everything it learned is captured in those numbers. Whoever has the weights has the working model and can run it.

Open or closed?

Note: open-weights is not the same as fully "open source". With open-weights you get the working weights, but not necessarily the training data or all the code used to build the model. To use it, that is more than enough.

Why does this matter?

Because you hold the weights, you can put an open-weights model on your own or European servers and process your data without it ever going to an external provider. With a closed API model, you have to send your data to the vendor by definition. For data that must stay within the EU, that is the difference.

The trade-off

The largest closed models are often still more capable and easier to use today. Open-weights models, on the other hand, give you full control and privacy, but you handle the hosting and the compute yourself. The right choice depends on your sector, your data sensitivity and your budget.

How Sevendays handles this: for sensitive data we can self-host an open-weights model on European infrastructure, so your data never leaves your own environment. For less sensitive tasks we often pick the most capable model via API with a zero-retention plan. That is how our AI platform works securely on your own data.

Related terms