We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b2019 commit 00d50deCopy full SHA for 00d50de
1 file changed
packages/types/src/providers/minimax.ts
@@ -5,7 +5,7 @@ import type { ModelInfo } from "../model.js"
5
// https://platform.minimax.io/docs/guides/pricing-paygo
6
// https://platform.minimax.io/docs/guides/pricing-tokenplan
7
export type MinimaxModelId = keyof typeof minimaxModels
8
-export const minimaxDefaultModelId: MinimaxModelId = "MiniMax-M2.5"
+export const minimaxDefaultModelId: MinimaxModelId = "MiniMax-M2.7"
9
10
export const minimaxModels = {
11
"MiniMax-M2.5": {
0 commit comments