0 Models -- Zen3 & Zen4
Hanzo Zen Models
Complete API Catalog
0 foundation models across language, code, vision, multimodal, and specialized tasks. Zen MoDE (Mixture of Distilled Experts) architecture. From $0.3/MTok.
0
Models
262K
Max Context
$0.3/MTok
From
MoE + Dense
Architectures
ultra maxultrapro maxpro
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 0 Zen models available via OpenAI-compatible API. Start building today.