NVIDIA has unveiled Nemotron 3.5 Lightning, a 30-billion-parameter mixture-of-experts model built for speed. The company is pitching it at fast, high-volume AI tasks, with a focus on making agentic workloads cheaper and quicker to run.
The release lands as AI teams shift from single-prompt demos to systems that act. Those systems, agents that browse, book, code, or troubleshoot, send a steady stream of requests through a model. Every extra millisecond of latency multiplies across the loop.
A leaner design for high-volume work
Mixture-of-experts models don't fire every parameter on every request. Instead, a router picks which parts of the network handle a given input. That's how Nemotron 3.5 Lightning carries a 30B parameter count while keeping per-request compute low. For teams running thousands or millions of calls, the difference shows up in latency and cost.
The tradeoff is a familiar one. MoE models can be harder to serve efficiently, and their speed depends heavily on the routing and the hardware underneath. NVIDIA's pitch is that this model gets the balance right out of the box.
Where agentic workloads come in
Agentic workloads are the growth area here. These are systems where a model doesn't just answer a prompt. It plans, calls tools, checks results, and loops until a task is done. Each step in that loop is another model call, so throughput becomes the limiting factor. A model that responds faster lets agents finish more tasks in the same window.
That's the niche Nemotron 3.5 Lightning is aimed at, according to NVIDIA. High volume, repeated calls, and a need for quick turnaround. The company frames the model as a redefinition of efficiency in that setting, a direct answer to the complaint that agentic AI burns too much compute.
What the announcement doesn't say
NVIDIA didn't release benchmark numbers alongside the unveiling, and it didn't lay out pricing or hosting details. There's also no word yet on which inference frameworks or cloud platforms will carry the model first. Those specifics will determine whether the efficiency claims hold up when developers actually put the model under load.
For now, the model is a name and a spec sheet. The real test comes when it's in production, and when teams can measure whether Lightning actually cuts the cost of running agents at scale.




