Removing Minimax M2 from free models list (#7359)

This commit is contained in:
Ara
2025-11-07 14:13:19 -08:00
committed by GitHub
parent 5a444dc30a
commit 5371377b21
@@ -32,18 +32,6 @@ export const ONBOARDING_MODEL_SELECTIONS: Record<"free" | "power", ModelGroup[]>
inputPrice: 0,
outputPrice: 0,
},
{
id: "minimax/minimax-m2:free",
name: "MiniMax: MiniMax M2 (free)",
badge: "Trending",
score: 90,
latency: 2.5,
contextWindow: 204_800,
supportsImages: false,
supportsPromptCache: false,
inputPrice: 0,
outputPrice: 0,
},
],
},
],