Skip to content

Commit 0804a75

Browse files
committed
Add Kimi K2 thinking models to Moonshot AI and OpenRouter
- Add kimi-k2-thinking and kimi-k2-thinking-turbo to moonshotai provider - Add moonshotai/kimi-k2-thinking to openrouter provider - All models marked as reasoning=true for thinking capabilities - Set open_weights=true to match other Kimi K2 models - Context window: 256K (262,144 tokens) - Max output: 256K (262,144 tokens) - Knowledge cutoff: 2024-08 - Cache read: $0.15/M tokens for all models - Pricing: k2-thinking ($0.60 input, $2.50 output), k2-thinking-turbo ($1.15 input, $8 output) - Released November 6, 2025
1 parent 4e76627 commit 0804a75

File tree

5 files changed

+110
-0
lines changed

5 files changed

+110
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Kimi K2 Thinking Turbo"
2+
release_date = "2025-11-06"
3+
last_updated = "2025-11-06"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
knowledge = "2024-08"
9+
open_weights = true
10+
11+
[cost]
12+
input = 1.15
13+
output = 8
14+
cache_read = 0.15
15+
16+
[limit]
17+
context = 262_144
18+
output = 262_144
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Kimi K2 Thinking"
2+
release_date = "2025-11-06"
3+
last_updated = "2025-11-06"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
knowledge = "2024-08"
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.6
13+
output = 2.5
14+
cache_read = 0.15
15+
16+
[limit]
17+
context = 262_144
18+
output = 262_144
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Kimi K2 Thinking Turbo"
2+
release_date = "2025-11-06"
3+
last_updated = "2025-11-06"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
knowledge = "2024-08"
9+
open_weights = true
10+
11+
[cost]
12+
input = 1.15
13+
output = 8
14+
cache_read = 0.15
15+
16+
[limit]
17+
context = 262_144
18+
output = 262_144
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Kimi K2 Thinking"
2+
release_date = "2025-11-06"
3+
last_updated = "2025-11-06"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
knowledge = "2024-08"
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.6
13+
output = 2.5
14+
cache_read = 0.15
15+
16+
[limit]
17+
context = 262_144
18+
output = 262_144
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Kimi K2 Thinking"
2+
release_date = "2025-11-06"
3+
last_updated = "2025-11-06"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
knowledge = "2024-08"
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.6
13+
output = 2.5
14+
cache_read = 0.15
15+
16+
[limit]
17+
context = 262_144
18+
output = 262_144
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]

0 commit comments

Comments
 (0)