feat(models): support minimax highspeed across onboarding

This commit is contained in:
Peter Steinberger
2026-03-03 00:39:57 +00:00
parent 53fd7f8163
commit 77ecef1fde
10 changed files with 36 additions and 14 deletions

View File

@@ -89,6 +89,12 @@ function createOAuthHandler(region: MiniMaxRegion) {
name: "MiniMax M2.5",
input: ["text"],
}),
buildModelDefinition({
id: "MiniMax-M2.5-highspeed",
name: "MiniMax M2.5 Highspeed",
input: ["text"],
reasoning: true,
}),
buildModelDefinition({
id: "MiniMax-M2.5-Lightning",
name: "MiniMax M2.5 Lightning",
@@ -103,6 +109,9 @@ function createOAuthHandler(region: MiniMaxRegion) {
defaults: {
models: {
[modelRef("MiniMax-M2.5")]: { alias: "minimax-m2.5" },
[modelRef("MiniMax-M2.5-highspeed")]: {
alias: "minimax-m2.5-highspeed",
},
[modelRef("MiniMax-M2.5-Lightning")]: {
alias: "minimax-m2.5-lightning",
},