41 Models — Zen3, Zen4 & Zen5
Hanzo Zen Models
Complete API Catalog
41 foundation models across language, code, vision, image, audio, and retrieval. Zen MoDE (Mixture of Distilled Experts) architecture. From $0.15/MTok.
41
Models
2M
Max Context
$0.15/MTok
From
MoE + Dense
Architectures
7
Modalities
ultra maxultrapro maxprostarter
Loading live pricing...
Quick Start
Drop-in OpenAI-compatible API. Switch models with one line.
python
from hanzoai import Hanzo
client = Hanzo()
# Use any Zen model
response = client.chat.completions.create(
model="zen4", # or zen4-coder, zen3-vl, etc.
messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)Ready to build with Zen?
All 41 Zen models available via OpenAI-compatible API. Start building today.