Services
Pricing API
Unified pricing API for AI models, cloud plans, GPU tiers, and subscriptions
Pricing API
The Hanzo Pricing API provides real-time pricing for the entire Hanzo platform — AI models, cloud VMs, GPU compute, tools, and subscription plans.
Base URL: https://pricing.hanzo.ai
Key Endpoints
| Endpoint | Description |
|---|---|
GET /v1/models | OpenAI-compatible model listing (376+ models) |
GET /v1/plans | Subscription plans (Developer, Pro, Team, Enterprise) |
GET /v1/cloud | Cloud VM plans, regions, and storage |
GET /v1/gpu | GPU tier pricing (H100) |
GET /v1/tools | Tool pricing (Web Search, Code Interpreter, etc.) |
Features
- 376+ AI models — 32 Zen (first-party) + 344 third-party from 58 providers
- 11 cloud VM plans — from 3,999/mo (Ultra)
- Zero egress fees on all plans
- 6-hour sync — prices updated from upstream providers automatically
- OpenAI-compatible
/v1/modelsendpoint - Revenue sharing — earn up to 20% on idle compute resale
Authentication
Most endpoints are public (no auth required). The /v1/sync endpoint requires a Bearer token.
Rate Limits
No rate limits on pricing API reads. Data is cached in-memory with 6-hour TTL.
API Reference
Full OpenAPI 3.1.0 specification available at the API Reference.
How is this guide?
Last updated on