zen3-vl / README.md
zeekay's picture
Update model card: fix YAML tags, add zen/zenlm branding
6c04a20 verified
metadata
library_name: transformers
pipeline_tag: text-generation
tags:
  - text-generation
  - vision
  - multimodal
  - zen
  - zen3
  - hanzo
  - zenlm
license: apache-2.0

Zen3 VL

Zen LM by Hanzo AI — Vision-language model for image understanding, OCR, and visual reasoning. 30B active parameters via MoE.

Specs

Property Value
Parameters 30B MoE
Context Length 262K tokens
Architecture Zen MoDE (Mixture of Distilled Experts)
Generation Zen3

API Access

This model is served exclusively via the Hanzo AI API. Weight downloads are not available for this model tier.

from openai import OpenAI

client = OpenAI(base_url="https://api.hanzo.ai/v1", api_key="YOUR_KEY")
response = client.chat.completions.create(
    model="zen3-vl",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Get your API key at console.hanzo.ai — $5 free credit on signup.

License

Apache 2.0


Zen LM is developed by Hanzo AI — Frontier AI infrastructure.