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
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
| Method | Endpoint | Description |
|---|
GET | /v1/pricing/cloud | Cloud VM plans, regions, and storage |
GET | /v1/pricing/cloud/plans | Cloud VM plans |
GET | /v1/pricing/cloud/regions | Available cloud regions |
GET | /v1/pricing/cloud/storage | Block storage pricing |
| Method | Endpoint | Description |
|---|
GET | /health | Health check |
POST | /v1/pricing/sync | Trigger manual sync |
| Method | Endpoint | Description |
|---|
GET | /v1/pricing/compute | Compute tiers |
GET | /v1/pricing/compute/presets | Curated compute presets |
GET | /v1/pricing/gpu | GPU tier pricing |
GET | /v1/pricing/tools | Tool pricing |
| Method | Endpoint | Description |
|---|
GET | /v1/pricing | Full pricing data |
GET | /v1/pricing/models | List all AI models (OpenAI-compatible) |
GET | /v1/pricing/model/{name} | Single model lookup |
GET | /v1/pricing/free | Free models only |
GET | /v1/pricing/featured | Featured third-party models |
GET | /v1/pricing/summary | Model counts and provider breakdown |
GET | /v1/pricing/providers | Provider breakdown |
| Method | Endpoint | Description |
|---|
GET | /v1/pricing/policy | Pricing policy and revenue sharing |
| Method | Endpoint | Description |
|---|
GET | /v1/pricing/plans | Subscription plans |
GET | /v1/pricing/subscriptions | Subscription plans |
GET | /v1/pricing/blockchain | Blockchain / RPC plans |
Hanzo Pricing API guide · All Hanzo APIs · OpenAPI spec
How is this guide?