Skip to main content
Home
Watch Demo
Watch Demo
Domino's logo

Who is Domino?

Domino Data Lab empowers the largest AI-driven enterprises to build and operate AI at scale. Domino’s Enterprise AI Platform provides an integrated experience encompassing model development, MLOps, collaboration, and governance. With Domino, global enterprises can develop better medicines, grow more productive crops, develop more competitive products, and more. Founded in 2013, Domino is backed by Sequoia Capital, Coatue Management, NVIDIA, Snowflake, and other leading investors.

Watch Demo
  • Platform

      • AI infrastructure
      • Data management
      • AI workbench
      • MLOps
      • AI governance
      • FinOps
      • Pricing
      • Security & compliance
      • What's new
  • Solutions

    • Industries

      • Life sciences
      • Finance
      • Public sector
      • Retail
      • Manufacturing
    • Use Cases

      • Generative AI
      • Cost-effective data science
      • Self-service data science
      • Model risk management
      • Cloud data science
  • Learn

      • Events
      • Blog
      • Podcast
      • Courses and certifications
      • Data Science Dictionary
      • Documentation
      • Support
      • Demo hub
  • Company

      • About
      • Why Domino
      • Careers
      • News and press
      • Partners
      • Customers
      • Contact us

© 2026 Domino Data Lab, Inc. Made in San Francisco.

  • Do not sell my personal information
  • Privacy policy
  • Terms and conditions
  • Security
  • Legal
Market LeadershipPerspective
September 11, 2026 | 8 min read

What the NVIDIA Hugging Face deal means for open-weight model governance

NVIDIA and Hugging Face joined forces. Domino orchestrates and governs what you deploy from them.

Andrea Lowe
Andrea Lowe
← Return to blog home

NVIDIA is buying Hugging Face for $12.93 billion, and with it the platform where more than 18 million developers, 3 million models, 500,000 datasets, and 200,000 companies already live.

That purchase ends the enterprise argument against open-weight models. For the last few years, the resistance was a procurement issue, built on fears of a quality gap, the lack of a vendor to call when something breaks, unclear origins, and the fact that your own staff had to keep it running. But the dominant force in AI compute just paid nearly $13 billion for the place those models live, which means the question is no longer whether open-weight models are a serious option.

The end of the AI vendor lock-in era

Huang was specific in his post announcing the deal. "Hugging Face will remain an open platform for the entire AI ecosystem," he wrote, and then went further than the usual reassurance: "Developers will choose the models they want, the frameworks they want, the clouds and inference service providers they want and the computing platforms they want. NVIDIA compute will not be required to build on or deploy through Hugging Face."

The acquisition signals a clear commitment to choice. NVIDIA did not need Hugging Face to gain distribution for its own efforts, given that it already leads the platform in open contributions, with over 500 models and 250 datasets published. Instead, it purchased the hub developers rely on to evaluate and switch models, while pledging to keep access open.

For enterprise buyers, the key takeaway is NVIDIA’s bet against a single model standard. As capabilities, costs, and licensing terms move, you will swap models the way you already spread workloads across clouds, to keep production applications off any one vendor’s API. The cost of that freedom is that every swap has to clear the same bar: who approved this model, what it was evaluated against, and how it behaves in production.

The DevOps cost of open-weight models

Pulling a model from Hugging Face takes just a few hours. Proving its lineage and path to production to the validation team that has to sign off is the part with no good answer.

Self-hosting an open-weight model often trades one problem for another. Engineering teams face weeks of DevOps overhead before a single evaluation can be drafted. Organizations end up relying on fragmented tools across serving, monitoring, and evaluation, losing visibility across the workflow and leaving no clear way to answer whether this model is ready to replace an external API.

Once a team solves that DevOps puzzle, hardware creates a second bottleneck. Model size is where an engineering preference turns into a hard budget line. The parameter count you choose directly dictates your hardware footprint. An 8B model runs on a single standard GPU and handles focused work like summarization or extraction. A 70B model needs about 140 GB at full precision and a multi-GPU node. GLM-5.3, which landed on Hugging Face days before the announcement, has 753 billion parameters and will need more than one multi-GPU node.

The only way to find the smallest model that clears your quality bar is to try several, which means the evaluation has to come before the hardware commitment. Run the candidates on elastic compute first, then size the committed spend to the one that performed best.

The hurdle

What teams plan for

What the work turns out to be

Servicing the model

Download the weights, call the API

Containerize an inference server, provision GPUs, expose an endpoint, build monitoring from scratch

Sizing the hardware

Pick the best model available

Buy the GPUs to run the evaluation that tells you which GPUs to buy

Getting it approved

A checkbox at the end

Document where the model came from, prove how it performs, and get validation to sign off

Because open-weight models decide both your infrastructure costs and your deployment architecture, they move the decision from strategy and procurement to platform engineering and governance. That work lands on a different team with a different budget line, and no acquisition changes it.

Bridging the deployment gap with Domino

Domino is the governed platform open-weight models run on, and the team that builds the applications on top of them. Domino registers models straight from Hugging Face and deploys them on your own infrastructure behind a universal API. The model runs on an optimized serving layer, and your application code stays exactly the same, whether you are calling a local Llama or an external frontier model. Access is scoped by user or organization, and every deployment is versioned and reproducible. You bring your policies and customize them to your risk profile, and Domino enforces them at runtime. Nothing deploys until the approvals clear.

A unified audit trail shows how a model behaved at any point in time. Self-hosting keeps PII, classified information, and proprietary data inside your network, which is why most regulated teams look at open-weight models in the first place.

But securing the model is only half the job; you still have to prove it works. Domino uses a single framework to evaluate both self-hosted and frontier models against the exact same criteria. Deciding whether an open model can replace a paid API becomes a question you can answer with a side-by-side comparison.

What NVIDIA saw in 2021

In October 2021, NVIDIA took part in Domino's $100 million Series F alongside an expanded partnership, nearly five years before the Hugging Face deal. The premise then is the one Huang describes now. Whichever frameworks, models, and compute platforms win out, an enterprise still needs one governed control plane to run them all in. In 2021 that meant R next to Python, SAS next to PyTorch, and on-premises next to cloud. Today it means an open-weight model from the hub next to a frontier API, evaluated against the same criteria. The models changed; the underlying principle didn't.

While you can pull any model from the hub, NVIDIA’s own open-weight ecosystem provides a stress test for this architecture. Domino’s GTC demo put this into practice with a multi-agent IT incident triage system. Domino served the core Nemotron model directly, with NeMo Guardrails handling pattern-based filtering. Nemotron Safety Guard ran as a separate, independently scalable endpoint. NeMo Evaluator ran as a native Domino Job, wired into the policies, and attached the scans as governance evidence. That is NVIDIA building the models, Domino providing the governance, and the enterprise choosing the infrastructure.

From governed model endpoints to enterprise AI applications

A multi-agent IT triage system like the one in Domino’s GTC demo proves the backend architecture, but a governed endpoint is still just an endpoint. Business value only happens when that model reaches the people actually making decisions. IT responders, claims adjusters, and clinical reviewers don’t open model cards. They open applications.

Domino runs those AI-powered applications on the same governed infrastructure as the models behind them. The app enforces the same access controls and approval gates as the endpoint underneath it, and logs every interaction to the same audit trail.

However, getting to that deployed application is where most enterprise teams stall. Our Solutions Team co-builds these applications with you. The work starts from the business problem and ends with working software on a governed foundation.

The enterprise mandate for model governance

By committing to keep the world’s largest model hub open and vendor-neutral, the NVIDIA-Hugging Face deal makes open-weight models a permanent enterprise staple. But while getting a model is now the easy part, the burden of proving governance and safety in production still falls on you.

Domino gives you the infrastructure to do exactly that by adapting to your enterprise, not the other way around.


Request a demo to see the path from a Hugging Face model card to a governed endpoint, or discover how Domino powers secure multi-agent systems with Agentic AI.

Keep reading: Deploying self-hosted LLMs in Domino and Jensen Huang on the Hugging Face acquisition.

Andrea Lowe
Andrea Lowe

Andrea Lowe, PhD is the Product Marketing Director for Data Science, AI, and ML at Domino Data Lab, where she drives go-to-market strategy and technical content for the platform. Over seven years at Domino, she has worked across training, sales engineering, product, and customer success, building a deep understanding of what it actually takes to deploy AI in regulated industries. Before entering tech, she was a neuroscientist turned data scientist.

Domino platform

The enterprise platform to build, deliver, and govern AI

Watch the 15 minute on-demand demo to get an overview of the Domino Enterprise AI Platform.

Watch demo

In this article

  • The end of the AI vendor lock-in era
  • The DevOps cost of open-weight models
  • Bridging the deployment gap with Domino
  • What NVIDIA saw in 2021
  • From governed model endpoints to enterprise AI applications
  • The enterprise mandate for model governance