Commit 9b418ed
feat(dashboard): append total parameter count to each Model dropdown label
Users browsing the Model dropdown on /inference, /historical, the calculator,
etc. now see model scale alongside the name. Same pattern Llama and gpt-oss
already use (the size is part of the canonical name) — extended to the
other models:
- DeepSeek R1 0528 -> DeepSeek R1 670B
- DeepSeek V4 Pro -> DeepSeek V4 Pro 1.6T
- Kimi K2.5/2.6 -> Kimi K2.5/2.6 1T
- Qwen3.5 -> Qwen3.5 397B
- GLM5/5.1 -> GLM5/5.1 355B
- MiniMax M2.5/2.7 -> MiniMax M2.5/2.7 456B
DeepSeek R1's "0528" release-date suffix drops in favor of the param count
to keep the label compact. gpt-oss 120B, Llama 3.3 70B Instruct, and
Llama 3.1 70B Instruct already encode the size and stay unchanged.
Param counts pulled from each model's published release / model card:
DeepSeek-R1 671B, DeepSeek-V4-Pro 1.6T, Kimi K2 series 1T, Qwen3.5 397B,
GLM 4.5 ~355B (GLM 5 follows the same architecture family), MiniMax M1
456B (M2 series same scale).
Single registry edit in MODEL_CONFIG → propagates to ModelSelector dropdown,
chart watermarks, chart titles, submissions table. 33/33 unit tests pass;
data-mappings.test.ts assertions extended to cover all dropdown labels.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9518d88 commit 9b418ed
2 files changed
Lines changed: 16 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
| 188 | + | |
188 | 189 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
52 | | - | |
| 56 | + | |
53 | 57 | | |
54 | | - | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
64 | | - | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
68 | | - | |
69 | | - | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | 75 | | |
72 | | - | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
0 commit comments