Cline に NVIDIA の常時エージェント向けモデル「Nemotron 3.5 Lightning」
本文の状態
日本語全文を表示中
詳細モードで約4分の本文を読めます。
同じ出来事の情報源
6媒体で確認
vLLM Blog · Artificial Analysis · Ollama Blog · LMSYS Blog · Cline Blog · The Decoder
各社の報じ方を比較 ↓同モデルは 30B パラメータのうち 3B を活性化する MOE 構造を持ち、1M トークンのコンテキストウィンドウをサポートする。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月12日 01:19
AI深層分析
キーポイント
Nemotron 3.5 Lightning の基本仕様
同モデルは 30B パラメータのうち 3B を活性化する MOE 構造を持ち、1M トークンのコンテキストウィンドウをサポートする。
エージェントワークロードへの最適化
NVIDIA はこのモデルを、ファイル検索やテスト実行など反復的なタスクが多い「常時稼働型エージェント」の高速処理のために設計した。
Cline での実装と利用方法
開発者は Cline の設定で OpenRouter を API プロバイダとして選択し、モデル名を指定するだけでこの新機能を即座に利用できる。
エージェントループ内の高速化に特化
Nemotron 3.5 Lightning は、エージェント処理の繰り返し呼び出しを高速化し、タスク全体の流れを維持するために設計されている。
Cline での利用とフィードバック募集
このモデルは Cline で試すことができ、どのようなタスクに効果的かをユーザーに共有するよう呼びかけている。
重要な引用
NVIDIA just released Nemotron 3.5 Lightning, a new customizable open model built for always-on agents and it is now available in Cline.
Despite the smaller active footprint, Nemotron 3.5 Lightning scores 86.2 on PinchBench... offering up to 4x higher throughput
One faster response is nice, but faster responses across dozens or hundreds of turns can change how quickly the whole agent loop moves.
Lightning focuses on making the repeated calls inside that loop fast enough to keep the whole task moving.
編集コメントを表示
編集コメント
NVIDIA が「Ultra」モデルから蒸留した軽量版をエージェント特化でリリースしたのは、実環境でのスケーラビリティへの明確なシグナルである。Cline への即時統合により、開発者は複雑なコーディングタスクの自動化効率を実証的に向上させることができる。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。

NVIDIA が「Nemotron 3.5 Lightning」をリリースしました。常時稼働するエージェント向けに設計された、カスタマイズ可能なオープンモデルです。このモデルは現在、Cline で利用可能です。
Nemotron 3.5 Lightning は、NVIDIA の最前線モデルである Nemotron 3 Ultra から蒸留された、30B モデルの MOE(Mixture of Experts)アーキテクチャを採用しています。アクティブなパラメータ数は 3B で、最大 100 万トークンのコンテキストウィンドウをサポートします。多数のモデル呼び出しを高速に行う必要がある常時稼働型エージェントのために設計されています。Cline を利用している方にとっては、この性能が特に重要です。
One task, a lot of model calls
エージェントによるコーディングタスクの一部には、深い推論が必要な領域もあります。一方で、適切なファイルの特定や実装の読み込み、テストの実行、エラーの確認、次の編集の実行など、実行負荷の高い処理も多数含まれます。
しかし、これらのステップすべてでモデル呼び出しが発生します。
NVIDIA の Nemotron 3.5 Lightning は、こうした反復的な呼び出しを高速化しつつ、専門タスクに必要なエージェント能力を維持することを目指しています。このモデルは人気のあるエージェントハネス向けにトレーニングされており、高スループットなタスクに適した設計となっています。
これにより、作業完了までに読み込み、編集、テスト、再試行のループを何度も繰り返すような、負荷の高い Cline タスクの実行において、非常に相性の良い選択肢となります。
Cline においては、スピードはタスク全体を通じて積み重なります。1 つの応答が速いだけでは魅力的ですが、数十回、あるいは数百回のターンにわたって高速な応答が可能になれば、エージェントループ全体の進行速度を劇的に変えることができます。
30B パラメータのうち、推論時に活性化するパラメータは 3B
Nemotron 3.5 Lightning は、ハイブリッドな混合専門家(MoE)アーキテクチャを採用しており、総パラメータ数は 30B ですが、生成時には 3B のパラメータのみが活性化します。このモデルは NVIDIA の最前線モデルである Nemotron 3 Ultra から蒸留されており、最大 100 万トークンという広大なコンテキストウィンドウをサポートしています。
NVIDIA が発表している初期のスループット数値こそが、Lightning の真骨頂です。
活性化するパラメータの規模は小さいものの、PinchBench では 86.2、SWE-Bench Verified では 54.3、AA-Omniscience(非ハルシネーション評価)では 73 という高いスコアを記録しています。同サイズの他社製主要オープンモデルと比較すると、Nemotron 3.5 Lightning は最大で 4 倍ものスループットを実現し、大量のエージェントワークロードにおいて精度と速度のパレート最適 frontier に位置しています。
image出典:https://developer.nvidia.com/blog/nvidia-nemotron-3-5-lightning-delivers-fast-accurate-specialized-task-execution-for-long-running-agents/
このモデルはオープンかつカスタマイズ可能で、専門的なワークフロー向けにポストトレーニングを行うことも可能です。ローカル環境、エッジデバイス、データセンター、あるいはクラウド上など、あらゆる場所でデプロイできます。
Cline で Nemotron 3.5 Lightning を使用する
前提条件:
- Cline アカウント(無料作成可能)
- IDE にインストールされた Cline、または Cline CLI
セットアップ手順
- Cline を開く
- Settings(設定)へ移動する
- API プロバイダーとして OpenRouter を選択する
- モデルドロップダウンから nemotron-3.5-lightning-30b-a3b を選択する
- 完了!
Nemotron 3.5 Lightning は、エージェントワークロードを中心に構築されつつあるオープンモデル群への興味深い追加です。エージェントのループ内にあるすべてのステップが、同じ種類のモデルを必要とするわけではありません。Lightning の焦点は、そのループ内で繰り返される呼び出しを十分に高速化し、タスク全体を円滑に進めることにあります。
Cline で Nemotron 3.5 Lightning を試し、どのようなタスクに得意分野があるか教えてください。
ご質問や、Lightning が得意とするタスクについて共有したい場合は、Discord と Reddit の会話に参加してください。
原文を表示
imageNVIDIA just released Nemotron 3.5 Lightning, a new customizable open model built for always-on agents and it is now available in Cline.
Nemotron 3.5 Lightning is a 30B MOE model with 3B active parameters, distilled from NVIDIA’s frontier Nemotron 3 Ultra. It supports up to 1M token context window and is designed for always-on agents that need to move through a lot of model calls quickly. If you're using Cline, this matters.
One task, a lot of model calls
Some parts of an agentic coding task need deeper reasoning. Others are much more execution heavy like finding the right file, reading an implementation, running tests, checking an error, making the next edit.
But every one of those steps still calls a model.
NVIDIA's approach with Nemotron 3.5 Lightning is to make those repeated calls fast while maintaining the agentic capability needed for specialized tasks. The model is trained for popular agent harnesses and designed for high throughput tasks. .
That makes it an interesting fit for executing heavy Cline tasks where the agent may go through the read, edit, test, and retry loop many times before the work is done.
In Cline, speed compounds over the course of a task. One faster response is nice, but faster responses across dozens or hundreds of turns can change how quickly the whole agent loop moves.
A 30B model with 3B active parameters
Nemotron 3.5 Lightning uses a hybrid mixture-of-experts architecture with 30B total parameters and 3B active parameters during generation. It’s distilled from NVIDIA’s frontier Nemotron 3 Ultra model and supports a context window of up to 1M tokens.
NVIDIA's preliminary throughput numbers are where Lightning stands out.
Despite the smaller active footprint, Nemotron 3.5 Lightning scores 86.2 on PinchBench, 54.3 on SWE-Bench Verified, and 73 on AA-Omniscience non-hallucination. Compared to other leading open models of similar size, Nemotron 3.5 Lightning offers up to 4x higher throughput – placing it on the accuracy-speed Pareto frontier for high-volume agent workloads.
imageSource: https://developer.nvidia.com/blog/nvidia-nemotron-3-5-lightning-delivers-fast-accurate-specialized-task-execution-for-long-running-agents/It is an open, customizable model that can be post trained for specialized workflows and deployed locally, at the edge, in the datacenter, or in the cloud.
Using Nemotron 3.5 Lightning with Cline
Prerequisites:
A Cline account (free to create)
Cline installed in your IDE, or the Cline CLI
Setup
Open Cline
Go to Settings
Select OpenRouter as your API provider
Select nemotron-3.5-lightning-30b-a3b from the model dropdown
Done!
Nemotron 3.5 Lightning is an interesting addition to the growing set of open models built around agentic workloads. Not every step in an agent loop needs the same kind of model. Lightning focuses on making the repeated calls inside that loop fast enough to keep the whole task moving.
Try Nemotron 3.5 Lightning in Cline and let us know what kinds of tasks it handles well.
For questions or to share what Lightning handles well, join the conversation on Discord & Reddit.
同じ出来事を6媒体で確認
同じ出来事を扱う別媒体の記事です。見出しと公開時刻を比較できます。
- vLLM BlogvLLM、NVIDIA「Nemotron 3.5 Lightning」の Day-0 サポート開始
- Artificial AnalysisNVIDIA、高性能小型オープンウェイトモデル「Nemotron 3.5 Lightning」を公開
- Ollama BlogNVIDIA、Ollama で「Nemotron 3.5 Lightning」を公開しローカル実行可能に
- LMSYS BlogSGLang、NVIDIA Nemotron 3.5 Lightning の Day-0 サポートを追加
- The DecoderNvidia、高速化重視のオープンウェイトモデル「Nemotron 3.5 Lightning」を公開
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み