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

Mnemos: Open-Sourced Local-First Memory Layer for Coding Agents
Mnemos is a local-first memory layer for solo coding-agent workflows that addresses common memory system failures like scope bleed, stale facts, and unbounded transcript growth. The public beta includes SQLite starter profiles, MCP support for Claude Code/Desktop, and a biomimetic pipeline with components like SurprisalGate and MutableRAG.

AIDA: Open-Source Platform for AI-Powered Penetration Testing
AIDA is an open-source platform that provides AI agents with a full penetration testing environment via MCP connection to a Docker container. The latest version replaces the 40GB Exegol requirement with a purpose-built 1GB container containing essential security tools.

SendToAI VS Code Extension Solves Claude's 20-File Limit with Project Bundling
SendToAI is a free VS Code extension that bundles entire projects into a single clipboard paste, bypassing Claude's 20-file upload limit. It includes visual file selection, token counting, cost estimates, and project notes that persist across sessions.

Opendesk: MCP + SOM algorithm for AI desktop control via Claude Code
Opendesk gives AI agents eyes and hands on your desktop via an MCP server with a custom SOM algorithm. Integrates with Claude Code or any agentic harness for mouse/keyboard control, learning, replay, and scheduling.