| OpenClaw primary agent | NVIDIA Endpoints | nvidia/nemotron-3-super-120b-a12b | Managed inference.local OpenAI-compatible completions | not-yet-run | Add trajectory and session evidence before changing state. | Existing setup keeps Tool Search disabled and preserves direct structured tool calls, overriding the generated tools.toolSearch.mode: tools default for this route. | Verify tool_search, tool_describe, tool_call, and final execution before replacing the safeguard. | scripts/generate-openclaw-config.mts, nemoclaw-blueprint/model-specific-setup/openclaw/nemotron-3-super-120b-managed-inference.json. |
| OpenClaw primary agent | NVIDIA Endpoints | moonshotai/kimi-k2.6 | Managed inference.local OpenAI-compatible completions | not-yet-run | Add trajectory and session evidence before changing state. | Existing OpenClaw setup manifest applies Kimi compatibility and plugin loading. | Verify Kimi regression evidence before changing state. | src/lib/inference/config.ts, nemoclaw-blueprint/model-specific-setup/openclaw/kimi-k2.6-managed-inference.json. |
| OpenClaw primary agent | NVIDIA Endpoints | Any model from CLOUD_MODEL_OPTIONS | Managed inference.local OpenAI-compatible completions unless config selects another API. | not-yet-run | Add one evidence row per model before changing state. | Record none, model-specific setup, or provider-class transport behavior. | Expand into per-model rows as evidence lands. | src/lib/inference/config.ts. |
| OpenClaw primary agent | OpenAI | Any model from REMOTE_MODEL_OPTIONS.openai | openai provider through https://inference.local/v1. | not-yet-run | Add one evidence row per model before changing state. | Record Responses or Chat Completions behavior explicitly. | Expand into per-model rows as evidence lands. | src/lib/inference/model-prompts.ts, src/lib/inference/config.ts. |
| OpenClaw primary agent | Anthropic | Any model from REMOTE_MODEL_OPTIONS.anthropic | anthropic provider through https://inference.local with anthropic-messages. | not-yet-run | Add one evidence row per model before changing state. | Record native Anthropic Messages behavior explicitly. | Expand into per-model rows as evidence lands. | src/lib/inference/model-prompts.ts, src/lib/inference/config.ts. |
| OpenClaw primary agent | Gemini | Any model from REMOTE_MODEL_OPTIONS.gemini | Managed inference.local OpenAI-compatible route. | not-yet-run | Add one evidence row per model before changing state. | Record provider state and tool-result continuation behavior. | Expand into per-model rows as evidence lands. | src/lib/inference/model-prompts.ts, src/lib/inference/config.ts. |
| OpenClaw primary agent | Local Ollama | Default nemotron-3-nano:30b or any installed model selected by onboarding. | Managed inference.local route to the host Ollama proxy. | not-yet-run | Add local daemon, model tag, and trajectory evidence before changing state. | Record tool capability, streaming usage, and local proxy behavior. | Add one row per audited local model tag. | src/lib/inference/local.ts, src/lib/inference/config.ts. |
| OpenClaw primary agent | Local vLLM | Any model from VLLM_MODELS. | Managed inference.local route to the host vLLM server. | not-yet-run | Add vLLM serve flags, model id, and trajectory evidence before changing state. | Record parser flags, reasoning parser, and tool-call parser behavior. | Add one row per audited vLLM model id. | src/lib/inference/vllm-models.ts, src/lib/inference/config.ts. |
| OpenClaw primary agent | Other OpenAI-compatible endpoint | User-selected custom-model or another configured model id. | Managed inference.local route to the compatible endpoint. | not-yet-run | Add endpoint class and trajectory evidence before changing state. | Record endpoint API path forcing and store/streaming assumptions. | Add one row per endpoint class that is validated. | src/lib/inference/config.ts. |
| OpenClaw primary agent | Other Anthropic-compatible endpoint | User-selected custom-anthropic-model or another configured model id. | anthropic route when supported, otherwise managed compatible route. | not-yet-run | Add endpoint class and trajectory evidence before changing state. | Record native Anthropic Messages or compatible-route transport behavior. | Add one row per endpoint class that is validated. | src/lib/inference/config.ts. |
| Hermes sandbox API | Hermes Provider | Default moonshotai/kimi-k2.6 or any model from HERMES_PROVIDER_MODEL_OPTIONS. | Hermes Provider route through NemoClaw managed inference. | not-yet-run | Add Hermes session, request dump, logs, and local API evidence before changing state. | Generated config uses native tools.tool_search.enabled: on with snake-case 5/20 limits; core tools stay direct while deferred MCP and non-core plugin tools use structured search, describe, and call. | Verify a deferred-tool trajectory and keep it separate from OpenClaw mode: tools evidence. | agents/hermes/config/hermes-config.ts, test/generate-hermes-config.test.ts. |
Deep Agents interactive dcode | NVIDIA Endpoints | nvidia/nemotron-3-super-120b-a12b | Managed inference.local OpenAI-compatible Chat Completions with use_responses_api = false. | not-yet-run | Add interactive terminal transcript, status output, and route evidence before changing state. | Managed /sandbox/.deepagents/config.toml forces the OpenAI-compatible route and disables Responses API for dcode. | Verify a terminal task with approval prompts intact and no provider credential in sandbox-visible files. | agents/langchain-deepagents-code/generate-config.ts, docs/get-started/quickstart-langchain-deepagents-code. |
Deep Agents headless dcode -n | NVIDIA Endpoints | nvidia/nemotron-3-super-120b-a12b | Managed inference.local OpenAI-compatible Chat Completions with use_responses_api = false. | not-yet-run | Add headless command transcript and status output before changing state. | Headless mode has no approval UI and auto-approves non-shell tools while managed shell execution remains disabled. | Verify a bounded non-shell task and record the approval boundary separately from interactive evidence. | agents/langchain-deepagents-code/dcode-wrapper.sh, docs/security/best-practices. |