View the Active Inference Route
Use the NemoClaw CLI to read the provider and model on the live OpenShell inference route. This command reports configuration state and does not authenticate a model request.
Read the Live Route
Run the direct route command when you only need the active provider and model.
Expected output:
Pass --json for machine-readable output.
Expected output:
The command exits non-zero with OpenShell inference route is not configured. when the gateway has no registered inference route.
Run nemohermes onboard to configure one.
Use the Sandbox-First Form
Use the sandbox-first form when you are already working with a named sandbox.
The command resolves the gateway recorded for that sandbox and reads its gateway-wide route. OpenShell exposes one inference route to every sandbox registered on the same gateway.
Include Sandbox Health
Run the sandbox status command when you also need service, messaging, and inference health.
The status output includes the configured provider, model, and endpoint with the rest of the sandbox state. Use the route verification workflow when you need to prove that an inference request succeeds through the sandbox path.
Related Topics
- Verify the Sandbox Inference Route for an end-to-end route check.
- Switch Models to select another model.
- Switch Providers to move to another provider family.