Hanzo
OpenapiPlan

ListGPUTiers returns the rentable GPU configurations, each with its accelerator…

ListGPUTiers returns the rentable GPU configurations, each with its accelerator count and model, VRAM, vCPUs, host memory and hourly price.

GET /v1/plan/gpu

Addresshttps://api.hanzo.ai/v1/plan/gpu
MethodGET
Operationget_plan_gpu
AuthAuthorization: Bearer $HANZO_API_KEY

ListGPUTiers returns the rentable GPU configurations, each with its accelerator count and model, VRAM, vCPUs, host memory and hourly price.

Request

GET /v1/plan/gpu takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200planTierListok

200 body — 1 field.

FieldInTypeAlwaysDescription
tiersbodyany[]Tiers are the rentable GPU configurations, each an opaque object exactly as the catalog emits it — typically id, name, GPU count and model, VRAM, vCPUs, host…

Failure carries the platform error shape — see Errors.

Examples

hanzo plans gpu

Plan API · All Hanzo APIs · Interactive reference

How is this guide?

On this page