CodeRabbit logoCodeRabbit logo
エージェントエンタープライズカスタマー料金表ブログ
リソース
  • ドキュメント
  • トラストセンター
  • お問い合わせ
  • FAQ
  • レポート&ガイド
ログイン無料トライアルを開始
CodeRabbit logoCodeRabbit logo

プロダクト

エージェントプルリクエストレビューIDE レビューCLI レビュープランオープンソース

ナビゲーション

私たちについて特徴FAQシステムステータス採用データ保護附属書スタートアッププログラム脆弱性開示

リソース

ブログドキュメント変更履歴利用事例トラストセンターブランドガイドラインレポート&ガイド

問い合わせ

サポートセールス料金表パートナーシップ

By signing up you agree to our Terms of Use and authorize CodeRabbit to provide occasional updates about products and solutions. You understand that you can opt out at any time and that your data will be handled in accordance with CodeRabbit Privacy Policy

discord iconx iconlinkedin iconrss icon
footer-logo shape
利用規約プライバシーポリシー

CodeRabbit Inc © 2026

CodeRabbit logoCodeRabbit logo

プロダクト

エージェントプルリクエストレビューIDE レビューCLI レビュープランオープンソース

ナビゲーション

私たちについて特徴FAQシステムステータス採用データ保護附属書スタートアッププログラム脆弱性開示

リソース

ブログドキュメント変更履歴利用事例トラストセンターブランドガイドラインレポート&ガイド

問い合わせ

サポートセールス料金表パートナーシップ

By signing up you agree to our Terms of Use and authorize CodeRabbit to provide occasional updates about products and solutions. You understand that you can opt out at any time and that your data will be handled in accordance with CodeRabbit Privacy Policy

discord iconx iconlinkedin iconrss icon

CodeRabbit's AI Code Reviews now support NVIDIA Nemotron

by
Sahil Mohan Bansal

Sahil Mohan Bansal

January 05, 2026

4 min read

January 05, 2026

4 min read

  • How Nemotron helps: Context gathering at scale
  • Blend of frontier and Open Models
  • What this means for our customers
Back to blog
Cover image

共有

https://victorious-bubble-f69a016683.media.strapiapp.com/X_721afca608.pnghttps://victorious-bubble-f69a016683.media.strapiapp.com/Linked_In_a3d8c65f20.pnghttps://victorious-bubble-f69a016683.media.strapiapp.com/Reddit_feecae8a6d.png
CR_Flexibility.

Frequently asked questions

What is NVIDIA Nemotron and why is it useful for code review?

NVIDIA Nemotron is a family of open models designed for high-efficiency tasks. Nemotron 3 Nano features a large context window (1 million tokens) and fast inference speed, making it well-suited for the context summarization stage of AI code reviews where large amounts of codebase data need to be processed quickly.

他の記事を読む

CodeRabbit Reverse Tunnelのご紹介:プライベートネットワーク環境のエンタープライズ向けAIコードレビュー

CodeRabbit Reverse Tunnelのご紹介:プライベートネットワーク環境のエンタープライズ向けAIコードレビュー

CodeRabbitをプライベートなGitHub Enterprise Serverに、ファイアウォールルールもIP許可リストもPrivateLinkも不要で接続できます。必要なのは、外向きのHTTPS接続が1本だけです。

あなたのAIエージェント、本当に信頼できますか?

あなたのAIエージェント、本当に信頼できますか?

自律的に動くAIエージェントはどこにでもいます。しかし「説明可能性」がなければ、その自律性が本当に重要な仕事に使われることはありません。この記事では、その課題を解くためのフレームワークを紹介します。

AIレビューで負担を軽減 ジャンボ社が語るCodeRabbitの導入効果

AIレビューで負担を軽減 ジャンボ社が語るCodeRabbitの導入効果

株式会社ジャンボは、自分自身が熱狂し、ユーザーにも熱狂を届けるという「Passion to Life」をビジョンに、世界で通用するプロダクトの創出を目指しています。2025年12月までに、日本で最も愛されるサービスとなることを掲げ、日々プロダクト開発に取り組んでいます。 主力アプリは、リアルタイムで通話やライブ配信ができるコミュニケーションアプリです。累計会員数は1,100万人を突破し、モバイルアプリやWebアプリを含む15以上のサービスを展開しています。ジャンルを超えたつながりを生み出す仕組み...

TL;DR: Blend of frontier & open models is more cost efficient and reviews faster. NVIDIA Nemotron is supported for CodeRabbit self-hosted customers.

We are delighted to share that CodeRabbit now supports the NVIDIA Nemotron family of open models among its blend of Large Language Models (LLMs) used for AI code reviews. Support for Nemotron 3 Nano has initially been enabled for CodeRabbit’s self-hosted customers running its container image on their infrastructure. Nemotron is used to power the context gathering and summarization stage of the code review workflow before the frontier models from OpenAI and Anthropic are used for deep reasoning and generating review comments for bug fixes.

How Nemotron helps: Context gathering at scale

This new blend of open and frontier models allows us to improve the overall speed of context gathering and improves cost efficiency by routing different parts of the review workflow to the appropriate model family, while delivering review accuracy that is at par with running frontier models alone.

High quality AI code reviews that can find deep lying and hidden bugs require lots of context gathering related to the code being analyzed. The most frequent (and most token-hungry) work is summarizing and refreshing that context: what changed in the code and does it match developer intent, how do those changes connect with rest of the codebase, what are the repo conventions or custom rules, what external data sources are available to aid the review, etc.

This context building stage is the workhorse of the overall AI code review process and it is run several times iteratively throughout the review workflow. NVIDIA Nemotron 3 Nano was built for high-efficiency tasks and its large context window (1 million tokens) along with fast speed helps to gather a lot of data and run several iterations of context summarization and retrieval.

CodeRabbit architecture with Nemotron support

Blend of frontier and Open Models

When you open a Pull Request (PR), CodeRabbit’s code review workflow is triggered starting with an isolated and secure sandbox environment where CodeRabbit analyzes code from a clone of the repo. In parallel, CodeRabbit pulls in context signals from several sources:

  • Code and PR index

  • Linter / Static App Security Tests (SAST)

  • Code graph

  • Coding agent rules files

  • Custom review rules and Learnings

  • Issue tickets (Jira, Linear, Github issues)

  • Public MCP servers

  • Web search

To dive deeper into our context engineering approach you can check out our blog: The art and science of context engineering for AI code reviews.

A lot of this context, along with the code diff being analyzed, is used to generate a PR Summary before any review comments are generated. This is where open models come in. Instead of sending all of the context to frontier models, CodeRabbit now uses Nemotron Nano v3 to gather and summarize the relevant context. Summarization is at the heart of every code review and is the key to delivering high signal-to-noise in the review comments.

After the summarization stage is completed the frontier models (e.g., OpenAI GPT-5.2-Codex and Anthropic Claude-Opus/Sonnet 4.5) perform deep reasoning to generate review comments for bug fixes, and execute agentic steps like review verification, pre-merge checks, and “finishing touches” (including docstrings and unit test suggestions).

What this means for our customers

CodeRabbit is now enabling Nemotron-3-Nano-30B support (initially for its self-hosted customers) for the context summarization part of the review workflow along with the frontier models from OpenAI and Anthropic. This results in faster code reviews without compromising quality.

We are also delighted to support the announcement from NVIDIA today about the expansion of its Nemotron family of open models and are excited to work with the company to help accelerate AI coding adoption across every industry.

Get in touch with our team to access CodeRabbit’s container image if you would like to run AI code reviews on your self-hosted infrastructure.