Hanzo
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 →

CommandCallsWhat it does
hanzo pricing baseGET /v1/pricing/baseReturns the Hanzo Base plans — the managed-instance tiers, each with its monthly and annual price, storage and request…
hanzo pricing blockchainGET /v1/pricing/blockchainReturns the blockchain access plans — the RPC and node tiers, each with its monthly price, compute-unit allowance and…
hanzo pricing cloud plansGET /v1/pricing/cloud/plansReturns just the cloud instance plans — each with its vCPU, memory, disk, CPU type, VM allowance, feature list and…
hanzo pricing cloud regionsGET /v1/pricing/cloud/regionsReturns the regions a cloud instance can be placed in, each with its id, display name and physical location.
hanzo pricing cloud storageGET /v1/pricing/cloud/storageReturns the block-storage prices of the cloud section: the per-GB monthly rate and the volume size bounds a caller may…
hanzo pricing cloud getGET /v1/pricing/cloudReturns the public cloud section of the catalog in one document: its instance plans, its regions and its block-storage…
hanzo pricing compute presetsGET /v1/pricing/compute/presetsReturns just the named compute sizes — the short, human-labelled list ("Starter", "Pro") a size picker renders, each…
hanzo pricing compute getGET /v1/pricing/computeReturns the compute section of the catalog: the cloud provider and region the prices are quoted for, the monthly markup…
hanzo pricing datastoreGET /v1/pricing/datastoreReturns the Hanzo Datastore rate card: the tier list, the per-GB storage and egress usage rates, the annual discount…
hanzo pricing featuredGET /v1/pricing/featuredReturns the models the catalog highlights, filtered to what the caller's org may see.
hanzo pricing freeGET /v1/pricing/freeReturns the models that cost nothing to call, filtered to what the caller's org may see.
hanzo pricing gpuGET /v1/pricing/gpuListGPUTiers returns the rentable GPU configurations, each with its accelerator count and model, VRAM, vCPU, host…
hanzo pricing healthGET /v1/pricing/healthHealth reports that the pricing subsystem is mounted and serving.
hanzo pricing iamGET /v1/pricing/iamListIAMPlans 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 modelsGET /v1/pricing/modelsReturns the whole model catalog — every model the gateway serves, Zen and third-party alike — filtered to what the…
hanzo pricing paasGET /v1/pricing/paasListPaaSPlans returns the application-hosting plans — the deploy-and-host tiers, each with its monthly and annual…
hanzo pricing policyGET /v1/pricing/policyReturns the pricing policy document: the revenue-sharing terms (the idle-resale share and the open-source share, each…
hanzo pricing providersGET /v1/pricing/providersReturns the model providers the catalog knows, each with its info object, filtered to what the caller's org may see.
hanzo pricing servicesGET /v1/pricing/servicesReturns the managed-service rate cards — Search, Crawl, Vector, Console and Managed Services — each with its own tiers,…
hanzo pricing subscriptionsGET /v1/pricing/subscriptionsReturns the API subscription plans — the account-level tiers a customer subscribes to, each with its monthly and annual…
hanzo pricing summaryGET /v1/pricing/summaryReturns the catalog's headline statistics — model counts by family and the provider directory.
hanzo pricing syncPOST /v1/pricing/syncRefreshes the third-party section of the catalog from its upstream listings and returns the time the refreshed catalog…
hanzo pricing toolsGET /v1/pricing/toolsReturns the per-use tool prices — web search, code interpreter, file storage, image generation, speech-to-text and…
hanzo pricing getGET /v1/pricingReturns the whole pricing catalog in one document: Zen and third-party models, providers, model families, the…

How is this guide?