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

@@ -112,7 +112,7 @@ export async function applyAuthChoiceMiniMax(
promptMessage: "Enter MiniMax API key",
modelRefPrefix: "minimax",
modelId:
params.authChoice === "minimax-api-lightning" ? "MiniMax-M2.5-Lightning" : "MiniMax-M2.5",
params.authChoice === "minimax-api-lightning" ? "MiniMax-M2.5-highspeed" : "MiniMax-M2.5",
applyDefaultConfig: applyMinimaxApiConfig,
applyProviderConfig: applyMinimaxApiProviderConfig,
});