fix(ai): revert minimax max token clamp

This commit is contained in:
Mario Zechner
2026-06-25 13:35:12 +02:00
parent 4cc339f58d
commit f78b163713
11 changed files with 0 additions and 362 deletions
-1
View File
@@ -1424,7 +1424,6 @@ async function loadModelsDevData(): Promise<Model<any>[]> {
provider,
// MiniMax's Anthropic-compatible API - SDK appends /v1/messages
baseUrl,
compat: { maxTokensSharesContextWindow: true },
reasoning: m.reasoning === true,
input: m.modalities?.input?.includes("image") ? ["text", "image"] : ["text"],
cost: {