The AI cloud you
can run yourself
The same open-source binary we run in production — 67 capabilities, from identity and inference to data, observability, and commerce. Run it on your own machine, GPU, or cluster. The network is the cloud.
Installs the hanzo CLI. Then hanzo login to get started.
Quick Start
Install the CLI, log in, and reach every capability from your terminal.
# Install the Hanzo CLI
curl hanzo.sh | sh
# Log in (opens browser for OAuth)
hanzo login
# You're ready — try some things:
hanzo chat "Explain quantum computing"
hanzo models list
hanzo keys create my-project
hanzo deploy ./my-app# Or use the Python SDK directly
pip install hanzoai
# Use with any OpenAI-compatible code
from hanzoai import Hanzo
client = Hanzo() # reads HANZO_API_KEY
response = client.chat.completions.create(
model="zen4",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)One binary. The whole platform.
Every capability is named by its route. Browse by domain — click any to descend.
Developer Tools
SDKs, APIs, and protocols for every stack.
Every model, one API
157 models across every major provider — call any of them with one credential, one request shape.
/v1 surface, typed for your stack.hanzo CLIFrontier AI models from 4B edge to 1T+ reasoning. MoDE (Mixture of Diverse Experts) architecture. Text, code, vision, audio, video, 3D, and safety. Open weights on HuggingFace.
Start building
Free tier with generous limits. No credit card required.