Skip to content

Commit 9411ce6

Browse files
authored
Merge pull request #3568 from mcowger/mcowger/k2-thinking-synthetic
Add Kimi-K2-Thinking model details for Synthetic.new
2 parents 60c396c + 4bc053a commit 9411ce6

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.changeset/fancy-geckos-beam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"kilo-code": minor
3+
---
4+
5+
Add Kimi K2-Thinking to Synthetic Provider

packages/types/src/providers/synthetic.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export type SyntheticModelId =
88
| "hf:zai-org/GLM-4.5"
99
| "hf:openai/gpt-oss-120b"
1010
| "hf:moonshotai/Kimi-K2-Instruct-0905"
11+
| "hf:moonshotai/Kimi-K2-Thinking"
1112
| "hf:reissbaker/llama-3.1-70b-abliterated-lora"
1213
| "hf:meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8"
1314
| "hf:deepseek-ai/DeepSeek-V3.1"
@@ -37,6 +38,16 @@ export const syntheticModels = {
3738
description:
3839
"MiniMax's latest hybrid reasoning model: it's fast, it thinks before it responds, it's great at using tools via the API, and it's a strong coding model. 192k-token context.",
3940
},
41+
"hf:moonshotai/Kimi-K2-Thinking": {
42+
maxTokens: 262144,
43+
contextWindow: 262144,
44+
supportsImages: false,
45+
supportsPromptCache: false,
46+
inputPrice: 0.55,
47+
outputPrice: 2.19,
48+
description:
49+
"Moonshot's latest hybrid reasoner. Extremely good at math — it saturates the AIME25 math benchmark — and competitive with GPT-5 and Claude 4.5 at tool use and codegen. 256k-token context.",
50+
},
4051
"hf:moonshotai/Kimi-K2-Instruct-0905": {
4152
maxTokens: 262144,
4253
contextWindow: 262144,

0 commit comments

Comments
 (0)