Decentralized AI Cloud

Hanzo AI Cloud

AI infrastructure for the decentralized internet. Build resilient, unstoppable applications.

Zen LM

Frontier models from 4B edge to 1T+ reasoning.

Mixture of Distilled Experts (MoDE)

Co-developed with Zoo Labs. Qwen3+ architecture. 600M–480B+ parameters. Text, code, vision, audio, video, 3D, and safety.

zen.hanzo.ai

Products

Quick Start

cURL
curl https://api.hanzo.ai/v1/chat/completions \
  -H "Authorization: Bearer $HANZO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "zen4",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Python
from hanzo import Hanzo

client = Hanzo()
response = client.chat.completions.create(
    model="zen4",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Services

Everything at api.hanzo.ai

Developer Tools

The Zen of Hanzo

We build for the decentralized internet. Resilient, unstoppable applications that compose freely across any infrastructure. No vendor lock-in. No single points of failure. Infrastructure that adapts, scales, and endures.

Adaptability
Adapt to new contexts while maintaining principles
Composability
Disassemble rigid structures for reconfiguration
Integrity
Maintain integrity in all actions

Start building

Free tier with generous limits. No credit card required.