This repository was archived by the owner on May 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
packages/types/src/providers Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments