Hanzo AI
OpenapiPricing

List providers

Returns the model providers the catalog knows, each with its info object, filtered to what the caller's org may see.

GET /v1/pricing/providers

Addresshttps://api.hanzo.ai/v1/pricing/providers
MethodGET
Operationget_pricing_providers
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the model providers the catalog knows, each with its info object, filtered to what the caller's org may see. A provider an admin has disabled is absent — and so are its models everywhere else on this surface, because a provider's state cascades to what it serves.

Request

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

Response

StatusBodyMeaning
200pricingProviderListok

200 body — 3 fields.

FieldInTypeAlwaysDescription
providersbodyobjectProviders maps a provider name to its opaque info object.
providers.*bodyobject
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 providers

Pricing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page