Skip to content

Commit b301c1f

Browse files
authored
Merge pull request #1523 from sk0x0y/feature/nanogpt-kimi-k2.6-qwen-3.6
feat(nano-gpt): add Kimi K2.6 and Qwen 3.6 models
2 parents b81c8b3 + 738ad6e commit b301c1f

7 files changed

Lines changed: 147 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Qwen3.6 Flash"
2+
family = "qwen3.6"
3+
release_date = "2026-04-17"
4+
last_updated = "2026-04-17"
5+
attachment = false
6+
reasoning = false
7+
tool_call = false
8+
structured_output = false
9+
open_weights = false
10+
11+
[cost]
12+
input = 0.19
13+
output = 1.16
14+
15+
[limit]
16+
context = 991_800
17+
output = 65_536
18+
19+
[modalities]
20+
input = ["text", "image", "video"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Kimi K2.6"
2+
family = "kimi-k2.6"
3+
release_date = "2026-04-16"
4+
last_updated = "2026-04-21"
5+
attachment = true
6+
reasoning = false
7+
tool_call = true
8+
structured_output = false
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.53
13+
output = 2.73
14+
15+
[limit]
16+
context = 256_000
17+
output = 65_536
18+
19+
[modalities]
20+
input = ["text", "image"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Kimi K2.6 Thinking"
2+
family = "kimi-thinking"
3+
release_date = "2026-04-16"
4+
last_updated = "2026-04-21"
5+
attachment = true
6+
reasoning = true
7+
tool_call = true
8+
structured_output = false
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.53
13+
output = 2.73
14+
15+
[limit]
16+
context = 256_000
17+
output = 65_536
18+
19+
[modalities]
20+
input = ["text", "image"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Qwen 3.6 Plus"
2+
family = "qwen3.6"
3+
release_date = "2026-04-02"
4+
last_updated = "2026-04-02"
5+
attachment = false
6+
reasoning = false
7+
tool_call = false
8+
structured_output = false
9+
open_weights = false
10+
11+
[cost]
12+
input = 0.45
13+
output = 2.70
14+
15+
[limit]
16+
context = 991_800
17+
output = 65_536
18+
19+
[modalities]
20+
input = ["text", "image", "video"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Qwen3.6 35B A3B"
2+
family = "qwen3.6"
3+
release_date = "2026-04-17"
4+
last_updated = "2026-04-21"
5+
attachment = false
6+
reasoning = false
7+
tool_call = false
8+
structured_output = false
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.29
13+
output = 1.74
14+
15+
[limit]
16+
context = 262_144
17+
output = 16_384
18+
19+
[modalities]
20+
input = ["text", "image", "video"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Qwen3.6 35B A3B Thinking"
2+
family = "qwen3.6"
3+
release_date = "2026-04-19"
4+
last_updated = "2026-04-21"
5+
attachment = false
6+
reasoning = true
7+
tool_call = false
8+
structured_output = false
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.29
13+
output = 1.74
14+
15+
[limit]
16+
context = 262_144
17+
output = 16_384
18+
19+
[modalities]
20+
input = ["text", "image", "video"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Qwen3.6 Max Preview"
2+
family = "qwen3.6"
3+
release_date = "2026-04-20"
4+
last_updated = "2026-04-21"
5+
attachment = false
6+
reasoning = false
7+
tool_call = false
8+
structured_output = false
9+
open_weights = false
10+
11+
[cost]
12+
input = 1.30
13+
output = 7.80
14+
15+
[limit]
16+
context = 245_800
17+
output = 65_536
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]

0 commit comments

Comments
 (0)