NemoClaw with Local Inference
How It Works
OpenClaw agent
↓
https://inference.local
↓ (intercepted by OpenShell proxy at 10.200.0.1:3128)
OpenShell gateway (privacy router — injects credentials, rewrites model)
↓
llama-server on host (your GPU, your model)
↓
Qwen3.5-35B-A3B (MoE, 3B active params per token)Prerequisites
REQUIREMENT
NOTES
Part 1 — Install NemoClaw

Part 2 — Build llama.cpp
Part 3 — Download the Model
Part 4 — Start llama-server
Part 5 — Register the Local Inference Provider
Part 6 — Configure OpenClaw
Part 7 — Test
Performance
QUANTIZATION
MODEL SIZE
SPEED
QUALITY
Known Issues and Workarounds
Tool call parse error: Failed to parse input at pos N: <tool_call>
inference.local returns DNS resolution error
openshell inference set times out during verification
openshell policy set fails with "filesystem policy cannot be removed"
openclaw config set inference.* fails with "Unrecognized key"
Provider base URL with 127.0.0.1 or localhost does not work
Configuration Reference
llama-server flags
FLAG
VALUE
WHY
openclaw.json provider block
cmake flags by GPU architecture
Quick Reference
Last updated
Was this helpful?