Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 7276cd4

Browse files
committed
feat: add Bedrock models minimax.minimax-m2.5 and moonshotai.kimi-k2.5
1 parent ad25634 commit 7276cd4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

packages/types/src/providers/bedrock.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,15 @@ export const bedrockModels = {
432432
outputPrice: 2.5,
433433
description: "Kimi K2 Thinking (1T parameter MoE model with 32B active parameters)",
434434
},
435+
"moonshotai.kimi-k2.5": {
436+
maxTokens: 32_000,
437+
contextWindow: 262_144,
438+
supportsImages: false,
439+
supportsPromptCache: false,
440+
inputPrice: 0.6,
441+
outputPrice: 2.5,
442+
description: "Kimi K2.5 (Moonshot AI)",
443+
},
435444
"minimax.minimax-m2": {
436445
maxTokens: 16_384,
437446
contextWindow: 196_608,
@@ -442,6 +451,15 @@ export const bedrockModels = {
442451
outputPrice: 1.2,
443452
description: "MiniMax M2 (230B parameter MoE model with 10B active parameters)",
444453
},
454+
"minimax.minimax-m2.5": {
455+
maxTokens: 16_384,
456+
contextWindow: 196_608,
457+
supportsImages: false,
458+
supportsPromptCache: false,
459+
inputPrice: 0.3,
460+
outputPrice: 1.2,
461+
description: "MiniMax M2.5",
462+
},
445463
"qwen.qwen3-next-80b-a3b": {
446464
maxTokens: 8192,
447465
contextWindow: 262_144,

0 commit comments

Comments
 (0)