Hanzo
OpenapiEngine

The serving host's own inventory: devices, memory and build capabilities

System reads the engine host's inventory: OS, CPU, memory, every accelerator device with its VRAM and compute capability, and the build's capabilities…

GET /v1/engine/system

Addresshttps://api.hanzo.ai/v1/engine/system
MethodGET
OperationengineSystem
AuthAuthorization: Bearer $HANZO_API_KEY

System reads the engine host's inventory: OS, CPU, memory, every accelerator device with its VRAM and compute capability, and the build's capabilities (CUDA/Metal/flash-attention) — the real hardware under the serving runtime, relayed verbatim.

Request

GET /v1/engine/system takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200ok

200 body — 1 field.

FieldInTypeAlwaysDescription
(body)bodyanyyes

Failure carries the platform error shape — see Errors.

Examples

hanzo engine system

Engine API · All Hanzo APIs · Interactive reference

How is this guide?

On this page