CLIEngine
Engine
4 `hanzo` commands for Engine, each calling one operation on api.hanzo.ai.
Package engine is Hanzo Engine: which models the serving runtime has loaded, and the GPUs under it.
4 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo engine model | GET /v1/engine/model | Read one model's load state on the serving runtime |
hanzo engine models | GET /v1/engine/models | List the models the serving runtime holds, with each one's load state |
hanzo engine status | GET /v1/engine/status | Whether the serving runtime is reachable, and which build it runs |
hanzo engine system | GET /v1/engine/system | The serving host's own inventory: devices, memory and build capabilities |
How is this guide?