Commit 4c79f43
Remove deprecated and underperforming models from catalog (#2398)
* chore(models): drop 15 models no longer on the router; refresh providers
Remove model entries from prod.yaml/dev.yaml whose ids are no longer
returned by router.huggingface.co/v1/models. These were dead overrides
(models.ts only applies MODELS entries to ids present in the router
response), so they never rendered. Removed: pearl-ai/Gemma-4-31B-it-pearl,
zai-org/GLM-4.7-FP8, EssentialAI/rnj-1-instruct, moonshotai/Kimi-K2-Thinking,
Qwen/QwQ-32B, deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B,
katanemo/Arch-Router-1.5B, meta-llama/Llama-3.2-1B-Instruct,
deepseek-ai/DeepSeek-R1-Distill-Qwen-32B,
Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8, meta-llama/Meta-Llama-3-70B-Instruct,
NousResearch/Hermes-2-Pro-Llama-3-8B, baidu/ERNIE-4.5-300B-A47B-Base-PT,
Sao10K/L3-70B-Euryale-v2.1, deepseek-ai/DeepSeek-Prover-V2-671B.
Bump @huggingface/inference 4.11.3 -> 4.13.21 so PROVIDERS_HUB_ORGS
includes deepinfra and nvidia; deepinfra now serves many router models
and its avatar/label was missing. This covers all 13 providers the
router currently uses.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DnzEAqrEE7qdFtWhSpWG3G
* docs(skill): teach add-model-descriptions to prune deprecated models
Extend the model-sync skill to compare the router list against the config
in both directions: missing (add) and deprecated (remove). Adds a scripted
two-way diff, a new removal step, and guidance to exclude the synthetic
router alias (omni) and to flag—not silently drop—deprecated ids still
referenced by TASK_MODEL / LLM_ROUTER_* env vars. Documents that MODELS is
an overrides map (models.ts only applies entries present in /v1/models),
so pruning dead overrides is a no-op at runtime.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DnzEAqrEE7qdFtWhSpWG3G
* docs(skill): rename add-model-descriptions to sync-models
The skill now syncs the model config in both directions (add new models,
prune deprecated ones), so "add-model-descriptions" no longer describes it.
Rename the directory and the frontmatter name/heading to sync-models, and
update the self-referential /add-model-descriptions trigger to /sync-models.
No other files reference the old name.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DnzEAqrEE7qdFtWhSpWG3G
* fix(models): restore two entries the router serves again
pearl-ai/Gemma-4-31B-it-pearl and zai-org/GLM-4.7-FP8 were pruned against
an earlier router snapshot, but the router now returns both again (verified
against router.huggingface.co/v1/models). Since MODELS entries are overrides
merged onto router-provided models, dropping them wouldn't hide these models
— it would only strip their metadata (notably GLM-4.7-FP8's supportsReasoning
flag). Re-add both in their original positions. The other 13 removed ids
remain absent from the router.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DnzEAqrEE7qdFtWhSpWG3G
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent f62079c commit 4c79f43
5 files changed
Lines changed: 131 additions & 76 deletions
Lines changed: 54 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
| |||
19 | 26 | | |
20 | 27 | | |
21 | 28 | | |
22 | | - | |
| 29 | + | |
23 | 30 | | |
24 | 31 | | |
25 | | - | |
26 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
27 | 55 | | |
28 | | - | |
| 56 | + | |
29 | 57 | | |
30 | 58 | | |
31 | 59 | | |
| |||
90 | 118 | | |
91 | 119 | | |
92 | 120 | | |
93 | | - | |
| 121 | + | |
94 | 122 | | |
95 | 123 | | |
96 | 124 | | |
| |||
115 | 143 | | |
116 | 144 | | |
117 | 145 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
124 | 161 | | |
125 | 162 | | |
126 | 163 | | |
| 164 | + | |
| 165 | + | |
127 | 166 | | |
128 | 167 | | |
129 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
| |||
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
135 | | - | |
136 | 134 | | |
137 | 135 | | |
138 | 136 | | |
| |||
168 | 166 | | |
169 | 167 | | |
170 | 168 | | |
171 | | - | |
172 | 169 | | |
173 | 170 | | |
174 | | - | |
175 | 171 | | |
176 | 172 | | |
177 | | - | |
178 | | - | |
179 | 173 | | |
180 | 174 | | |
181 | 175 | | |
182 | 176 | | |
183 | | - | |
184 | 177 | | |
185 | | - | |
186 | 178 | | |
187 | 179 | | |
188 | 180 | | |
| |||
193 | 185 | | |
194 | 186 | | |
195 | 187 | | |
196 | | - | |
197 | | - | |
198 | 188 | | |
199 | 189 | | |
200 | | - | |
201 | 190 | | |
202 | 191 | | |
203 | 192 | | |
204 | 193 | | |
205 | 194 | | |
206 | | - | |
207 | 195 | | |
208 | 196 | | |
209 | 197 | | |
210 | 198 | | |
211 | 199 | | |
212 | | - | |
213 | 200 | | |
214 | 201 | | |
215 | 202 | | |
| |||
0 commit comments