← Blog
·2 min read

How much GPU do you really need for an open model in production

"Do we need a supercomputer?" is the question that stalls more AI projects than any other before they even start. The answer is almost always more modest than feared.

InfrastructureHardware

It's often the first objection we hear: bringing AI in-house seems to require an out-of-scale hardware investment. In practice, sizing depends on three variables — model size, quantization technique, real request volume — and almost never requires what's imagined at the outset.

The sizes that matter

Quantization changes the math

Reducing the numerical precision of the weights (from FP16 to INT8 or INT4) significantly cuts the memory required, and often increases response speed, at a quality cost that for many business use cases is imperceptible. It's often the single most effective lever for getting a model into production, on reasonable hardware, that would otherwise require much more expensive infrastructure.

Sovereign cloud or your own infrastructure?

This isn't an ideological choice but one of cash flow and predictability. Owning the hardware makes sense when usage volume is stable and predictable over time: the investment pays off and marginal costs fall. A Swiss sovereign cloud makes sense when volumes are variable, the project is still being validated, or you want to avoid the initial capital commitment while still keeping data on Swiss soil.

The calculation we do with clients

Only after answering these questions does it make sense to talk about specific GPUs and configurations. Starting from the hardware before the use case is the most common way to spend twice what's needed — or the opposite, undersizing and finding out only in production.

Want to talk about it applied to your case?

Book a call →More articles
Keep reading

Open models vs. closed models: what actually changes for your sensitive data

A closed model and an open-weight model aren't two variants of the same product: they change who sees your data and who controls the system. Here's how to decide, case by case.

FADP, GDPR, and artificial intelligence: the compliance checklist for business decision-makers

Adopting an AI tool without checking where the data ends up is the fastest way to turn a productivity gain into a compliance problem. Here's what to check first.