fix(presets): drop MiniMax from ultra-cheap (avoid trial deadline)#302
Merged
Destynova2 merged 1 commit intomainfrom Apr 27, 2026
Merged
fix(presets): drop MiniMax from ultra-cheap (avoid trial deadline)#302Destynova2 merged 1 commit intomainfrom
Destynova2 merged 1 commit intomainfrom
Conversation
MiniMax's free trial expires 2026-11-07 — six months from now this preset would silently break for new installs. Removing the provider entirely is cleaner than baking in a time-bomb. What's removed: - [[providers]] name = "minimax" block - MiniMax-M2.5 mapping at default-model priority 3 - "minimax" entry in `complex` (>100K input) and `medium` (>7K input) tier provider lists - All MiniMax mentions from doc preamble (header, free-tier table, account requirements, strategy section, source URLs) What stays: - 4 ongoing free tiers (Groq, Cerebras, Z.ai GLM, OpenRouter :free) - 2 signup-bonus sources (DeepSeek 5M / 30d, Mercury 10M / 30d) — these don't go dark after the bonus, just bill at pay-as-you-go ($0.14/$0.28 V4 Flash, $0.55/$2.19 R1) - xAI Grok 4.1 Fast for web search + long context (paid only) Provider count drops from 10 to 9 (7 enabled, 2 opt-in). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MiniMax's free trial expires 2026-11-07 — six months from now this preset would silently break for new installs that picked it up after the trial ended. Removing the provider entirely is cleaner than baking in a time-bomb.
What's removed
[[providers]] name = "minimax"block (api.minimaxi.com)MiniMax-M2.5mapping atdefault-modelpriority 3"minimax"entry incomplex(>100K input) andmedium(>7K input) tier provider listsWhat stays
:free— 50 RPD base / 1 000 RPD with $10 lifetimeWhy MiniMax was different
DeepSeek and Mercury have signup bonuses with 30-day expiry. After the bonus burns, the API keeps working — it just bills at pay-as-you-go rates. Both are still useful as paid providers (DeepSeek V4 Flash at $0.14/$0.28 is among the cheapest decent code models on the market).
MiniMax was a trial period — meaning when the deadline hits, the free terms end entirely and the future pricing is unclear. That's a contract gap, not a budget cap.
Provider count
Drops from 10 to 9 (7 enabled by default, 2 opt-in: Gemini for those OK with training data, Nebius for paid floor).
Test plan
grob preset info ultra-cheap— parses, 9 providers, 5 models, all router slots wiredgrep -E 'minimax|MiniMax|2026-11' presets/ultra-cheap.tomlreturns nothing🤖 Generated with Claude Code