Hanzo
OpenapiPricing

Returns the models that cost nothing to call, filtered to what the caller's org…

Returns the models that cost nothing to call, filtered to what the caller's org may see.

GET /v1/pricing/free

Addresshttps://api.hanzo.ai/v1/pricing/free
MethodGET
Operationget_pricing_free
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the models that cost nothing to call, filtered to what the caller's org may see. It is the same catalog as ListModels narrowed to entries the pricing source marks free.

Request

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

Response

StatusBodyMeaning
200pricingModelListok

200 body — 4 fields.

FieldInTypeAlwaysDescription
modelsbodyobject[]Models are the catalog entries visible to the caller, each an opaque object exactly as the pricing source emits it, with any admin override merged on top.
models[].*bodyobject
totalbodyintegerTotal is how many models this answer carries — recounted over the visible set, not the catalog's own total.
updatedbodyobjectUpdated is when the catalog was last refreshed, as the pricing source recorded it.

Failure carries the platform error shape — see Errors.

Examples

hanzo pricing free

Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page