Skip to content

Commit 8ea92ae

Browse files
[alibaba] Add remaining open Qwen 3.5 models, fix Qwen-3.5 397B-A17B, add open Qwen 3.6 models
- Added Qwen 3.5 122B-A10B - Added Qwen 3.5 27B - Added Qwen 3.5 35B-A3B - Fixed Qwen 3.5 397B-A17B (see below) - Added Qwen 3.6 27b - Added Qwen 3.6-35B-A3B I was not able to find a reliable source for the knowledge cutoff of any of these models. 2025-04 was already set as the cutoff for Qwen 3, and Qwen 3.5 is newer. All data is from the ModelStudio webpage. It seems to not include audio, but the ModelStudio page clearly has an audio symbol and the model is capable of this. And I found no data for a price for reasoning tokens in particular, unlike what was in the file for Qwen 3.5 397B-A17B. The models are all capable of structured output.
1 parent c994b11 commit 8ea92ae

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)