Skip to content

Commit b3e4794

Browse files
authored
feat: add minimax-m2.5 model support (#752)
Add the new minimax-m2.5 model to both minimax and minimax-cn providers.
1 parent 287103d commit b3e4794

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/provider/providers/minimax-cn.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const minimaxCnProvider: Provider = {
1010
models: {
1111
'minimax-m2': {},
1212
'minimax-m2.1': {},
13+
'minimax-m2.5': {},
1314
},
1415
apiFormat: ApiFormat.Anthropic,
1516
};

src/provider/providers/minimax.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const minimaxProvider: Provider = {
1010
models: {
1111
'minimax-m2': {},
1212
'minimax-m2.1': {},
13+
'minimax-m2.5': {},
1314
},
1415
apiFormat: ApiFormat.Anthropic,
1516
};

0 commit comments

Comments
 (0)