NVIDIA、長期間稼働型エージェント向け軽量モデル「Nemotron 3.5 Lightning」を公開
本文の状態
日本語全文を表示中
詳細モードで約12分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
NVIDIA Developer Blog
NVIDIA は高頻度実行タスクに特化したオープンウェイトの MoE モデル「Nemotron 3.5 Lightning」を発表した。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月11日 22:23
AI深層分析
キーポイント
実行層特化の MoE アーキテクチャ
NVIDIA Nemotron 3.5 Lightning は 30B モデル規模でありながらアクティブパラメータが 3B の Mixture-of-Experts (MoE) 構造を採用し、ツール呼び出しや結果検証といった高ボリューム実行タスクに最適化されている。
モデルの役割分担システム
NVIDIA は「Frontier reasoning models」である Nemotron 3 Ultra がオーケストレーションと複雑な計画を担い、より小型で効率的な本モデルが実行層を担当する「System of Models」アプローチを推奨している。
NemoClaw との統合
OpenClaw や Hermes Agent などのハーンセスと連携し、常時稼働型 AI エージェントの実行を支援するオープンソースセキュリティおよび管理スタック「NVIDIA NemoClaw」によってサポートされている。
インテリジェントなルーティング
各タスクを最適なモデルに割り当てるライブラリ「NVIDIA NeMo Switchyard」を導入し、推論とトレーニングの革新技術を通じてコストとレイテンシの削減を実現する。
高速かつ効率的な実行アーキテクチャ
30B MoEモデルで3Bのアクティブパラメータを持つNemotron 3.5 Lightningは、ルーターが各トークンを少数のエクスパートに送信するMoE構造により、大規模モデルの容量を小規模モデルのコストで実現する。
重要な引用
Using a frontier reasoning model for every execution step adds cost and latency.
Frontier reasoning models such as Nemotron 3 Ultra handle orchestration and complex planning while smaller, more efficient models handle the high-volume execution layer.
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.
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.
編集コメントを表示
編集コメント
常時稼働型 AI エージェントの実用化において、コストと速度のトレードオフを解消する「モデルの役割分担」戦略は極めて重要な示唆を含んでいる。NVIDIA が提供するオープンソーススタックとの連携により、開発者は即座に実装可能な効率化の道筋を得られるだろう。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
長期稼働する AI エージェントは、ツール呼び出しや結果の検証、サブエージェントへの委任といった高頻度の実行タスクに時間を費やすことがほとんどです。すべての実行ステップで最先端の推論モデルを使用すると、コストとレイテンシが増大します。
NVIDIA Nemotron 3.5 Lightning は、常時稼働するエージェントの実行層向けに設計されたオープンソースの 30B モデルです。これは 3B のアクティブパラメータを持つ混合専門家モデル(MoE)で、OpenClaw や Hermes Agent といったハブに対応しています。これらはすべて、常時稼働する AI エージェントを実行するための NVIDIA NemoClaw オープンソースのセキュリティおよび管理スタックによってサポートされています。
NVIDIA Nemotron オープンモデルファミリーは、ソフトウェアライブラリのようなものです。各リリースで精度と速度が継続的に向上しており、これらのモデルが進化するにつれて、モデルルーティングとオーケストレーションの急速な成熟も進んでいます。
これは重要です。なぜなら、開発者はますます モデルシステム を構築するようになっているからです。フロンティア推論モデル である Nemotron 3 Ultra がオーケストレーションや複雑な計画を担い、より小さく効率的なモデルが高ボリュームの実行層を担当するからです。
本記事では、NVIDIA Nemotron 3.5 Lightning を紹介し、その小さな MoE(Mixture of Experts)設計が自律型エージェントにおける高ボリューム・低遅延の実行にどのように最適化されているかを解説します。また、これを支える推論とトレーニングの革新についても詳述しています。さらに、各タスクを最適なモデルへ自動的にルーティングするライブラリ NVIDIA NeMo Switchyard も紹介します。
なぜ Nemotron 3.5 Lightning は長期稼働型 AI エージェントに理想的なのか?
Nemotron 3.5 Lightning は、カスタマイズ可能なオープンソースの 30B MoE モデルで、アクティブなパラメータ数は 3B です。これにより、自律型エージェント向けの最適な高ボリューム実行が可能になります。MoE は高速かつ効率的です。なぜなら、ルーターが各トークンを多数のエキスパートのうち数人にだけ割り当てるため、トークンあたりに実行されるモデルのパラメータはごく一部だけで済むからです。これにより、より大きな密結合モデルの容量を、小さなモデルの計算コストで実現できます。
Nemotron 3.5 Lightning は、Nemotron 3 モデルファミリーの中で最も小型のモデルです。このファミリー全体で実証済みの多くの技術を搭載しており、具体的には以下のようなものです。
- スペキュレイティブ・ディコーディング(Speculative decoding): Nemotron 3.5 Lightning のトレーニング時には、マルチトークン予測が組み込まれています(Nemotron 3 Super や Nemotron 3 Ultra と同様)。さらに、DFlash と DSpark を搭載しており、さまざまなサービングシナリオにおいて包括的な 推論最適化 を可能にします。
- ハーンネス最適化トレーニング: 人気のあるエージェント・ハーンネス向けにトレーニングされているため、エージェントはより正確な呼び出しを行いながら、大量タスクにおけるレイテンシを削減できます。
その結果、Nemotron 3.5 Lightning は、実行重視で高頻度の呼び出しと低レイテンシを実現するモデルとして設計されています。サイズはコンパクトでありながら、NVIDIA DGX Spark からデータセンターまで、あらゆる環境でのデプロイが可能です。
*ビデオ 1. NVIDIA DGX Spark への Nemotron 3.5 Lightning の導入方法と、高速かつ大量のエージェントワークロードでの活用方法を解説*
Nemotron 3.5 Lightning をすぐにカスタマイズ
専門化された AI エージェントシステムにおいて、モデルがその地位を確立するのは、特定の業務に適応したときです。Lightning クラスのモデルは非常にカスタマイズ性が高く、大規模なモデルと比較して、より小型のモデルでも高速かつ低コストでファインチューニングが可能であり、必要なハードウェアもはるかに控えめなもので済みます。
Nemotron 3.5 Lightning は、そのままの状態でワークロードに合わせてカスタマイズできます。すべての Nemotron オープンモデルのリリースと同様に、重み(weights)、トレーニングデータ、およびレシピは OpenMDW-1.1 の許容範囲内で可能な限り自由に公開されています。これにより、以下のようなことが可能になります。
- NeMo Automodel や NeMo Megatron Bridge を使用して、LoRA または完全な SFT(Supervised Fine-Tuning)によるファインチューニング
- NeMo RL や NeMo Gym を活用した強化学習の実行、環境ベースの評価、およびロールアウト
今回のリリースには、コーディングエージェントの機能の一部を訓練するために使用されるオープンなエージェント型強化学習データセット「Nemotron-RL Agentic Terminal Pivot」https://huggingface.co/datasets/nvidia/Nemotron-RL-Agentic-Terminal-Pivot-v1-nano35-release も含まれています。
NeMo Switchyard で作業を適切なモデルへルーティングする
最先端モデルが注目を集める一方で、Nemotron 3.5 Lightning は現場でその真価を発揮し、実力を証明しています。git pull の実行やツール出力の検証、結果の整形など、長時間稼働するエージェントのトークン予算を圧迫するルーチンな呼び出し処理を担うのは、まさにこのモデルです。
こうした役割分担をより円滑にするのが、モデルの振り分けとオーケストレーション技術です。現在、NVIDIA NeMo Switchyard を通じて利用可能です。Switchyard を使えば、オープンソースやクローズドなモデルとともに Nemotron 3.5 Lightning をルーティング先の候補として設定できます。これにより、あらゆるリクエストが処理可能な最も優秀で効率的なモデルに自動的に振り分けられます。
要件に応じて最先端モデルへ経路を切り替える一方、実行タスクは Lightning モデルへと下げることで、トークンの使用効率と効果を最大化します。
Nemotron 3.5 Lightning は、精度と速度のパレートフロンティアでどの程度の性能を発揮するのでしょうか?
Nemotron 3.5 Lightning は、同クラスのモデルの中で最高レベルの出力速度を維持しながら、トップクラスの精度を実現しています。これは人工知能分析(Artificial Analysis)が発表するインテリジェンス指数において、「精度対速度」のパレートフロンティアで首位を獲得したことを意味します。
この指数は、エージェントタスク、コーディング、科学的推論、そして一般知能の 4 つ領域にわたる 9 の評価項目を統合してモデル性能を測定するものです。
Nemotron 3.5 Lightning は高い知能能力と、同規模の他モデルと比較して最大 4 倍の出力速度を両立しており、大量のエージェントワークロードにおいて「精度対速度」のパレートフロンティアをリードしています。

エージェントの効率を測る上で重要なのは、単にトークンを生成する速度ではなく、有用な作業を完了させるまでの速さです。PinchBench のベンチマークでは、Nemotron 3.5 Lightning は Qwen3.6 35B と同等の精度(86%)を維持しながら、10,000 タスクの完了時間を 30% 短縮しました。
推論スループットとトークン効率の高さが、Nemotron 3.5 Lightning を効率性の最前線に位置づけ、常時稼働するエージェントが大量の作業をより速く処理できる環境を提供しています。

How does Nemotron 3.5 Lightning deliver speed without compromising accuracy?
Nemotron 3.5 Lightning は、推測デコーディングと量子化(quantization)を活用しながら、精度を損なうことなく高速性とカスタマイズ性を両立します。
推測デコーディング
Nemotron 3.5 Lightning はトークンの生成速度に特化しており、推測デコーディングによって一度に複数のトークンを生成する能力を持っています。これはモデル(またはドラフトモデル)が一定数のトークンを下書きし、それを効率的に検証するプロセスです。Nemotron 3.5 Lightning は、Nemotron 3 Super や Ultra と同様に、マルチトークン予測(MTP)をモデルに組み込むための専用事前学習段階を経ています。その後のトレーニングでは、さらに MTP の精度を高めるための専用フェーズが実施されました。
MTP の他にも、Nemotron 3.5 Lightning では2つのドラフトモデルが用意されています。1 つは DSpark で、DGX Spark での推論ワークロードや低同時実行のデータセンター向けに推奨されます。MTP は中程度から高次の同時実行に適しており、同時実行数が増えるほど最適なドラフト長は短くなります。また NVIDIA では DFlash ドラフトモデルも公開しており、他モデルと比較してご自身のワークロードに最も適したモデルを選定できます。
量子化
Nemotron 3.5 Lightning は、BF16 チェックポイントとともに NVFP4 チェックポイントも提供しています。これは NVIDIA Blackwell、Hopper、Ampere GPU で Nemotron 3 Ultra を支えているのと同じ専用 NVFP4 カーネルを使用するものです。このファイルはデータセンターでもデスクトップの DGX Spark でも同じように機能します。
ローカル AI に最適な Nemotron 3.5 Lightning とは?
Nemotron 3.5 Lightning は、NVIDIA Jetson、GeForce RTX 5090、DGX Spark を含むローカルシステム上で、能力の高いエージェント型 AI を利用可能にします。
NVIDIA は EXO Labs などのチームと協力し、このモデルが DGX Spark でどのように動作するかを調査しました。

さらに、Nemotron 3.5 Lightning は LM Studio、llama.cpp、Ollama、Unsloth など、業界標準のツールセット上で実行可能です。
パートナーエコシステム
Nemotron 3.5 Lightning は、ハーンチス(評価基盤)、カスタマイズ、デプロイメント、推論の各領域でパートナーエコシステムが拡大しており、以下のような企業が支援しています。
- ポストトレーニング: AgileRL、Applied Compute、Deep Cogito、distil labs、Fastino Labs、Local AI Labs、Prime Intellect、Reasonable、Thinking Machines Lab、Thoughtworks、Trajectory、Uniphore
・エージェントフレームワークとの連携:Aible、Cline、Factory AI、Hermes Agent、Kilo Code、LangChain、LM Studio Bionic、OpenClaw、OpenCode、OpenHands、Pi
・クラウドサービスプロバイダーのプラットフォーム:Google Cloud Gemini Enterprise Agent Platform(Model Garden)、MSFT Foundry(MaaP およびManaged Compute)、OCI Enterprise AI
・GSI(システムインテグレーター):Accenture Japan、TCS、Tech Mahindra、Wipro
・AI ネイティブ企業:Arcos Labs、CodeRabbit、Dream、Harvey
ホスト推論サービスプロバイダー: Baseten, BlackBox AI, CoreWeave, Crusoe, DeepInfra, Fireworks AI, FriendliAI, GMI Cloud, Modal, Nebius, Together AI
Nemotron 3.5 Lightning で開発を始める
Nemotron 3.5 Lightning は、重み(weights)、データ、レシピのすべてがオープンになっています。これにより、ワークフローに合わせてモデルを調整し、どこでもデプロイすることが可能です。
まずは build.nvidia.com または OpenRouter で試してみてください。重みは Hugging Face と ModelScope からダウンロードできます。さらに詳しく知りたい場合は、以下の資料をご覧ください。
vLLM、SGLang、TensorRT-LLM の各デプロイガイドを使って展開できます。
ルーティングの設定には Switchyard ドキュメントを参照してください。
NVIDIA Nemotron の最新情報は、NVIDIA ニュースの購読や、LinkedIn、X(旧 Twitter)、Discord、YouTube での NVIDIA AI チャンネルのフォローでお知らせします。
始め方は Nemotron デベロッパーページでリソースを確認。また、Hugging Face、ModelScope、build.nvidia.com の Blueprints でオープンな Nemotron モデルやデータセットを探索できます。
Nemotron のライブストリーム、チュートリアル、開発者コミュニティについては、NVIDIA フォーラム や Discord でぜひご参加ください。
原文を表示
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 asNemotron 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.

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.

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.

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, Local AI 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: Google Cloud Gemini Enterprise Agent Platform (Model Garden), MSFT Foundry (MaaP & Managed Compute), OCI Enterprise AI
- GSI: Accenture Japan, TCS, Tech Mahindra, Wipro
- AI natives: Arcos Labs, CodeRabbit, Dream, Harvey
- Hosted inference service providers: Baseten, BlackBox AI, CoreWeave, Crusoe, DeepInfra, Fireworks AI, FriendliAI, GMI Cloud, Modal, Nebius, Together AI
Get 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*.*
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み