Hanzo
API Reference

Hanzo Pricing API

Unified pricing API for the Hanzo AI platform. Serves real-time pricing

Unified pricing API for the Hanzo AI platform. Serves real-time pricing

Base URLhttps://pricing.hanzo.ai
Version1.0.0
Operations21
GuideHanzo Pricing API guide

Authentication

  • bearerAuth — HTTP bearer
  • BearerAuth — HTTP bearer

All Hanzo APIs share one bearer credential and common error and pagination conventions. See API conventions.

curl -H "Authorization: Bearer $HANZO_API_KEY" https://pricing.hanzo.ai

Endpoints

Cloud

MethodEndpointDescription
GET/v1/pricing/cloudCloud VM plans, regions, and storage
GET/v1/pricing/cloud/plansCloud VM plans
GET/v1/pricing/cloud/regionsAvailable cloud regions
GET/v1/pricing/cloud/storageBlock storage pricing

Health

MethodEndpointDescription
GET/healthHealth check
POST/v1/pricing/syncTrigger manual sync

Infrastructure

MethodEndpointDescription
GET/v1/pricing/computeCompute tiers
GET/v1/pricing/compute/presetsCurated compute presets
GET/v1/pricing/gpuGPU tier pricing
GET/v1/pricing/toolsTool pricing

Models

MethodEndpointDescription
GET/v1/pricingFull pricing data
GET/v1/pricing/modelsList all AI models (OpenAI-compatible)
GET/v1/pricing/model/{name}Single model lookup
GET/v1/pricing/freeFree models only
GET/v1/pricing/featuredFeatured third-party models
GET/v1/pricing/summaryModel counts and provider breakdown
GET/v1/pricing/providersProvider breakdown

Policy

MethodEndpointDescription
GET/v1/pricing/policyPricing policy and revenue sharing

Subscriptions

MethodEndpointDescription
GET/v1/pricing/plansSubscription plans
GET/v1/pricing/subscriptionsSubscription plans
GET/v1/pricing/blockchainBlockchain / RPC plans

Hanzo Pricing API guide · All Hanzo APIs · OpenAPI spec

How is this guide?

On this page