Skip to content

fix(inference): move MiniMax M3 between Kimi and Qwen in model dropdown#450

Merged
functionstackx merged 1 commit into
masterfrom
fix/minimax-m3-dropdown-order
Jun 13, 2026
Merged

fix(inference): move MiniMax M3 between Kimi and Qwen in model dropdown#450
functionstackx merged 1 commit into
masterfrom
fix/minimax-m3-dropdown-order

Conversation

@functionstackx

@functionstackx functionstackx commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Moves the Model.MiniMax_M3 entry in MODEL_CONFIG (packages/app/src/lib/data-mappings.ts) so the model dropdown lists MiniMax M3 428B between Kimi K2.5/2.6/2.7-Code 1T and Qwen3.5 397B. Dropdown order is derived from MODEL_CONFIG key order via MODEL_OPTIONS, so this is a pure key reorder — no label, prefix, or category changes.

No test changes needed: existing tests only assert label lookups, not dropdown order (data-mappings.test.ts passes, 33/33). Overlay path unaffected — this changes selector ordering only, not chart data handling.

🤖 Generated with Claude Code


Note

Low Risk
UI ordering-only change in data-mappings.ts with no routing, API, or model metadata changes.

Overview
Reorders the model dropdown by moving the Model.MiniMax_M3 block in MODEL_CONFIG so MiniMax M3 428B lists between Kimi K2.5/2.6/2.7-Code 1T and Qwen3.5 397B (previously after MiniMax M2.5/2.7).

Selector order comes from Object.keys(MODEL_CONFIG) via MODEL_OPTIONS; labels, prefixes, and categories are unchanged—only key order in the config object.

Reviewed by Cursor Bugbot for commit 2048ec5. Bugbot is set up for automated code reviews on this repo. Configure here.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@functionstackx functionstackx requested a review from adibarra as a code owner June 12, 2026 23:57
@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
inferencemax-app Ready Ready Preview, Comment Jun 12, 2026 11:57pm

Request Review

@functionstackx functionstackx merged commit 3ddb5e4 into master Jun 13, 2026
18 checks passed
@functionstackx functionstackx deleted the fix/minimax-m3-dropdown-order branch June 13, 2026 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant