Skip to content

Commit b8e6d58

Browse files
committed
add workers-ai models: kimi-k2.5, nemotron-3-120b-a12b, glm-4.7-flash
1 parent ac760b2 commit b8e6d58

5 files changed

Lines changed: 124 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name = "Kimi K2.5"
2+
family = "kimi"
3+
release_date = "2026-01-27"
4+
last_updated = "2026-01-27"
5+
attachment = true
6+
reasoning = true
7+
structured_output = true
8+
temperature = true
9+
tool_call = true
10+
knowledge = "2025-01"
11+
open_weights = true
12+
13+
[interleaved]
14+
field = "reasoning_content"
15+
16+
[cost]
17+
input = 0.60
18+
output = 3.00
19+
cache_read = 0.10
20+
21+
[limit]
22+
context = 256_000
23+
output = 256_000
24+
25+
[modalities]
26+
input = ["text", "image"]
27+
output = ["text"]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "Nemotron 3 Super 120B"
2+
family = "nemotron"
3+
release_date = "2026-03-11"
4+
last_updated = "2026-03-11"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
open_weights = true
10+
11+
[interleaved]
12+
field = "reasoning_content"
13+
14+
[cost]
15+
input = 0.50
16+
output = 1.50
17+
18+
[limit]
19+
context = 256_000
20+
output = 256_000
21+
22+
[modalities]
23+
input = ["text"]
24+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "GLM-4.7-Flash"
2+
family = "glm-flash"
3+
release_date = "2026-01-19"
4+
last_updated = "2026-01-19"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2025-04"
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.06
14+
output = 0.40
15+
16+
[limit]
17+
context = 131_072
18+
output = 131_072
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name = "Kimi K2.5"
2+
family = "kimi"
3+
release_date = "2026-01-27"
4+
last_updated = "2026-01-27"
5+
attachment = true
6+
reasoning = true
7+
structured_output = true
8+
temperature = true
9+
tool_call = true
10+
knowledge = "2025-01"
11+
open_weights = true
12+
13+
[interleaved]
14+
field = "reasoning_content"
15+
16+
[cost]
17+
input = 0.60
18+
output = 3.00
19+
cache_read = 0.10
20+
21+
[limit]
22+
context = 256_000
23+
output = 256_000
24+
25+
[modalities]
26+
input = ["text", "image"]
27+
output = ["text"]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "Nemotron 3 Super 120B"
2+
family = "nemotron"
3+
release_date = "2026-03-11"
4+
last_updated = "2026-03-11"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
open_weights = true
10+
11+
[interleaved]
12+
field = "reasoning_content"
13+
14+
[cost]
15+
input = 0.50
16+
output = 1.50
17+
18+
[limit]
19+
context = 256_000
20+
output = 256_000
21+
22+
[modalities]
23+
input = ["text"]
24+
output = ["text"]

0 commit comments

Comments
 (0)