CLIPricing
Pricing
25 `hanzo` commands for Pricing, each calling one operation on api.hanzo.ai.
Package pricing is the price list: what every model, provider, GPU tier, tool and hosting plan costs.
25 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo pricing base | GET /v1/pricing/base | Returns the Hanzo Base plans — the managed-instance tiers, each with its monthly and annual price, storage and request… |
hanzo pricing blockchain | GET /v1/pricing/blockchain | Returns the blockchain access plans — the RPC and node tiers, each with its monthly price, compute-unit allowance and… |
hanzo pricing cloud plans | GET /v1/pricing/cloud/plans | Returns just the cloud instance plans — each with its vCPU, memory, disk, CPU type, VM allowance, feature list and… |
hanzo pricing cloud regions | GET /v1/pricing/cloud/regions | Returns the regions a cloud instance can be placed in, each with its id, display name and physical location. |
hanzo pricing cloud storage | GET /v1/pricing/cloud/storage | Returns the block-storage prices of the cloud section: the per-GB monthly rate and the volume size bounds a caller may… |
hanzo pricing cloud get | GET /v1/pricing/cloud | Returns the public cloud section of the catalog in one document: its instance plans, its regions and its block-storage… |
hanzo pricing compute presets | GET /v1/pricing/compute/presets | Returns just the named compute sizes — the short, human-labelled list ("Starter", "Pro") a size picker renders, each… |
hanzo pricing compute get | GET /v1/pricing/compute | Returns the compute section of the catalog: the cloud provider and region the prices are quoted for, the monthly markup… |
hanzo pricing datastore | GET /v1/pricing/datastore | Returns the Hanzo Datastore rate card: the tier list, the per-GB storage and egress usage rates, the annual discount… |
hanzo pricing featured | GET /v1/pricing/featured | Returns the models the catalog highlights, filtered to what the caller's org may see. |
hanzo pricing free | GET /v1/pricing/free | Returns the models that cost nothing to call, filtered to what the caller's org may see. |
hanzo pricing gpu | GET /v1/pricing/gpu | ListGPUTiers returns the rentable GPU configurations, each with its accelerator count and model, VRAM, vCPU, host… |
hanzo pricing health | GET /v1/pricing/health | Health reports that the pricing subsystem is mounted and serving. |
hanzo pricing iam | GET /v1/pricing/iam | ListIAMPlans returns the identity plans — the Hanzo IAM tiers, each with its monthly and annual price,… |
hanzo pricing model get <name> | GET /v1/pricing/model/{name} | Returns one model's catalog entry — its pricing, context window and capabilities as the pricing source records them. |
hanzo pricing models | GET /v1/pricing/models | Returns the whole model catalog — every model the gateway serves, Zen and third-party alike — filtered to what the… |
hanzo pricing paas | GET /v1/pricing/paas | ListPaaSPlans returns the application-hosting plans — the deploy-and-host tiers, each with its monthly and annual… |
hanzo pricing policy | GET /v1/pricing/policy | Returns the pricing policy document: the revenue-sharing terms (the idle-resale share and the open-source share, each… |
hanzo pricing providers | GET /v1/pricing/providers | Returns the model providers the catalog knows, each with its info object, filtered to what the caller's org may see. |
hanzo pricing services | GET /v1/pricing/services | Returns the managed-service rate cards — Search, Crawl, Vector, Console and Managed Services — each with its own tiers,… |
hanzo pricing subscriptions | GET /v1/pricing/subscriptions | Returns the API subscription plans — the account-level tiers a customer subscribes to, each with its monthly and annual… |
hanzo pricing summary | GET /v1/pricing/summary | Returns the catalog's headline statistics — model counts by family and the provider directory. |
hanzo pricing sync | POST /v1/pricing/sync | Refreshes the third-party section of the catalog from its upstream listings and returns the time the refreshed catalog… |
hanzo pricing tools | GET /v1/pricing/tools | Returns the per-use tool prices — web search, code interpreter, file storage, image generation, speech-to-text and… |
hanzo pricing get | GET /v1/pricing | Returns the whole pricing catalog in one document: Zen and third-party models, providers, model families, the… |
How is this guide?