Configure Model Limits
Set Pi Model Metadata
Pi accepts an explicit context window, maximum output-token count, and reasoning flag.
Export the values before onboarding.
NemoClaw validates each supplied value and writes it to /sandbox/.pi/agent/models.json through the managed startup profile.
An invalid value fails before Pi starts.
Pi does not support NEMOCLAW_REASONING_EFFORT.
Recreate a Pi Sandbox
A normal Pi rebuild replays the recorded context window, maximum output-token count, and reasoning flag. Changing those values requires a fresh replacement. Create a snapshot first when declared user state must survive, then export the new values and recreate the sandbox.
Pi has no runtime inference set configuration path.
Use the same fresh replacement flow to change its provider or model.
Related Topics
- Run and Manage Pi for rebuild and snapshot behaviour.
- Pi Support and Security for supported inference and credential boundaries.