Commit 16dd263
committed
fix(models): correct four release dates and source the other eight
Four of the eight dates carried over from `model-architectures.ts` were wrong,
and four models had none at all. Each entry now cites its source, and records
the model's first InferenceX sweep from MODELS.md beside it so the invariant that
caught these — a model cannot be benchmarked before its weights exist — is
checkable at review time.
Corrected:
- DeepSeek-V4-Pro 2026-06-08 → 2026-04-24. The old date fell six weeks after the
first sweep on 2026-04-25. V4-Pro-0813 went GA on 2026-08-13, but Hugging Face
still hosts the April preview build, so the weights date does not move.
- Kimi-K3 2026-06-13 → 2026-07-27, when the weights were published. The product
launched 2026-07-16; the eleven-day gap was to let vLLM, NVIDIA and AMD prepare
day-zero support, and InferenceX swept it the day the weights landed.
- MiniMax-M2.5 2025-10-25 → 2026-02-12. The old date is M2's launch, not M2.5's.
M2.5 is architecturally unchanged from M2, and the architecture entry still
points its sourceUrl at MiniMax-M2, which is where the date came from.
- gpt-oss-120b 2025-06-13 → 2025-08-05, the Apache 2.0 release alongside
gpt-oss-20b. The old date precedes it by seven weeks and matches no published
event.
Added: Qwen-3.5-397B-A17B 2026-02-16, GLM-5 2026-02-13, MiniMax-M3 2026-06-07,
GLM-5.2 2026-06-13. Unchanged and confirmed: DeepSeek-R1-0528, Kimi-K2.5,
Llama-3.3-70B, Llama-3.1-70B.
Two entries are softer than the rest and say so in place. GLM-5's weights are
sourced only to "mid-February", with reporting split between 2026-02-13 and
2026-02-17; GLM-5.2's Hugging Face upload is dated 2026-06-13 by most sources and
2026-06-16 by one. Both are ±3 days on an axis sampled monthly, and both are
comfortably before their first sweep, so the ambiguity changes nothing — but it
is an announcement-day date, not a confirmed upload day.
A bucket that groups point releases takes the earliest release in it, since that
is when the bucket's weights first existed: GLM-5 covers 5 and 5.1, MiniMax-M2.5
covers 2.5 and 2.7, Kimi-K2.5 covers 2.5, 2.6 and 2.7-Code.
Every selectable model now has a date, so the Fleet Lifecycle axis stops falling
back to "anchored to its first benchmark run" — for gpt-oss that fallback was
five weeks late. Two tests, both mutation-verified: coverage over MODEL_OPTIONS
(dropping Qwen-3.5 fails it), and the twelve dates pinned (reverting gpt-oss to
2025-06-13 fails it).
On master the visible change is the architecture diagram caption for four models,
plus MiniMax-M3 gaining one it never rendered.
中文:从 `model-architectures.ts` 迁移过来的八个日期中有四个是错的,另有四个模型完全
没有日期。现每条均附来源,并在旁记录 MODELS.md 中该模型的首次 InferenceX 基准日期,
便于评审时核对「模型不可能早于其权重发布被基准测试」这一约束。修正:DeepSeek-V4-Pro
2026-06-08 → 2026-04-24(原值比首次基准还晚六周);Kimi-K3 2026-06-13 → 2026-07-27
(权重发布日,产品发布为 07-16);MiniMax-M2.5 2025-10-25 → 2026-02-12(原值是 M2 的
发布日,非 M2.5);gpt-oss-120b 2025-06-13 → 2025-08-05(Apache 2.0 发布日,原值早了
七周且不对应任何公开事件)。新增 Qwen-3.5、GLM-5、MiniMax-M3、GLM-5.2 四个日期。
GLM-5 与 GLM-5.2 的权重上传日仅能定位到 ±3 天,已在注释中如实标明。分桶取其中最早的
发布日期。现所有可选模型均有日期,集群生命周期时间轴不再回退到首次基准日期。两项测试
均经变异测试验证。1 parent 9b20c87 commit 16dd263
3 files changed
Lines changed: 92 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
25 | 53 | | |
26 | 54 | | |
27 | 55 | | |
| |||
72 | 100 | | |
73 | 101 | | |
74 | 102 | | |
75 | | - | |
76 | | - | |
| 103 | + | |
77 | 104 | | |
78 | 105 | | |
79 | 106 | | |
80 | | - | |
| 107 | + | |
81 | 108 | | |
82 | 109 | | |
83 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
74 | 75 | | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
108 | 161 | | |
| 162 | + | |
| 163 | + | |
109 | 164 | | |
| 165 | + | |
| 166 | + | |
110 | 167 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 168 | | |
117 | 169 | | |
118 | 170 | | |
| |||
0 commit comments