File size: 1,157 Bytes
2c5a601
 
d9787b5
 
 
 
97af3c5
 
d9787b5
 
 
4fa7ed0
2c5a601
 
d9787b5
 
 
97af3c5
d9787b5
 
 
 
 
97af3c5
 
d9787b5
 
 
 
 
97af3c5
 
 
 
 
 
 
 
 
 
 
2c5a601
 
d9787b5
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
library_name: transformers
pipeline_tag: text-generation
tags:
  - text-generation
  - reasoning
  - thinking
  - math
  - zen
  - zen4
  - hanzo
  - zenlm
license: apache-2.0
---

# Zen4 Thinking

**Zen LM by Hanzo AI** — Chain-of-thought reasoning model with explicit thinking traces. Excels at math, logic, and step-by-step analysis.

## Specs

| Property | Value |
|----------|-------|
| Parameters | 562B MoE |
| Context Length | 262K 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.

```python
from openai import OpenAI

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

Get your API key at [console.hanzo.ai](https://console.hanzo.ai) — $5 free credit on signup.

## License

Apache 2.0

---

*Zen LM is developed by [Hanzo AI](https://hanzo.ai) — Frontier AI infrastructure.*