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

yoyo: Local MCP Server for Grounded Codebase Reads and Guarded Writes with Claude Code
yoyo is an open-source local MCP server that provides coding agents like Claude Code with grounded repository reads and guarded writes across 16 languages, including Rust, Go, Python, and TypeScript. It prevents broken edits from silently landing by returning machine-readable guard_failure output and enabling retry_plan for targeted repairs.

Agent frameworks waste 350,000+ tokens per session resending static files
A benchmark on a local Qwen 3.5 122B setup revealed agent frameworks waste over 350,000 tokens per session by resending static files. A compile-time approach reduced query context from 1,373 tokens to 73, achieving a 95% reduction.

monk: A skill that silences agent narration to save context and tokens
A Reddit user published 'monk', a skill that strips narration, preambles, and postambles from Claude agent responses, claiming ~54% output token reduction per turn and 29-39% context capacity gain at 100 rounds.

Open source Next.js starter kit adds guardrails and agent instructions to prevent AI slop
A new Next.js boilerplate includes auth, database, CI, tests, and Claude Code instructions out of the box, aimed at developers using AI coding agents to build production apps faster.