zen4-coder-flash / README.md
zeekay's picture
Update Zen4 Coder Flash model card — API-only
2e1b367 verified
|
raw
history blame
1.11 kB
metadata
library_name: transformers
pipeline_tag: text-generation
tags:
  - text-generation
  - code
  - zen
  - zen4
  - hanzo
license: apache-2.0

Zen4 Coder Flash

Zen LM by Hanzo AI — Fast, efficient code generation model. Optimized for rapid iteration, autocomplete, and lightweight tasks.

Specs

Property Value
Parameters 20B
Context Length 131K tokens
Architecture Zen MoDE (Mixture of Distilled Experts)
Generation Zen4

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="zen4-coder-flash",
    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.