Skip to content

Commit fa71347

Browse files
committed
Add Moonshot Kimi K2.5 model support
1 parent cb36b91 commit fa71347

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/models.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,18 @@ export const BLOCKRUN_MODELS: BlockRunModel[] = [
246246
reasoning: true,
247247
},
248248

249+
// Moonshot / Kimi
250+
{
251+
id: "moonshot/kimi-k2.5",
252+
name: "Kimi K2.5",
253+
inputPrice: 0.6,
254+
outputPrice: 2.5,
255+
contextWindow: 262144,
256+
maxOutput: 8192,
257+
reasoning: true,
258+
vision: true,
259+
},
260+
249261
// xAI / Grok
250262
{
251263
id: "xai/grok-3",

0 commit comments

Comments
 (0)