Hanzo
OpenapiPricing

Returns the per-use tool prices — web search, code interpreter, file storage,…

Returns the per-use tool prices — web search, code interpreter, file storage, image generation, speech-to-text and text-to-speech — each with the unit it…

GET /v1/pricing/tools

Addresshttps://api.hanzo.ai/v1/pricing/tools
MethodGET
Operationget_pricing_tools
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the per-use tool prices — web search, code interpreter, file storage, image generation, speech-to-text and text-to-speech — each with the unit it is billed by and its price in that unit.

Request

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

Response

StatusBodyMeaning
200pricingToolListok

200 body — 2 fields.

FieldInTypeAlwaysDescription
toolsbodyobject[]Tools are the metered tools, each an opaque object exactly as the pricing source emits it — typically name, billing unit and price.
tools[].*bodyobject

Failure carries the platform error shape — see Errors.

Examples

hanzo pricing tools

Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page