The AI cloud you
can run yourself
One open-source binary is the whole cloud — 67 capabilities behind one API, from identity and inference to data, observability, and commerce. The same binary we run in production runs on your laptop, your GPU, or your own 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 has one name and one route. Browse by domain — click any card to go deep.
Developer Tools
SDKs, APIs, and protocols for every stack.
Every model, one API
436 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.