Zen AI Model Family

Hypermodal AI

41 models across 8 families. Open-weight AI covering text, vision, image, audio, code, embeddings, and reranking — from edge to frontier.

41
AI Models
8
Model Families
7
Modalities
Apache 2.0
License

Capabilities Matrix

Each model specializes in different modalities and tasks

ModelTextImageVideoAudio3DCodeAgents
zen5
zen4
zen4-max
zen4-ultra
zen4-coder
zen3-omni
zen3-vl
zen3-nano
zen3-guard
zen3-image
zen3-audio
zen3-tts
zen3-embedding
zen3-reranker

Quick Start

Get started with any Zen model in seconds

# Install and run any model
pip install transformers torch

# Use directly
from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("zenlm/zen-eco-4b-instruct")
tokenizer = AutoTokenizer.from_pretrained("zenlm/zen-eco-4b-instruct")

# Or use via Hanzo Cloud API
from hanzoai import Hanzo
client = Hanzo(api_key="hk-your-api-key")

response = client.chat.completions.create(
    model="zen-eco-4b-instruct",
    messages=[{"role": "user", "content": "Hello!"}]
)

Build with Zen AI

Open-weight models, Apache 2.0 licensed. Free to use for research and commercial applications.