Switch inference providers
NemoClaw routes all agent inference through the OpenShell gateway, which means you can change the active model or provider at any time without restarting the sandbox. The change takes effect immediately.Prerequisites
- A running NemoClaw sandbox.
- The OpenShell CLI on your
PATH. - An NVIDIA API key for cloud providers. The
nemoclaw onboardwizard stores this in~/.nemoclaw/credentials.jsonon first run.
Switch provider interactively
Re-run the onboard wizard to select a new provider and model through guided prompts:Switch provider non-interactively
Pass--endpoint and --model flags to skip the interactive prompts:
- NVIDIA Build
- NCP partner
- Local NIM (experimental)
- Local vLLM (experimental)
- Ollama (experimental)
The default provider routes inference to build.nvidia.com. Requires To use a different model from the catalog:
NVIDIA_API_KEY.Switch the model at runtime
You can change only the model without re-running the full onboard wizard. Useopenshell inference set directly:
- Plugin setup (openclaw nemoclaw)
- Standalone setup (nemoclaw onboard)
If you set up with
openclaw nemoclaw launch or openclaw nemoclaw migrate, the blueprint creates a provider named nvidia-inference:Verify the active provider
Confirm the provider, model, and endpoint after switching:Available models
The following models are available through thenvidia-nim provider on build.nvidia.com:
| Model ID | Label | Context window | Max output |
|---|---|---|---|
nvidia/nemotron-3-super-120b-a12b | Nemotron 3 Super 120B | 131,072 | 8,192 |
nvidia/llama-3.1-nemotron-ultra-253b-v1 | Nemotron Ultra 253B | 131,072 | 4,096 |
nvidia/llama-3.3-nemotron-super-49b-v1.5 | Nemotron Super 49B v1.5 | 131,072 | 4,096 |
nvidia/nemotron-3-nano-30b-a3b | Nemotron 3 Nano 30B | 131,072 | 4,096 |
API keys are validated against the endpoint before onboarding completes. For local endpoints (vLLM, Ollama, local NIM), validation is best-effort — the service does not need to be running at onboard time.
Related topics
Inference profiles
Full profile configuration reference, including
blueprint.yaml fields and provider types.Monitor sandbox activity
Check the active provider and model with
openclaw nemoclaw status.