Hanzo AI Cloud
AI infrastructure for developers. Build, deploy, and scale intelligent applications.
Installs the hanzo CLI. Then hanzo login to get started.
Quick Start
Install the CLI, log in, and start using every Hanzo service 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)Ecosystem
Everything you need to build with AI. Click any card to jump to its docs.
LLM gateway for 200+ models. Load balancing, caching, and observability.
Multi-model AI chat with MCP tools, file uploads, and 14 Zen models.
AI coding agent with IDE integration, debugging, and MCP tools.
743+ skills, 35+ channel adapters. Deploy AI bots anywhere.
Visual workflow automation. Drag-and-drop AI pipelines.
PaaS with git push deploy. Docker containers, SSL, scaling.
Observability dashboard. Tracing, evals, and cost tracking.
S3-compatible object storage with CDN and versioning.
AI-powered search with generative UI and RAG.
AI safety, PII detection, and content moderation.
Identity, SSO, OAuth2, SAML. Unified auth for everything.
44 frontier models, 4B to 1T+. Open weights on HuggingFace.
Developer Tools
SDKs, APIs, and protocols for every stack.
The hanzo CLI
One tool for everything
Zen
44 modelsFrontier AI models from 4B edge to 1T+ reasoning. MoDE (Mixture of Distilled 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.