File size: 1,459 Bytes
7bfcee7
 
bbf5566
085a0b3
bbf5566
 
 
c5d1f5d
 
bbf5566
 
 
573986a
7bfcee7
7c1a92a
 
7bfcee7
bbf5566
085a0b3
bbf5566
085a0b3
 
 
bbf5566
 
 
 
 
085a0b3
 
 
bbf5566
 
33f26ff
c5d1f5d
085a0b3
573986a
c5d1f5d
 
 
 
 
 
 
 
 
7bfcee7
 
bbf5566
 
 
 
085a0b3
bbf5566
 
 
 
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
54
55
56
57
58
---
library_name: transformers
pipeline_tag: text-generation
base_model: Qwen/Qwen3-Omni-30B-A3B-Instruct
tags:
  - text-generation
  - multimodal
  - vision
  - audio
  - zen
  - zen3
  - hanzo
  - zenlm
license: apache-2.0
language:
- en
---

# zen3-omni

Multimodal model supporting text, image, audio, and video understanding.

Repackaged from [Qwen/Qwen3-Omni-30B-A3B-Instruct](https://huggingface.co/Qwen/Qwen3-Omni-30B-A3B-Instruct) (apache-2.0, Alibaba Qwen). **Not trained from scratch** — a permissively-licensed redistribution for the OSS-clean Zen model line.

## Specs

| Property | Value |
|----------|-------|
| Parameters | 30B total / 3B active (MoE) |
| Architecture | Qwen3-Omni MoE (`Qwen3OmniMoeForConditionalGeneration`) |
| Modality | text, image, audio, video |
| Generation | Zen3 |

## API Access

Also served via the Hanzo AI API:

```python
from openai import OpenAI

client = OpenAI(base_url="https://api.hanzo.ai/v1", api_key="YOUR_KEY")
response = client.chat.completions.create(
    model="zen3-omni",
    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`. Upstream: **Qwen/Qwen3-Omni-30B-A3B-Instruct** by Alibaba Qwen. Upstream LICENSE/NOTICE retained in-repo.

---

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