Build anything
with Hanzo.
Every model. Every tool. One key. Start in the browser, ship from your terminal, and when you want it on your own hardware, take the whole thing with you — it is the same software we run in production.
Installs the hanzo CLI. Then hanzo auth login to get a key.
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
Over 400 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.