fix(ai): revert minimax max token clamp
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user