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.
zen4
~400B MoDE
Flagship reasoning
zen4-coder
~200B MoDE
Code generation
zen4-thinking
~400B MoDE
Deep reasoning chain
zen3-omni
72B
Vision + audio + text
zen3-nano
4B
Edge & mobile
zen3-guard
8B
Safety & moderation
Mixture of Distilled Experts (MoDE)
Co-developed with Zoo Labs. Qwen3+ architecture. 600M–480B+ parameters. Text, code, vision, audio, video, 3D, and safety.
Products
Quick Start
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!"}]
}'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
AI & Intelligence
Platform
Infrastructure
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.