Skip to content

Commit fb29715

Browse files
authored
Merge pull request #1572 from YoshiTabletopGamer/qwen3.5-3.6-alibaba-open
[alibaba] Add remaining open Qwen 3.5 and 3.6 models, fix Qwen-3.5 397B-A17B
2 parents 870e3d1 + 8ea92ae commit fb29715

6 files changed

Lines changed: 115 additions & 6 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Qwen3.5 122B-A10B"
2+
family = "qwen"
3+
release_date = "2026-02-23"
4+
last_updated = "2026-02-23"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.4
14+
output = 3.2
15+
16+
[limit]
17+
context = 262_144
18+
output = 65_536
19+
20+
[modalities]
21+
input = ["text", "image", "video", "audio"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Qwen3.5 27B"
2+
family = "qwen"
3+
release_date = "2026-02-23"
4+
last_updated = "2026-02-23"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.3
14+
output = 2.4
15+
16+
[limit]
17+
context = 262_144
18+
output = 65_536
19+
20+
[modalities]
21+
input = ["text", "image", "video", "audio"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Qwen3.5 35B-A3B"
2+
family = "qwen"
3+
release_date = "2026-02-23"
4+
last_updated = "2026-02-23"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.25
14+
output = 2
15+
16+
[limit]
17+
context = 262_144
18+
output = 65_536
19+
20+
[modalities]
21+
input = ["text", "image", "video", "audio"]
22+
output = ["text"]
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
name = "Qwen3.5 397B-A17B"
22
family = "qwen"
3-
release_date = "2026-02-16"
4-
last_updated = "2026-02-16"
5-
attachment = false
3+
release_date = "2026-02-15"
4+
last_updated = "2026-02-15"
5+
attachment = true
66
reasoning = true
77
temperature = true
8-
knowledge = "2025-04"
98
tool_call = true
9+
structured_output = true
1010
open_weights = true
1111

1212
[cost]
1313
input = 0.6
1414
output = 3.6
15-
reasoning = 3.6
1615

1716
[limit]
1817
context = 262_144
1918
output = 65_536
2019

2120
[modalities]
22-
input = ["text", "image", "video"]
21+
input = ["text", "image", "video", "audio"]
2322
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Qwen3.6 27B"
2+
family = "qwen"
3+
release_date = "2026-04-22"
4+
last_updated = "2026-04-22"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.6
14+
output = 3.6
15+
16+
[limit]
17+
context = 262_144
18+
output = 65_536
19+
20+
[modalities]
21+
input = ["text", "image", "video", "audio"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Qwen3.6 35B-A3B"
2+
family = "qwen"
3+
release_date = "2026-04-17"
4+
last_updated = "2026-04-17"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.248
14+
output = 1.485
15+
16+
[limit]
17+
context = 262_144
18+
output = 65_536
19+
20+
[modalities]
21+
input = ["text", "image", "video", "audio"]
22+
output = ["text"]

0 commit comments

Comments
 (0)