zeekay commited on
Commit
13e18b5
·
verified ·
1 Parent(s): d94ef09

feat: update model specs and API family table

Browse files
Files changed (1) hide show
  1. README.md +18 -16
README.md CHANGED
@@ -15,34 +15,36 @@ pipeline_tag: text-generation
15
 
16
  # Zen4 Coder Flash
17
 
18
- **Zen4 Coder Flash** is a 31B MoE (3B active) parameter language model from the [Zen4 family](https://zenlm.org) by [Zen LM](https://huggingface.co/zenlm) and [Hanzo AI](https://hanzo.ai).
19
 
20
  Built on abliterated (uncensored) weights from GLM-4.7-Flash for unrestricted, open-ended AI assistance.
21
 
 
 
22
  ## Model Details
23
 
24
  | Property | Value |
25
  |----------|-------|
26
- | **Parameters** | 31B MoE total, 3B active |
27
- | **Context** | 131K tokens |
28
- | **Base** | GLM-4.7-Flash (abliterated) |
29
- | **License** | mit |
30
  | **Family** | Zen4 |
31
  | **Creator** | Zen LM / Hanzo AI |
32
 
33
  ## Zen4 Family
34
 
35
- | Tier | Model | Params | Active | Context |
36
- |------|-------|--------|--------|---------|
37
- | Edge | [Zen4 Mini](https://huggingface.co/zenlm/zen4-mini) | 4B | 4B | 32K |
38
- | Standard | [Zen4](https://huggingface.co/zenlm/zen4) | 8B | 8B | 32K |
39
- | Professional | [Zen4 Pro](https://huggingface.co/zenlm/zen4-pro) | 14B | 14B | 32K |
40
- | Flagship | [Zen4 Max](https://huggingface.co/zenlm/zen4-max) | 30B MoE | 3B | 256K |
41
- | Ultimate | [Zen4 Max Pro](https://huggingface.co/zenlm/zen4-max-pro) | 80B MoE | 3B | 256K |
42
- | Code (Fast) | [Zen4 Coder Flash](https://huggingface.co/zenlm/zen4-coder-flash) | 31B MoE | 3B | 131K |
43
- | Code (Best) | [Zen4 Coder](https://huggingface.co/zenlm/zen4-coder) | 80B MoE | 3B | 256K |
44
- | Code (Cloud) | [Zen4 Coder Pro](https://huggingface.co/zenlm/zen4-coder-pro) | 355B | 355B | 200K |
45
- | Cloud | [Zen4 Ultra](https://huggingface.co/zenlm/zen4-ultra) | 1.04T MoE | 32B | 256K |
46
 
47
  ## Links
48
 
 
15
 
16
  # Zen4 Coder Flash
17
 
18
+ **Zen4 Coder Flash** is a fast code-specialized language model from the [Zen4 family](https://zenlm.org) by [Zen LM](https://huggingface.co/zenlm) and [Hanzo AI](https://hanzo.ai).
19
 
20
  Built on abliterated (uncensored) weights from GLM-4.7-Flash for unrestricted, open-ended AI assistance.
21
 
22
+ **API**: Via `api.hanzo.ai`, zen4-coder-flash routes to Qwen3-Coder-30B-A3B (30B MoE, 3B active, 262K context).
23
+
24
  ## Model Details
25
 
26
  | Property | Value |
27
  |----------|-------|
28
+ | **Local Weights** | GLM-4.7-Flash (abliterated, 31B MoE, 3B active) |
29
+ | **API Upstream** | Qwen3-Coder-30B-A3B (30B MoE, 3B active) |
30
+ | **Context** | 262K tokens |
31
+ | **License** | MIT |
32
  | **Family** | Zen4 |
33
  | **Creator** | Zen LM / Hanzo AI |
34
 
35
  ## Zen4 Family
36
 
37
+ ### API Models (api.hanzo.ai)
38
+
39
+ | Model | Upstream | Params | Active | Context |
40
+ |-------|----------|--------|--------|---------|
41
+ | zen4 | GLM-5 | 744B MoE | 40B | 205K |
42
+ | zen4-max | Kimi K2-Thinking | 1.04T MoE | 32B | 256K |
43
+ | zen4-ultra | GLM-5 (thinking) | 744B MoE | 40B | 205K |
44
+ | zen4-pro | Qwen3-Next-80B-A3B | 80B MoE | 3B | 131K |
45
+ | zen4-coder | Qwen3-Coder-480B-A35B | 480B MoE | 35B | 262K |
46
+ | zen4-coder-flash | Qwen3-Coder-30B-A3B | 30B MoE | 3B | 262K |
47
+ | zen4-coder-pro | Qwen3-Coder-480B BF16 | 480B | 480B | 262K |
48
 
49
  ## Links
50