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

Commit 00d50de

Browse files
committed
feat(minimax): set MiniMax-M2.7 as default model
1 parent f5b2019 commit 00d50de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/types/src/providers/minimax.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { ModelInfo } from "../model.js"
55
// https://platform.minimax.io/docs/guides/pricing-paygo
66
// https://platform.minimax.io/docs/guides/pricing-tokenplan
77
export type MinimaxModelId = keyof typeof minimaxModels
8-
export const minimaxDefaultModelId: MinimaxModelId = "MiniMax-M2.5"
8+
export const minimaxDefaultModelId: MinimaxModelId = "MiniMax-M2.7"
99

1010
export const minimaxModels = {
1111
"MiniMax-M2.5": {

0 commit comments

Comments
 (0)