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

Developer shares solution for Claude AI ignoring rules beyond 50-count threshold
A developer reports Claude Code started silently dropping rules once their shared rule set exceeded approximately 50 items, particularly during frontend-heavy tasks. They built a hook that scans prompts and loads only 2-3 relevant rules based on keyword matching.

Claude adds memory import feature to migrate from other AI providers
Claude now allows users to import context and preferences from other AI providers through a copy-paste process. The memory feature is available on all paid plans and helps maintain conversation history when switching platforms.

graphify-ts: Local MCP server cuts Claude Code PR review tokens from 63K to 8.7K
graphify-ts builds a local knowledge graph of your codebase using tree-sitter AST + Louvain communities + BM25 + optional ONNX rerank, exposing it via MCP stdio. In production tests, it reduced input tokens by 2.6x and latency by 2.8x for code queries, and cut PR review prompts from 63K to 8.7K tokens.

OpenUtter: Query Google Meet Transcripts Live via OpenClaw
OpenUtter is a skill that joins Google Meet as a guest via a headless browser, captures live captions, and streams them to your OpenClaw event bus. You can query the live transcript mid-call via Telegram, WhatsApp, Slack, or Discord.