When you call MiniMax or Gemma through Infercom's API, you're using an "open-weight" model. Many people treat that as a technical footnote. It isn't. It's one of the most consequential decisions in your AI strategy - affecting who can see your data, how much you pay, whether you're locked to a single vendor, and what you actually own.
The term gets conflated with "open source" constantly, and the distinction is widely misunderstood. So let's clear it up - and then look at why open-weight models, served on sovereign infrastructure, give European businesses advantages that proprietary APIs structurally cannot.
First, the Distinction: Open Weight ≠ Open Source
The two terms sound interchangeable. They aren't.
An open-weight model gives you the trained parameters - the billions of numbers that encode what the model knows. You can download them, run them, and (depending on the license) fine-tune them.
An open-source model gives you all of that plus the recipe: the training code, the training data, and everything needed to rebuild the model from scratch.
Driven by the Open Source AI Definition that the Open Source Initiative - the body that maintains the approved list of open-source software licenses - published in October 2024, the industry now draws a firm line between the two. The reality: almost every model marketed as "open source" today - including DeepSeek, Qwen, and Gemma - is actually only open-weight.
| Aspect | Truly Open Source | Open Weight | Proprietary (GPT, Claude) |
|---|---|---|---|
| Model weights | ✓ | ✓ | ✗ |
| Training code | ✓ | ✗ | ✗ |
| Training data | ✓ | ✗ | ✗ |
| Run on your chosen infrastructure | ✓ | ✓ | ✗ |
| Modification / fine-tuning rights | Full | Varies by license | None |
For your business, the row that matters most is the fourth one: open-weight models run on infrastructure you choose. That single property is where the strategic advantages come from.
But Are Open-Weight Models Actually Any Good?
This is the first question most people ask, and it's the right one. There's no point owning your data path and avoiding lock-in if the model underneath isn't good enough to do the job. A few years ago, the honest answer was "close, but a clear step behind." That's no longer true.
The gap between the best open-weight models and the best closed, proprietary ones has narrowed dramatically. In 2024 it was often 30 points or more on common benchmarks. By 2026 it sits in the low single digits for most everyday tasks. A 2026 study from MIT Sloan and Georgia Tech found that open models reach roughly 90% of closed-model performance at launch and often close the remaining gap within months - while running at a fraction of the cost. Independent tracker Epoch AI measures the lag as a matter of months, not generations, and notes it isn't widening.
For the things most businesses actually build - summarization, data extraction, customer support, content generation, and especially coding - the difference between a top open model and a top closed one is often invisible in practice. Coding is where open weights have caught up most completely: MiniMax and DeepSeek now sit close to the frontier on real-world software tasks, which is why they've become popular for agentic coding.
Where does the gap still show? On the hardest frontier reasoning, complex multi-step agentic workflows, and the most demanding generalist knowledge, the leading closed models retain an edge. We won't pretend otherwise - if your use case lives at that frontier, test carefully. But for the large majority of production workloads, open-weight models are not a compromise you tolerate for the sake of sovereignty. They're good, and you can verify that yourself: Artificial Analysis publishes independent, continuously-updated rankings, and the most reliable signal of all is testing a candidate model against your own workload.
Why This Matters for Your Business
No Vendor Lock-In
With a proprietary model, you never get the weights - so the owner stays in control no matter where the model physically runs. It might be served from their own API or a licensed cloud partner, but the owner still dictates the terms: pricing, capacity limits, usage policies, and the deprecation schedule. A cloud partner changes who hosts the compute, not who controls the model. When a version is retired or limits change, you adapt - on their timeline, not yours.
Open-weight models break that dependency:
- Switch providers without switching models. If a provider raises prices or degrades service, you move the same model elsewhere.
- Switch models without re-architecting. If MiniMax's next release outperforms your current model, you migrate through the same OpenAI-compatible API.
- No forced deprecations. An open-weight model you rely on doesn't disappear because a vendor decided to sunset it.
This is why KPMG's Q2 2026 AI Pulse survey found 95% of organizations now have a formal AI strategy, with the shift toward open-weight models driven primarily by flexibility and cost avoidance - the option to escape a single vendor's gravity.
Your Data Stays Out of the Model Creator's Reach
This is the advantage most buyers underestimate.
When you use a proprietary API, every prompt you send travels through the model creator's infrastructure. With an open-weight model served by Infercom, the model creator - whether Google, OpenAI, or MiniMax - never sees your data at all. They published weights. They operate nothing in your data path.
Your data goes to our EU infrastructure instead, under EU jurisdiction. The model's country of origin becomes irrelevant to where your data lives, because the model creator isn't hosting anything.
The difference between renting a proprietary model and running open weights on infrastructure you trust.
Your data travels through the model creator's infrastructure.
The model creator is out of your data path. Your data stays in EU jurisdiction.
A Cost Structure Without the Model-Creator Margin
Proprietary API pricing bundles in the model creator's margin - R&D amortization, profit, the cost of their moat. Open-weight pricing reflects inference compute. There's no per-seat license to the lab and no API markup stacked on top. When better open models ship, you benefit immediately, without renegotiating an enterprise contract.
Cost usually isn't the first reason our customers choose open weights - sovereignty and performance matter more - but the structural difference is real, and it compounds at scale.
You Can Run Your Own Fine-Tuned Models
Open weights let you fine-tune a model on your proprietary data - adapting it to your domain, your terminology, your tasks. Under permissive licenses, the resulting checkpoint is yours: trained on your data, weights kept entirely private, no revenue share to the original lab, no permission required.
That's not possible with a proprietary API, where the model is a black box you rent but never own. And once you have a fine-tuned model, you need somewhere to run it. Our Dedicated and On-Premises offerings host your fine-tuned checkpoints on EU infrastructure - so your custom model, built on your intellectual property, runs under the same sovereignty and control as everything else in your stack. (Our shared API serves the base models; custom checkpoints run on Dedicated or On-Premises.)
Author and Book: Why the Model Creator Can't Reach Your Data
To understand why the model creator can't see your data - and why you stay fully in control of how your model runs - it helps to understand what an open-weight model actually is under the hood.
Think of it like a published book. A lab that releases open weights is the author: Google, OpenAI, or MiniMax writes the book - trains the model - and publishes it for anyone to obtain. Infercom obtains a copy and runs it on our own infrastructure to answer the questions you send.

But a published book can't do one thing. Once it's printed and on a shelf, the author has no idea which library holds it, who's reading it, or what questions are being asked of it. The book just sits there - it can't watch its reader or report anything back. Open weights work exactly the same way: once a lab publishes them, they have no connection to how those weights run on our infrastructure, and no visibility into the prompts you send them.
What's Actually in the "Book"
An open-weight model is a collection of large binary files - nothing executable, no hidden logic. The dominant distribution format in 2026 is SafeTensors, now used by over 1.1 million models on Hugging Face. A large model runs to tens or hundreds of gigabytes of weight files - gpt-oss-120b, one of the models we serve, carries over 100 billion parameters - and these are exactly the files we load onto our infrastructure.
These files contain only numbers - the learned parameters. On their own they do nothing at all; they just sit there until an inference runtime loads and runs them. And the runtime is not something the lab provides.
Who Actually Runs the Model: SambaNova's Runtime
The inference runtime is where all computation and control actually live - and on Infercom, that runtime is SambaNova's dataflow architecture, not a GPU stack.
Rather than shuttling data back and forth to memory between every operation the way GPUs do, SambaNova's RDU (Reconfigurable Dataflow Unit) lays the model out as a continuous flow and streams data through it. The software layer that makes this work is SambaFlow, SambaNova's compiler and orchestration system. It takes the same standard weight files anyone can download and:
- Translates them into optimized dataflow configurations for the hardware
- Loads them into a three-tier memory hierarchy - on-chip SRAM, HBM, and DDR
- Streams your tokens through the pipeline without the memory bottlenecks that throttle GPUs
- Manages batching, caching, and scheduling across requests
The model creator has no role in any of this. They wrote the book; we run it - on our hardware, in our datacenter, under our control. This is also why open-weight models on our infrastructure are fast - 428 tokens per second on MiniMax M2.7, an architectural advantage, not just an openness one.
What About "Backdoors" in the Weights?
It's a fair question, and one worth answering directly: could a model's weights contain a hidden backdoor that secretly sends your data somewhere? For any open-weight model, from any lab, the answer is no - and the reason is architectural.
For weights to exfiltrate data, they would need to do three things they fundamentally cannot. They would need to contain executable code - but weights are numbers, not programs. They would need network access - but the runtime handles all input and output, and we own the runtime. And they would need to reach outside our infrastructure - but nothing in a weights file can act beyond the systems we control.
Weights are deterministic mathematical functions: the same input produces the same output, every time. There's no mechanism inside a weights file to send data anywhere. A published book can't report back to its author about who's reading it - and neither can a set of model weights.
This is a different thing from a software supply-chain risk, where the concern is executable code that can make network calls. Model weights aren't code, which is why that category of risk doesn't apply. It's what lets you adopt any open-weight model, from any lab, with confidence that your data path is governed entirely by the provider you chose.
But Can You Trust Infercom? (The Question That Actually Matters)
The real question isn't whether MiniMax or Google can see your data - architecturally, they can't. The real question is whether your inference provider is trustworthy, because the provider is the one party that does sit in your data path.
So here's who we are and how we operate:
- We own the hardware. The infrastructure your requests run on is Infercom-owned - not rented hyperscaler capacity, not shared multi-tenant cloud. No third party can be compelled to hand over access to servers we don't control, because there is no third party between you and the metal.
- EU jurisdiction, physically and legally. Requests to our EU-hosted models run in an EU datacenter, on EU soil, governed by EU law, with no US parent company and no US CLOUD Act exposure.
- Zero data retention. Prompts and responses aren't stored after processing - nothing inference-related is persisted to disk. Usage logs keep metadata only (timestamps, token counts, model used).
- Your prompts are never used for training. We're an inference-only platform. Your data trains nothing.
- Independently certified. ISO 27001 for our information security management, plus CSA STAR Level 1 covering AI-specific data handling and model governance controls.
- GDPR compliance in place. A Data Protection Officer you can reach directly, and a GDPR Article 28 Data Processing Agreement ready to sign for enterprise customers.
- Transparent about our stack. We won't overstate sovereignty. Our inference runs on SambaNova's technology, and SambaNova is a US company - we're upfront about that rather than pretending the stack is something it isn't. What we control and commit to is the part that governs your data: EU jurisdiction, EU data residency, zero retention, and no training on your prompts. We'd rather you know exactly where the lines are than sell you a simplified story.
The full picture - certifications, encryption, sub-processors, and exactly how data is handled - is on our Trust page.
The takeaway: with a proprietary API, you're trusting the model creator and their infrastructure. With open weights on Infercom, you remove the model creator from the equation entirely and are left trusting one clearly accountable EU party - operating under EU law, independently certified, contractually bound.
Security: Why Open Weights Put You in Control
Enterprise security teams rightly scrutinize any model they adopt - and open-weight models on sovereign infrastructure give them more control, not less. The key is a distinction that often gets missed: the difference between a model and a service.
A model is the weights - just numbers that do nothing on their own. A service is the infrastructure and application code that runs them. Many security questions people raise about a model are really questions about a service: how does the app transmit data, where are prompts stored, who operates the servers, what jurisdiction governs it. Those are exactly the right questions to ask - and with open weights, you get to choose the answers, because you choose who runs the model.
When you run an open-weight model on Infercom, the data path is ours, under EU jurisdiction - not the model creator's, wherever they happen to be based. The model creator operates nothing in your workflow; they published weights, and they run no service that touches your data. Origin becomes a question of behavior, not data security: a model's training can shape its outputs - tone, strengths, the topics it handles well - which you evaluate through testing against your own use case, exactly as you would for any model from any provider. That's a quality assessment you control, not a hidden risk you inherit.
This is the freedom open weights give you: you never have to accept a model creator's service terms, infrastructure, or jurisdiction just to use their model. You bring the model to infrastructure you trust - and everything about how your data is handled follows from that choice, not from where the model was built.
What the Licenses Let You Do
Licenses govern what's legally permitted with the weights. As an API customer, most terms are handled by us serving the model - but they matter directly if you plan to fine-tune or deploy on-premises.
Gemma license (Google). Gemma 4 ships under standard Apache 2.0 - a notable shift from earlier versions that used a custom license with a prohibited-use policy enterprise legal teams routinely flagged. Apache 2.0 permits commercial use with no fees, modification, redistribution, and keeping your fine-tuned weights proprietary. You just preserve the license text and attribution.
gpt-oss license (OpenAI). OpenAI's open-weight models, including gpt-oss-120b, ship under Apache 2.0 alongside a short usage policy. Apache 2.0 grants the commercial freedoms above - use, modification, redistribution, and keeping fine-tuned weights proprietary - while the usage policy sets out acceptable-use expectations. Notably, these weights are not served through OpenAI's own API; they're released for anyone to run on their own infrastructure.
MiniMax license. Terms across the MiniMax line have shifted over time - earlier models were released under a fully permissive MIT license, and some later releases moved to requiring authorization for commercial use. For you, that complexity is a non-issue: when you access MiniMax through our API, we hold the appropriate commercial arrangements and serve it to you under our own terms. License compliance is our job, not yours - you build on the model without tracking which release carries which conditions.
A note on why labs give models away. Buyers often ask what the catch is. The short answer: for most labs the model isn't the product - the developer community around it, the cloud platform, the enterprise services, or the research reputation is. Their motivation doesn't change what you receive: a capable model you access through a provider you trust.
The Bottom Line
Open-weight models usually are cheaper than closed frontier models - their pricing tracks inference compute rather than a model creator's margin, and that difference is real. But cost is only part of the case. They're also a different architecture of control: one where you depend on fewer vendors, keep the model creator out of your data path, and can own what you build.
Understanding what open-weight means lets you see clearly:
- You're not locked in - swap models and providers as the field moves.
- Your data is governed by your provider and jurisdiction - not the lab's, and not its country of origin.
- You stay in control of security - the questions that matter are about provider trust and model behavior, both of which you choose and can test.
- You can own a fine-tuned model outright - and run your custom checkpoint on Dedicated or On-Premises.
The capability gap that once justified paying a premium for closed models has largely closed for everyday workloads - and it isn't widening. With performance no longer the deciding factor, the choice comes down to control: who holds your data, who dictates your terms, and who owns what you build. On all three, open weights on sovereign AI inference infrastructure give you the stronger position.
Frequently Asked Questions
What's the difference between open-weight and open-source AI?
Open-weight means you get the trained model parameters to download and run. Open-source means you also get the training code and data needed to reproduce the model from scratch. Most models marketed as "open source" today - including DeepSeek, Qwen, and Gemma - are technically open-weight only.
Is it safe to use a model built by a lab in another country?
Yes, when you run it on infrastructure you trust. A model is just weights - numbers that contain no executable code and can't transmit data on their own. Running an open-weight model on Infercom means the model creator operates nothing in your data path and has no access to your requests. A model's origin can shape its behavior (its strengths, tone, and the topics it handles well), which you evaluate through testing - but it never determines where your data goes or who can see it. That's governed by your provider and its jurisdiction. See our Trust page for our full compliance posture.
Can I fine-tune an open-weight model for commercial use?
It depends on the license. Apache 2.0 models like Gemma 4 allow commercial fine-tuning with no restrictions; others carry revenue thresholds or require authorization. Once you've fine-tuned a model, Infercom can host your custom checkpoint on our Dedicated and On-Premises offerings, on EU infrastructure.
Who owns a model I fine-tune from open weights?
You do. Under permissive licenses like Apache 2.0, your fine-tuned checkpoint is your intellectual property - no revenue share, no disclosure requirement, no permission needed. Your data, your training, your weights.
Does using an open-weight model mean my data goes to the country the model came from?
No. The model creator publishes only weights and operates nothing in your data path. Your data goes to your inference provider's infrastructure. With Infercom, that's an EU datacenter under EU jurisdiction, regardless of where the model was created.
Sources
Open Weight vs Open Source
- GEO Toolbox: Open Weights vs Open Source (2026)
- KAVRIQ: Open Weights Is Not the Same as Open Source AI
- Command Code: Open Weight vs Open Source Models
Model Licenses
- Google Gemma 4 Apache 2.0 License Review
- MindStudio: Gemma 4 License Analysis
- OpenAI: Introducing gpt-oss
- Decrypt: MiniMax M2.7 License Change
Model Performance
- Artificial Analysis: Open-Source Model Leaderboard
- Epoch AI: Open-Closed Capability Gap
- Rest of World: When Americans Choose Chinese AI (MIT Sloan / Georgia Tech study)
- Digital Applied: Open-Weight vs Closed-Source Gap Analysis
Business Strategy
- Forbes: Open Source AI Is Moving From Sideshow To Strategy
- Digiwit: Open-Weight AI Models Explained
- CSIS: What to Know About Chinese AI Models
Technical Formats
SambaNova Architecture
Written by Thomas Vits, with assistance from AI.