Skip to content

fix(inference): reorder model dropdown#455

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

fix(inference): reorder model dropdown#455
functionstackx merged 1 commit into
masterfrom
fix/model-dropdown-order-v2

Conversation

@functionstackx

@functionstackx functionstackx commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Reorders the MODEL_CONFIG key order in packages/app/src/lib/data-mappings.ts, which drives the model dropdown ordering via MODEL_OPTIONS.

New order:

  1. DeepSeek V4 Pro 1.6T (default)
  2. Kimi K2.5/2.6/2.7-Code 1T
  3. MiniMax M3 428B
  4. DeepSeek R1 0528 671B
  5. GLM5/5.1 744B
  6. Qwen3.5 397B
  7. MiniMax M2.5/2.7 230B
  8. gpt-oss 120B
  9. Llama 3.3 70B (deprecated), Llama 3.1 70B (hidden) — unchanged at the end

Pure key reorder — no label, prefix, or category changes. Existing tests assert label lookups only, not order; data-mappings.test.ts passes (33/33).

🤖 Generated with Claude Code


Note

Low Risk
Display-only ordering change in one config object; no routing, API, or metadata changes.

Overview
Reorders entries in MODEL_CONFIG so the inference model picker lists models in a new priority order (DeepSeek V4 Pro first, then Kimi, MiniMax M3, DeepSeek R1, GLM5, Qwen3.5, MiniMax M2.5, gpt-oss, with Llama entries still last).

Because MODEL_OPTIONS is built from Object.keys(MODEL_CONFIG), only declaration order changes—labels, prefixes, categories, and exclusion rules are untouched.

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

New order: DeepSeek V4 Pro, Kimi K2.5/2.6/2.7-Code, MiniMax M3,
DeepSeek R1, GLM5/5.1, Qwen3.5, MiniMax M2.5/2.7, gpt-oss.

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

vercel Bot commented Jun 13, 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 13, 2026 6:43pm

Request Review

@functionstackx functionstackx merged commit 836127f into master Jun 13, 2026
18 checks passed
@functionstackx functionstackx deleted the fix/model-dropdown-order-v2 branch June 13, 2026 18:44
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