Skip to content
@zenlm

Zen LM

Frontier language models from 600M to 480B parameters — edge to cloud. Open weights, Zen architecture.

Zen LM

Frontier language models from 600M to 480B parameters. Open-weight models optimized for edge devices through cloud-scale deployments, built on the Zen architecture with efficient inference via Rust, MLX, and GGUF.

License

Zen LM develops state-of-the-art language models spanning ten modalities from 600M (embedded) to 480B (frontier research). All models use the Zen architecture with RoPE embeddings, SwiGLU activation, grouped-query attention, and Flash Attention 2. Available through the Hanzo LLM Gateway, Hugging Face, vLLM, and local inference via MLX/GGUF.

Quick Start

# Using Hanzo LLM Gateway
from hanzo import Client

client = Client()
response = client.chat.completions.create(
    model="zenlm/zen4-pro",
    messages=[{"role": "user", "content": "Hello!"}]
)

# Using Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("zenlm/zen4-pro")

Model Family

Language Models

Model Parameters Context Use Case
zen-coder-480b 480B (MoE) 256K Frontier code
zen4-max 397B (MoE) 128K Frontier reasoning
zen-max 235B (MoE) 128K Production flagship
zen4-thinking 80B (MoE) 128K Deep reasoning
zen4-coder-pro 80B (MoE) 128K Professional code
zen-voyager 32B 128K Balanced
zen4-mini 8B 128K Fast inference
zen-eco 4B 32K Edge devices
zen-nano 0.6B 8K Embedded

Multimodal

Model Type Description
zen-omni Audio+Vision Hypermodal 30B MoE
zen-vl Vision Vision-language models (4B/8B/30B)
zen-video Video High-quality video synthesis
zen-scribe Speech Speech recognition
zen-translator Translation Real-time multimodal translation

Core Projects

Project Description
zen Zen AI model family — efficient models for edge and cloud
engine High-performance inference engine — Rust/MLX/GGUF
gym Unified fine-tuning for 100+ LLMs and VLMs
zen-omni Zen-Omni 30B — hypermodal AI with MLX/GGUF
docs Documentation and model cards

Related Organizations

Organization Focus
Hanzo AI AI infrastructure — LLM gateway, MCP, agents
Lux Network Post-quantum blockchain, FHE, cross-chain
Zoo Labs Open AI research network (501c3)

Resources

Apache 2.0 for code, model-specific licenses for weights.

Co-developed by Hanzo AI and Zoo Labs

Popular repositories Loading

  1. vjepa2 vjepa2 Public

    Forked from facebookresearch/vjepa2

    PyTorch code and models for VJEPA2 self-supervised learning from video.

    Python 2

  2. zen-dub zen-dub Public

    Zen Dub - Real-time high-quality lip-sync model

    Python 2

  3. zen-omni zen-omni Public

    Zen-Omni 30B — hypermodal AI with MLX/GGUF

    Jupyter Notebook 1

  4. zen zen Public

    Zen AI model family — efficient models for edge and cloud

    TypeScript 1

  5. engine engine Public

    High-performance inference engine — Rust/MLX/GGUF

    Rust 1

  6. zen-dub-live zen-dub-live Public

    Real-Time Speech-to-Speech Translation and Lip-Synchronized Video Dubbing

    Python 1

Repositories

Showing 10 of 85 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…