> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemoclaw/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemoclaw/_mcp/server.

# Configure Model Limits

> Set the context-window and output-token limits baked into a NemoClaw-managed sandbox.

Configure model limits before onboarding so NemoClaw can bake them into the sandbox image.
Changing a build-time model limit on an existing sandbox requires fresh recreation.

## Set OpenClaw Limits

## Set the Hermes Context Window

## Use Detected Local Limits

## Recreate an Existing Sandbox

Model limits are build-time settings.
Recreate the named sandbox after changing a supported value.

```bash
nemo-deepagents onboard --fresh --name <sandbox-name> --recreate-sandbox
```

Use this recreation path for Deep Agents context-window or maximum-token changes so the managed runtime configuration and OpenShell route stay aligned.

## Related Topics

* [Configure Inference Timeouts](configure-inference-timeouts) for request, validation, and readiness budgets.
* [Switch Models](switch-models) to change the model without changing model limits.