# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("zenlm/zen-5-coder", dtype="auto")Quick Links
Zen 5 Coder
Parameters: TBA | Architecture: Zen MoDE (Mixture of Diverse Experts) | Context: 256K | Status: In training
Zen 5 Coder — next-generation code specialist. Currently in training.
Zen MoDE is our next-generation architecture: Mixture of Diverse Experts with sparse activation, extended context, and enhanced multi-step reasoning. First introduced with Zen 5.
The Zen LM Family
Joint research between Hanzo AI (Techstars '17), Zoo Labs Foundation (501c3), and Lux Partners Limited.
All weights Apache 2.0. Download, run locally, fine-tune, deploy commercially.
HuggingFace · Chat · API · Docs
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="zenlm/zen-5-coder")