One binary · One contract · 67 capabilities

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.

$curl hanzo.sh | sh

Installs the hanzo CLI. Then hanzo login to get started.

67
Capabilities
157
Models
706
MCP connectors
6
SDK languages

Quick Start

Install the CLI, log in, and reach every capability from your terminal.

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
Python SDK
# 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.

Identity
Identity & Trust
Who you are, what you may touch, where secrets live. IAM, AuthZ, KMS, MPC, Zero-Trust.
View docs
Intelligence
Intelligence
The mind of the cloud. Models, agents, MCP, embeddings, prompts, GPUs, functions.
View docs
Data
Data
The stores everything writes to. SQL, Vector, KV, Search, Object, Base, DocDB.
View docs
Streams
Streams
Messaging, durable tasks, async orchestration. PubSub, Tasks, Pipelines, Crawl.
View docs
Observe
Observability
See everything. Telemetry, metrics, logs, traces, sessions, evals, analytics.
View docs
Commerce
Commerce
The economy. Meter, price, bill, reward. Commerce, Billing, Marketplace, Referrals.
View docs
Platform
Platform
The cloud fabric. Deploy, provision, route, host. Gateway, Machines, Edge, Registry.
View docs
Apps
Applications
The user-facing surfaces. Chat, Studio, Dev, Integrations, Apps.
View docs

Developer Tools

SDKs, APIs, and protocols for every stack.

The Network
Run the whole cloud yourself
SDKs
Python, TypeScript, Go, Rust
API Reference
REST for every capability
Architecture
One binary, one contract

Every model, one API

157 models across every major provider — call any of them with one credential, one request shape.

Zen
Open weights
OpenAI
GPT
Anthropic
Claude
Qwen
Open
Llama
Open
DeepSeek
Open
Mistral
Open
Gemma
Open
SDKs in every language
Generated from one contract — the same /v1 surface, typed for your stack.
PythonTypeScriptGoRustC++Dart
SDK reference
706 tools, one MCP surface
706 connectors — Slack, GitHub, Notion, Stripe, and more — exposed as MCP tools any agent can call.
SlackGitHubNotionStripeGoogleLinear+700 more
MCP tools
The hanzo CLI
A ~15 MB Rust client for any live cloud — prod, laptop, or self-host
hanzo chat
Chat with any model interactively
hanzo models list
Browse every available model
hanzo keys create
Create and manage API keys
hanzo deploy
Deploy apps with git push
hanzo logs
Stream logs from any service
hanzo storage
Manage S3-compatible storage
hanzo secrets
Manage secrets and env vars
hanzo bot
Deploy and manage AI bots
hanzo flow
Run workflow automations
Zen
44 models

Frontier 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.

zen4
~400B MoDE
zen4-coder
~200B MoDE
zen4-thinking
Deep CoT
zen3-omni
72B Multimodal
zen3-nano
4B Edge
zen3-guard
8B Safety

Start building

Free tier with generous limits. No credit card required.

curl hanzo.sh | sh

Meet the complete Hanzo AI platform

Explore productsOpen Chat