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
@@ -10,7 +10,6 @@ export const MINIMAX_CN_MODELS = {
api: "anthropic-messages",
provider: "minimax-cn",
baseUrl: "https://api.minimaxi.com/anthropic",
compat: {"maxTokensSharesContextWindow":true},
reasoning: true,
input: ["text"],
cost: {
@@ -28,7 +27,6 @@ export const MINIMAX_CN_MODELS = {
api: "anthropic-messages",
provider: "minimax-cn",
baseUrl: "https://api.minimaxi.com/anthropic",
compat: {"maxTokensSharesContextWindow":true},
reasoning: true,
input: ["text"],
cost: {
@@ -46,7 +44,6 @@ export const MINIMAX_CN_MODELS = {
api: "anthropic-messages",
provider: "minimax-cn",
baseUrl: "https://api.minimaxi.com/anthropic",
compat: {"maxTokensSharesContextWindow":true},
reasoning: true,
input: ["text", "image"],
cost: {
@@ -10,7 +10,6 @@ export const MINIMAX_MODELS = {
api: "anthropic-messages",
provider: "minimax",
baseUrl: "https://api.minimax.io/anthropic",
compat: {"maxTokensSharesContextWindow":true},
reasoning: true,
input: ["text"],
cost: {
@@ -28,7 +27,6 @@ export const MINIMAX_MODELS = {
api: "anthropic-messages",
provider: "minimax",
baseUrl: "https://api.minimax.io/anthropic",
compat: {"maxTokensSharesContextWindow":true},
reasoning: true,
input: ["text"],
cost: {
@@ -46,7 +44,6 @@ export const MINIMAX_MODELS = {
api: "anthropic-messages",
provider: "minimax",
baseUrl: "https://api.minimax.io/anthropic",
compat: {"maxTokensSharesContextWindow":true},
reasoning: true,
input: ["text", "image"],
cost: {