Hanzo AI
OpenapiPricing

List gpu

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

GET /v1/pricing/gpu

Addresshttps://api.hanzo.ai/v1/pricing/gpu
MethodGET
Operationget_pricing_gpu
AuthAuthorization: Bearer $HANZO_API_KEY

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

Request

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

Response

StatusBodyMeaning
200pricingTierListok

200 body — 2 fields.

FieldInTypeAlwaysDescription
tiersbodyobject[]Tiers are the rentable GPU configurations, each an opaque object exactly as the pricing source emits it — typically id, name, accelerator count and model,…
tiers[].*bodyobject

Failure carries the platform error shape — see Errors.

Examples

hanzo pricing gpu

Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page