Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fancy-geckos-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"kilo-code": minor
---

Add Kimi K2-Thinking to Synthetic Provider
11 changes: 11 additions & 0 deletions packages/types/src/providers/synthetic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export type SyntheticModelId =
| "hf:zai-org/GLM-4.5"
| "hf:openai/gpt-oss-120b"
| "hf:moonshotai/Kimi-K2-Instruct-0905"
| "hf:moonshotai/Kimi-K2-Thinking"
| "hf:reissbaker/llama-3.1-70b-abliterated-lora"
| "hf:meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8"
| "hf:deepseek-ai/DeepSeek-V3.1"
Expand Down Expand Up @@ -37,6 +38,16 @@ export const syntheticModels = {
description:
"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.",
},
"hf:moonshotai/Kimi-K2-Thinking": {
maxTokens: 262144,
contextWindow: 262144,
supportsImages: false,
supportsPromptCache: false,
inputPrice: 0.55,
outputPrice: 2.19,
description:
"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.",
},
"hf:moonshotai/Kimi-K2-Instruct-0905": {
maxTokens: 262144,
contextWindow: 262144,
Expand Down
Loading