We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287103d commit b3e4794Copy full SHA for b3e4794
src/provider/providers/minimax-cn.ts
@@ -10,6 +10,7 @@ export const minimaxCnProvider: Provider = {
10
models: {
11
'minimax-m2': {},
12
'minimax-m2.1': {},
13
+ 'minimax-m2.5': {},
14
},
15
apiFormat: ApiFormat.Anthropic,
16
};
src/provider/providers/minimax.ts
@@ -10,6 +10,7 @@ export const minimaxProvider: Provider = {
0 commit comments