You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/commands.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1876,8 +1876,9 @@ An empty body, malformed JSON, provider-error envelope, or wrong response shape
1876
1876
The probe captures at most 64 KiB and does not include the response body in diagnostics.
1877
1877
The route probe treats any final HTTP status from `200` through `499` as reachable, so a route with an invalidated provider credential answers HTTP `401` while the route is up.
1878
1878
The request uses the live gateway route's provider and model, and falls back to the recorded values when the live route is unreadable.
1879
-
When the live provider and model match the recorded route, the request also uses the sandbox's recorded API family, including `openai-responses`.
1880
-
During route drift, NemoClaw does not carry the sandbox's recorded API family to the live provider and model.
1879
+
When the live provider matches the recorded provider, the request uses the sandbox's recorded API family, even when only the model differs.
1880
+
This includes `openai-responses`.
1881
+
When the live provider differs, NemoClaw does not carry the recorded API family to the live provider.
1881
1882
An ordinary run sends one 16-token request through the stored provider credential, with a 30-second timeout, and consumes provider tokens on a hosted route.
1882
1883
When the same `status` run recovers a managed gateway, it retries the route and inference request together up to three total attempts, with a two-second delay between failed attempts.
1883
1884
Each attempt can consume another 16 tokens on a hosted route.
0 commit comments