英偉達發佈閃電模型
Agentic AI / Generative AI NVIDIA Nemotron 3.5 Lightning Delivers Fast, Accurate Specialized Task Execution for Long-Running Agents Aug 11, 2026 By Chris Alexiuk and Chintan Patel Like Discuss (0) L T F R E AI-Generated Summary Like Dislike NVIDIA Nemotron 3.
5 Lightning is a 30B parameter, open Mixture-of-Experts (MoE) model with 3B active parameters, specifically optimized for high-volume, low-latency execution in always-on AI agents and agentic workflows.
The model includes features like speculative decoding, harness-optimized training, and quantization (NVFP4 and BF16 checkpoints) to deliver strong accuracy with up to 4x output speed compared to similar-sized models, making it highly efficient for agentic tasks on both local hardware and data centers.
NVIDIA NeMo Switchyard enables intelligent model routing, allowing Nemotron 3.5 Lightning to be deployed alongside other models for optimal task allocation, and the open release includes permissive licensing, weights, data, and recipes for extensive customization and broad ecosystem support.
AI-generated content may summarize information incompletely.Verify important information.Learn more Long-running AI agents spend most of their time on high-volume execution: tool calls, result validation, and subagent delegation.
Using a frontier reasoning model for every execution step adds cost and latency.NVIDIA Nemotron 3.5 Lightning is an open 30B mixture-of-experts (MoE) model with 3B active parameters built for that execution layer of always-on agents.
It is designed for harnesses like OpenClaw and Hermes Agent—all supported by the NVIDIA NemoClaw open source security and management stack for running always-on AI agents.The NVIDIA Nemotron open model family is like a software library, with each release continuously improving accuracy and speed.
As these models evolve, the rapid maturation of model routing and orchestration is also underway.This is important because developers increasingly build applications with a system of models.
Frontier reasoning models such as Nemotron 3 Ultra handle orchestration and complex planning while smaller, more efficient models handle the high-volume execution layer.This post introduces NVIDIA Nemotron 3.
5 Lightning and explains how its smaller MoE design is optimized for high-volume, low-latency execution in autonomous agents.It also details the inference and training innovations that power it.
Finally, the post also introduces NVIDIA NeMo Switchyard, a library that intelligently routes each task to the best model for the job.Why is Nemotron 3.5 Lightning ideal for long-running AI agents?Nemotron 3.
5 Lightning is a customizable open 30B MoE model with 3B active parameters, providing optimal high-volume execution for autonomous agents.MoEs are fast and efficient because a router sends each token to just a few of its many experts, so only a fraction of the model’s parameters run per token.
This provides the capacity of a larger dense model at the compute cost of a small one.Nemotron 3.
5 Lightning is the smallest member of the Nemotron 3 model family and ships with many of the same techniques proven across the family, including: Speculative decoding: Multi-token prediction was included during Nemotron 3.5 Lightning training (as for Nemotron 3 Super and Nemotron 3 Ultra).
Nemotron 3.5 Lightning also ships with DFlash and DSpark, enabling more comprehensive inference optimization across a range of serving scenarios.
Harness-optimized training: The model is trained for popular agent harnesses, enabling agents to make more accurate calls while reducing latency for high-volume tasks.
The result is a model built for execution-focused, high call volumes, and low latency—all at a size that deploys anywhere from an NVIDIA DGX Spark to a data center.Video 1.Learn how to deploy NVIDIA Nemotron 3.
5 Lightning on DGX Spark and use it for fast, high-volume agentic workloads Customize Nemotron 3.5 Lightning out of the box Models earn their place in specialized AI agent systems when they’re adapted to the job.
And Lightning-class models are highly customizable: small models fine-tune faster, cheaper, and on far more modest hardware than their larger counterparts.You can customize Nemotron 3.5 Lightning out of the box to fit your workload.
As with every Nemotron open model launch, the weights, training data, and recipes are released as permissively as possible under OpenMDW-1.
1, so you can: Fine-tune with LoRA or full SFT using NeMo Automodel and NeMo Megatron Bridge Run reinforcement learning and environment-based evaluations and rollouts with NeMo RL and NeMo Gym This release includes Nemotron-RL Agentic Terminal Pivot, an open agentic reinforcement learning dataset used to train some of the coding agent capabilities.
Route work to the right model using NeMo Switchyard While frontier models may win the headlines, models like Nemotron 3.5 Lightning earn their medals in the trenches.
They handle requests like git pull, validate tool outputs, format results, and run the routine calls that dominate any long-running agent’s token budget.Model routing and orchestration help make this division of labor more accessible.They are now available through NVIDIA NeMo Switchyard.
Switchyard can expose Nemotron 3.5 Lightning as a routing target alongside your open and closed models, so every request lands on the most capable and efficient model that can handle it.
Plans route up to the frontier, execution routes down to Lightning, ensuring that your tokens are spent efficiently and effectively.How does Nemotron 3.5 Lightning perform on the accuracy-speed Pareto frontier?Nemotron 3.
5 Lightning delivers leading accuracy at the highest output speed in its class, winning the accuracy-versus-speed Pareto frontier on the Artificial Analysis Intelligence Index.
This index combines nine evaluations to measure model performance across agentic tasks, coding, scientific reasoning, and general intelligence.Nemotron 3.
5 Lightning combines strong intelligence with up to 4x output speed of similar-sized models, placing it on the accuracy-speed Pareto frontier for high-volume agent workloads.Figure 1.Nemotron 3.
5 Lightning defines the accuracy-speed Pareto frontier for small open models on the Artificial Analysis Intelligence Index leaderboard Agent efficiency ultimately comes down to how quickly a model completes useful work and not simply how fast it generates tokens.On PinchBench, Nemotron 3.
5 Lightning reaches 86% accuracy while completing 10,000 tasks 30% faster than Qwen3.6 35B at similar accuracy.Higher inference throughput and token efficiency places Nemotron 3.5 Lightning on the efficiency frontier, helping always-on agents finish high-volume work faster.Figure 2.Nemotron 3.
5 Lightning leads the efficiency frontier by completing agentic tasks up to 30% faster at comparable accuracies How does Nemotron 3.5 Lightning deliver speed without compromising accuracy?Nemotron 3.
5 Lightning delivers speed and customization without compromising accuracy through speculative decoding, and quantization.Speculative decoding Nemotron 3.5 Lightning is built to quickly generate tokens and has the ability to generate multiple tokens through speculative decoding.
This is a process whereby the model, or draft model, will draft some number of tokens which are efficiently reviewed.Nemotron 3.5 Lightning underwent a dedicated pretraining stage to bake multi-token prediction (MTP) into the model, as with Nemotron 3 Super and Ultra.
After training, a dedicated MTP-boosting phase further improved MTP accuracy.Beyond MTP, two draft models are provided with Nemotron 3.5 Lightning: DSpark, which is recommended for DGX Spark inference workloads and low concurrency data center workloads.
MTP is best suited for medium to high concurrency, with the optimal draft length decreasing as concurrency increases.NVIDIA is also releasing a DFlash draft model, which can be measured against the others and may perform best for your workloads.Quantization Nemotron 3.
5 Lightning ships with an NVFP4 checkpoint alongside BF16, using the same specialized NVFP4 kernels that power Nemotron 3 Ultra across NVIDIA Blackwell, NVIDIA Hopper, and NVIDIA Ampere GPUs.The same file serves just as well in data centers as it does on your desktop DGX Spark.How is Nemotron 3.
5 Lightning ideal for local AI?Nemotron 3.5 Lightning makes capable agentic AI accessible on local systems including NVIDIA Jetson, GeForce RTX 5090, and DGX Spark.NVIDIA has worked with a number of teams including EXO Labs to understand how this model performs on DGX Spark.Figure 3.Nemotron 3.
5 Lightning sits right on the Pareto frontier for small open models on the EXO Labs local.ai leaderboard In addition, you can run Nemotron 3.5 Lightning across the industry standard set of tools, including LM Studio, llama.cpp, Ollama, and Unsloth.Partner ecosystem Nemotron 3.
5 Lightning is supported by a growing ecosystem of partners across harnesses, customization, deployment, and inference, including: Post-training: AgileRL, Applied Compute, Deep Cogito, distil labs, Fastino Labs, Locai Labs, Prime Intellect, Reasonable, Thinking Machines Lab, Thoughtworks, Trajectory, Uniphore Inference software: Ollama, Exo, Canonical, LM Studio, Unsloth Harnesses and agent frameworks: Aible, Cline, Factory AI, Hermes Agent, Kilo Code, LangChain, LM Studio Bionic, OpenClaw, OpenCode, OpenHands, Pi Cloud service provider platforms: Amazon SageMaker JumpStart, Google Cloud Gemini Enterprise Agent Platform, MSFT Foundry, OCI Enterprise AI GSI: Accenture, Tata Consultancy Services, Tech Mahindra, Wipro AI natives: Arcos Labs, CodeRabbit, Dream, Harvey Hosted inference service providers: Baseten, Bitdeer AI, BlackBox AI, CoreWeave, Crusoe, DeepInfra, Fireworks AI, FriendliAI, GMI Cloud, Modal, Nebius, Together AI Start building with Nemotron 3.
5 Lightning Nemotron 3.5 Lightning is fully open—weights, data, and recipes—so you can adapt it to your workflows and deploy it anywhere.To get started, try it on build.nvidia.com or through OpenRouter.Download the weights from Hugging Face, and ModelScope.Want to dive deeper?Read the Nemotron 3.
5 Lightning cookbook Deploy with the vLLM, SGLang, and TensorRT-LLM deployment guides Set up routing with Switchyard docs Stay up to date on NVIDIA Nemotron by subscribing to NVIDIA news and following NVIDIA AI on LinkedIn, X, Discord, and YouTube.
Visit the Nemotron developer page for resources to get started.Explore open Nemotron models and datasets on Hugging Face, ModelScope, and Blueprints on build.nvidia.com.Engage with Nemotron livestreams, tutorials, and the developer community on the NVIDIA forum and Discord.
Discuss (0) Like Tags Agentic AI / Generative AI | General | NeMo | Nemotron | Intermediate Technical | Deep dive | News | AI Agent | DGX Spark | Mixture of Experts (MoE) | NemoClaw | NVFP4 | Open Source About the Authors About Chris Alexiuk Chris Alexiuk is a deep learning developer advocate at NVIDIA, working on creating technical assets that help developers use the incredible suite of AI tools available at NVIDIA.
Chris comes from a machine learning and data science background, and he is obsessed with everything and anything about large language models.
View all posts by Chris Alexiuk About Chintan Patel Chintan Patel is a senior product manager at NVIDIA focused on bringing GPU-accelerated solutions to the HPC community.He leads the management and offering of the HPC application containers on the NVIDIA GPU Cloud registry.
Prior to NVIDIA, he held product management, marketing and engineering positions at Micrel, Inc.He holds an MBA from Santa Clara University and a bachelor's degree in electrical engineering and computer science from UC Berkeley.View all posts by Chintan Patel Comments
Related
相關文章

消息稱 NVIDIA 考慮向 Perplexity AI 投資“數十億美元”
作者:溯波(實習) 責編:溯波 評論: 8 月 24 日消息,外媒 The Information 稍早前報道稱,NVIDIA(英偉達)考慮在 Perplexity AI 的最新融資輪中向這家人工智能初創企業投資“數十億美元”。雙方正就該交易展開磋商,還可能達成技術授權協議。

Rabbit做了個“所有Agents的Agent” ,體驗後我覺得Agent早就該長它這樣
Rabbit推出了一個被稱為「所有Agents的Agent」的新產品,實際體驗後讓人覺得Agent早就該長這樣。文章認為Agent普及的關鍵並非增加更多能力,而是讓用戶少理解十個概念,降低使用門檻。
Guidelight評估五大AI實驗室,OpenAI遏制能力排名第一
該評估覆蓋Anthropic、Google、OpenAI、Meta和xAI,僅依據公開信息考察其是否建立監控、異常行為處置、第三方審計及失控模型關閉等機制。在滿分5分的評估中,OpenAI以3分排名最高,Anthropic和Meta得分最低。
τ_0-VLA長程操控
τ₀-VLA是一種層次化機器人基礎模型,透過世界模型引導的測試時計算來改善長程操控任務。高層策略在決策不確定時會額外分配計算資源,搜尋替代子任務並預測其視覺結果,而低層策略則在40,115小時的異質真實世界數據上訓練。在包含13到25個步驟的真實長程任務中,封閉迴路成功率從27.5%提升至45.0%。