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.
Or hand this to your agent — it installs the CLI, the MCP server and the skills, then points its own model calls at Hanzo.
Quick Start
Install the CLI, log in, and reach every capability from your terminal.
npm i -g hanzocurl -fsSL hanzo.sh | shbrew install hanzoai/tap/hanzogit clone https://github.com/hanzoai/cli && cd cli && cargo install --path .Sign in once, then reach every capability from the terminal — or from your own code.
hanzo auth login
hanzo "explain quantum computing"
hanzo models list
hanzo projects deploy my-app// npm i hanzoai
import { AiApi, Configuration } from 'hanzoai'
const ai = new AiApi(new Configuration())
const { data } = await ai.getModels()
console.log(data.data?.length, 'models')# pip install hanzoai
from hanzoai.cloud import AiApi, ApiClient, Configuration
ai = AiApi(ApiClient(Configuration()))
print(len(ai.get_models().data or []), "models")// go get github.com/hanzoai/go-sdk/v8
import hanzoai "github.com/hanzoai/go-sdk/v8"
client := hanzoai.NewAPIClient(hanzoai.NewConfiguration())
models, _, err := client.AiAPI.GetModels(ctx).Execute()// cargo add hanzo-client
use hanzo_client::apis::{ai_api, configuration::Configuration};
let cfg = Configuration::new();
let models = ai_api::get_models(&cfg).await?;curl https://api.hanzo.ai/v1/chat/completions \
-H "Authorization: Bearer $HANZO_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"zen5","messages":[{"role":"user","content":"Hello!"}]}'One binary. The whole platform.
Every capability has one name and one route. Browse by domain — click any card to go deep.
Who someone is, what they may touch, and where secrets stay safe. IAM, AuthZ, KMS, MPC, Zero-Trust.
View docsThe mind of the cloud — every model, agent, and tool you can call. Models, Agents, MCP, Embeddings, Prompts, GPUs, Functions.
View docsSomewhere to put your data and read it back fast. SQL, Vector, KV, Search, Object, Base, DocDB.
View docsMove messages and run work in the background, reliably. PubSub, Tasks, Pipelines, Crawl.
View docsSee exactly what your system is doing, live. Metrics, Logs, Traces, Sessions, Evals, Analytics.
View docsTurn usage into money — meter it, price it, bill it, reward it. Commerce, Billing, Marketplace, Referrals.
View docsDeveloper 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.
Generated from one contract — the same /v1 surface, typed for your stack.
Native connectors + the open MCP registry — Slack, GitHub, Notion, Stripe, and more — exposed as MCP tools any agent can call.
hanzo CLIA ~15 MB Rust client for any live cloud — prod, laptop, or self-hostFrontier 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.