Check out the newest way to compare different models for a task/agent harness: AutoEvals

Command Reference

Deployment Instances

Inspect a single deployment instance's detail, metrics, and logs.

Drill into one instance of a deployment — its runtime detail, live GPU/CPU/memory gauges, and logs. Instance mutations are super-admin-only and stay in the web UI.

inf deployment-instance get

Get a deployment instance's detail (redacted for non-admins).

inf deployment-instance get --instance-id <instance-id>

Run inf deployment instances <deployment-id> first to find the instance ID.

inf deployment-instance metrics

Get an instance's sparkline gauges (GPU, CPU, memory).

inf deployment-instance logs

Query an instance's logs (paginated).

Generated REST verbs

inf deployment-instance exposes its full read surface as generated commands. Run inf deployment-instance --help to list them and their flags.

On this page