Hanzo AI
OpenapiPricing

List tariff

Returns the platform's rate card: what a bill is made of, what each part costs, and the completion windows a request may ask for.

GET /v1/pricing/tariff

Addresshttps://api.hanzo.ai/v1/pricing/tariff
MethodGET
Operationget_pricing_tariff
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the platform's rate card: what a bill is made of, what each part costs, and the completion windows a request may ask for.

FOUR COMPONENTS, and every charge is one of them — model inference, computer, web tools and media generation. Two are quoted before they run, so an agent is refused before it breaches its budget; two are booked from what they used, because neither a provider's charge nor a render's cost is knowable in advance.

EVERY AMOUNT IS INTEGER MICRO-USD (1 USD = 1,000,000), stated once in unit, and each rate says what one unit of it is in per. The compute rates are per HOUR because that is the unit a span is priced in — rate × seconds / 3600 — and because a GiB-second is four and a half micro-USD, which no integer holds.

The rates are the ones the ledger books: each is resolved through the same authority the metering path reads, falling back to the same compiled floor. A rate of zero is a price and not an absence — a paused computer, a computer's creation, the interfaces and a seat all cost nothing by design.

Request

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

Response

StatusBodyMeaning
200pricing.Cardok
defaultproblem-detailsrefused

200 body — 19 fields.

FieldInTypeAlwaysDescription
componentsbodypricing.Component[]Components are the four things a bill is made of.
components[].basisbodystringBasis is what it is metered by, in the fewest words that are true.
components[].namebodystringName is the component's name on the spend breakdown.
components[].notebodystringNote is what the component means, in one sentence.
components[].quotedbodybooleanQuoted says whether a call is priced BEFORE it runs.
components[].tiersbodystring[]Tiers are the disjoint tiers this component meters in, where it has them.
components[].titlebodystringTitle is how it reads on a price list.
ratesbodypricing.Rate[]Rates are the priced lines, each in micro-USD per its own unit.
rates[].componentbodystringComponent is which of the four this line bills under.
rates[].namebodystringName addresses the rate.
rates[].notebodystringNote is what the line covers.
rates[].perbodystringPer names one unit, so a reader never has to guess what the number is per.
rates[].rate_micro_usdbodyinteger (int64)Micros is the price of ONE unit, in micro-USD.
rates[].titlebodystringTitle is how the line reads on a price list.
unitbodystringUnit is the unit every amount on this card is stated in.
windowsbodypricing.Speed[]Speeds are the completion speeds, dearest first.
windows[].namebodystringName is what a request asks for.
windows[].notebodystringNote is what asking for this window buys.
windows[].rankbodyinteger (int64)Rank orders the windows by price, 1 being the dearest.

Failure carries the platform error shape — see Errors.

Examples

hanzo pricing tariff

Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page