惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
Jina AI
Jina AI
WordPress大学
WordPress大学
Recent Announcements
Recent Announcements
G
Google Developers Blog
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
C
Check Point Blog
J
Java Code Geeks
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
量子位
A
About on SuperTechFans
D
DataBreaches.Net
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
feat(nvidia): default to nemotron ultra · openclaw/opencl...
jacobtomlins · 2026-06-05 · via Recent Commits to openclaw:main

@@ -3,12 +3,15 @@ summary: "Use NVIDIA's OpenAI-compatible API in OpenClaw"

33

read_when:

44

- You want to use open models in OpenClaw for free

55

- You need NVIDIA_API_KEY setup

6+

- You want to use Nemotron 3 Ultra through NVIDIA

67

title: "NVIDIA"

78

---

89910

NVIDIA provides an OpenAI-compatible API at `https://integrate.api.nvidia.com/v1` for

1011

open models for free. Authenticate with an API key from

11-

[build.nvidia.com](https://build.nvidia.com/settings/api-keys).

12+

[build.nvidia.com](https://build.nvidia.com/settings/api-keys). OpenClaw

13+

defaults the NVIDIA provider to Nemotron 3 Ultra, NVIDIA's 550B total / 55B

14+

active reasoning model for long-context agentic work.

12151316

## Getting started

1417

@@ -24,7 +27,7 @@ open models for free. Authenticate with an API key from

2427

</Step>

2528

<Step title="Set an NVIDIA model">

2629

```bash

27-

openclaw models set nvidia/nvidia/nemotron-3-super-120b-a12b

30+

openclaw models set nvidia/nvidia/nemotron-3-ultra-550b-a55b

2831

```

2932

</Step>

3033

</Steps>

@@ -56,7 +59,7 @@ openclaw onboard --auth-choice nvidia-api-key --nvidia-api-key "nvapi-..."

5659

},

5760

agents: {

5861

defaults: {

59-

model: { primary: "nvidia/nvidia/nemotron-3-super-120b-a12b" },

62+

model: { primary: "nvidia/nvidia/nemotron-3-ultra-550b-a55b" },

6063

},

6164

},

6265

}

@@ -69,22 +72,39 @@ try NVIDIA's public featured-model catalog from

6972

`https://assets.ngc.nvidia.com/products/api-catalog/featured-models.json` and

7073

caches the ranked result for 24 hours. New featured models from build.nvidia.com

7174

therefore appear in setup and model-selection surfaces without waiting for an

72-

OpenClaw release.

75+

OpenClaw release. When the live feed is available, the first returned model is

76+

the default option shown during NVIDIA setup.

73777478

The fetch uses a fixed HTTPS host policy for `assets.ngc.nvidia.com`. If no

7579

NVIDIA API key is configured, or if that public catalog is unavailable or

76-

malformed, OpenClaw falls back to the bundled catalog below.

80+

malformed, OpenClaw falls back to the bundled catalog and bundled default below.

81+82+

## Nemotron 3 Ultra

83+84+

Nemotron 3 Ultra is the default NVIDIA model in OpenClaw. NVIDIA's build page for

85+

[`nvidia/nemotron-3-ultra-550b-a55b`](https://build.nvidia.com/nvidia/nemotron-3-ultra-550b-a55b)

86+

lists it as an available free endpoint with a 1M-token context specification.

87+

The bundled catalog records a 16,384-token max output to match NVIDIA's current

88+

OpenAI-compatible sample request for the hosted endpoint.

89+90+

Use Ultra for the highest-capability NVIDIA default. Keep Super selected when

91+

you want the smaller Nemotron 3 option, or choose one of the third-party models

92+

hosted in NVIDIA's catalog when their context, latency, or behavior fits better.

93+

The bundled Ultra row sends `chat_template_kwargs.enable_thinking: false` and

94+

`force_nonempty_content: true` by default so normal chat output stays in the

95+

visible answer instead of exposing reasoning text.

77967897

## Bundled fallback catalog

799880-

| Model ref | Name | Context | Max output | Notes |

81-

| ------------------------------------------ | ---------------------------- | ------- | ---------- | --------------------------------- |

82-

| `nvidia/nvidia/nemotron-3-super-120b-a12b` | NVIDIA Nemotron 3 Super 120B | 262,144 | 8,192 | Featured fallback |

83-

| `nvidia/moonshotai/kimi-k2.5` | Kimi K2.5 | 262,144 | 8,192 | Featured fallback |

84-

| `nvidia/minimaxai/minimax-m2.7` | Minimax M2.7 | 196,608 | 8,192 | Featured fallback |

85-

| `nvidia/z-ai/glm-5.1` | GLM 5.1 | 202,752 | 8,192 | Featured fallback |

86-

| `nvidia/minimaxai/minimax-m2.5` | MiniMax M2.5 | 196,608 | 8,192 | Deprecated, upgrade compatibility |

87-

| `nvidia/z-ai/glm5` | GLM-5 | 202,752 | 8,192 | Deprecated, upgrade compatibility |

99+

| Model ref | Name | Context | Max output | Notes |

100+

| ------------------------------------------ | ---------------------------- | --------- | ---------- | --------------------------------- |

101+

| `nvidia/nvidia/nemotron-3-ultra-550b-a55b` | NVIDIA Nemotron 3 Ultra 550B | 1,000,000 | 16,384 | Default |

102+

| `nvidia/nvidia/nemotron-3-super-120b-a12b` | NVIDIA Nemotron 3 Super 120B | 262,144 | 8,192 | Featured fallback |

103+

| `nvidia/moonshotai/kimi-k2.5` | Kimi K2.5 | 262,144 | 8,192 | Featured fallback |

104+

| `nvidia/minimaxai/minimax-m2.7` | Minimax M2.7 | 196,608 | 8,192 | Featured fallback |

105+

| `nvidia/z-ai/glm-5.1` | GLM 5.1 | 202,752 | 8,192 | Featured fallback |

106+

| `nvidia/minimaxai/minimax-m2.5` | MiniMax M2.5 | 196,608 | 8,192 | Deprecated, upgrade compatibility |

107+

| `nvidia/z-ai/glm5` | GLM-5 | 202,752 | 8,192 | Deprecated, upgrade compatibility |

8810889109

## Advanced configuration

90110

@@ -97,16 +117,46 @@ malformed, OpenClaw falls back to the bundled catalog below.

97117

<Accordion title="Catalog and pricing">

98118

OpenClaw prefers NVIDIA's public featured-model catalog when NVIDIA auth is

99119

configured and caches it for 24 hours. The bundled fallback catalog is static

100-

and keeps deprecated shipped refs for upgrade compatibility. Costs default to

101-

`0` in source since NVIDIA currently offers free API access for the listed

102-

models.

120+

and keeps deprecated shipped refs for upgrade compatibility. Costs default

121+

to `0` in source since NVIDIA currently offers free API access for the

122+

listed models.

103123

</Accordion>

104124105125

<Accordion title="OpenAI-compatible endpoint">

106126

NVIDIA uses the standard `/v1` completions endpoint. Any OpenAI-compatible

107127

tooling should work out of the box with the NVIDIA base URL.

108128

</Accordion>

109129130+

<Accordion title="Nemotron 3 Ultra reasoning params">

131+

NVIDIA's Ultra sample request uses `chat_template_kwargs.enable_thinking`

132+

and `reasoning_budget` for reasoning output. OpenClaw's bundled Ultra row

133+

disables template thinking by default for normal chat use. If you need to

134+

opt into NVIDIA reasoning output or force other NVIDIA-specific request

135+

fields, set per-model params and keep provider-specific overrides scoped to

136+

the NVIDIA model:

137+138+

```json5

139+

{

140+

agents: {

141+

defaults: {

142+

models: {

143+

"nvidia/nvidia/nemotron-3-ultra-550b-a55b": {

144+

params: {

145+

chat_template_kwargs: { enable_thinking: true },

146+

extra_body: { reasoning_budget: 16384 },

147+

},

148+

},

149+

},

150+

},

151+

},

152+

}

153+

```

154+155+

`params.extra_body` is the final OpenAI-compatible request-body override, so

156+

use it only for fields NVIDIA documents for the selected endpoint.

157+158+

</Accordion>

159+110160

<Accordion title="Slow custom provider responses">

111161

Some NVIDIA-hosted custom models can take longer than the default model idle

112162

watchdog before they emit a first response chunk. For custom NVIDIA provider