Claude Code now supports 240+ models via NVIDIA NIM gateway — including Nemotron-3 120B for agentic coding

Claude Code users have discovered that the built-in /model command lists not only the standard Claude models (Opus, Sonnet, Haiku) but a full NVIDIA NIM gateway section with 239+ additional models that can be swapped mid-session.
Key models available
nvidia/nemotron-3-super-120b-a12b(with and without thinking mode)01-ai/yi-largeabacusai/dracarys-llama-3.1-70b-instruct- Hundreds more in the NIM list
Nemotron-3 120B for agentic coding
The Nemotron thinking variant has been tested for multi-file refactoring and reportedly reasons through changes before touching code — ideal for agentic tasks. Latency is higher than Claude, but it can save Claude credits on long sessions.
How to use it
- Open any Claude Code session
- Run
/model - Scroll past the first four Claude options — NIM models appear below
- Press
dto set one as your session default, or pass--model nvidia/nemotron-3-super-120b-a12bat launch
If you're burning through Opus credits on extended sessions, this is worth experimenting with — especially for Python or Rust codegen.
📖 Read the full source: r/ClaudeAI
👀 See Also

First-Tree: Open-Source Daemon That Uses Claude Code to Triage GitHub Notifications While You Sleep
An open-source menu bar daemon that uses Claude Code to autonomously triage GitHub notifications – it handled 98 out of 100 notifications in a recent scan, leaving only 2 for human review.

Claude's Code Dashboard Tracks 19M+ AI-Generated Commits on GitHub
A developer built a dashboard tracking over 19 million commits generated by Claude Code on GitHub public repositories, showing TypeScript (35.3%), Python (19.2%), and JavaScript (10.3%) as the top languages. The system uses Next.js with Recharts and PostgreSQL, with an ETL pipeline that works around GitHub's API rate limits.

Forge: A Claude-based IDE with automated verification and project DNA
Forge is a Claude-based IDE built on VS Code that automatically runs type checking, tests, coverage checks, and import validation before showing code. It includes self-healing loops for failed verification and builds a Project DNA of your codebase patterns.

AI Roundtable: Tool for Comparing 200+ AI Models on Structured Questions
AI Roundtable is a free tool that lets users pose questions with defined answer options, select up to 50 models from a pool of 200+, and get structured responses under identical conditions. It also includes a debate feature where models can see each other's reasoning and a reviewer model that summarizes transcripts.