| 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 OpenClaw setup manifest disables tool_search for this route. | Verify evidence before changing state. | src/lib/inference/config.ts, 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. | Record Hermes-specific config, transport, and response-shape behavior. | Keep Hermes rows separate from OpenClaw rows. | src/lib/inference/config.ts, src/lib/inference/model-prompts.ts. |