Commit 567bc49
fix: qwen3.8-max-preview is Token-Plan-only, not pay-as-you-go
v1.11.0 wrongly assumed qwen3.8-max-preview was callable on pay-as-you-go
DashScope and made it the pay-go `qwen` default. A pay-go key actually gets
403 Model.AccessDenied for it (verified: qwen3.7-max [OK], qwen3.8-max
[403] on the same key), and there is no self-serve activation — the preview
is delivered via the Token Plan subscription (sk-sp- keys) at launch.
- Remove the 3.8-max variant from the pay-as-you-go qwen provider; revert
its default to 3.7-max, so `qwen`/`tongyi` resolve to a model that works.
- Keep qwen3.8-max-preview on the qwen-plan (subscription) provider only.
- Point the intuitive `qwen3.8` / `qwen3.8-max` aliases at qwen-plan-3.8-max
(its only working home) instead of a dead pay-go key.
- Re-add a pay-go variant once Alibaba opens the preview to pay-as-you-go.
Evidence: dashscope 403 Model.AccessDenied = no permission for the model;
qianwenai.com Token Plan personal doc lists qwen3.8-max-preview under the
subscription; pay-as-you-go model list does not.1 parent 37cb88f commit 567bc49
7 files changed
Lines changed: 62 additions & 69 deletions
File tree
- dist
- src
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | | - | |
202 | | - | |
| 200 | + | |
| 201 | + | |
203 | 202 | | |
204 | 203 | | |
205 | 204 | | |
| |||
229 | 228 | | |
230 | 229 | | |
231 | 230 | | |
232 | | - | |
| 231 | + | |
233 | 232 | | |
234 | 233 | | |
235 | 234 | | |
| |||
407 | 406 | | |
408 | 407 | | |
409 | 408 | | |
410 | | - | |
411 | | - | |
| 409 | + | |
412 | 410 | | |
413 | 411 | | |
414 | 412 | | |
| |||
439 | 437 | | |
440 | 438 | | |
441 | 439 | | |
442 | | - | |
443 | 440 | | |
444 | | - | |
| 441 | + | |
445 | 442 | | |
446 | 443 | | |
447 | 444 | | |
| |||
530 | 527 | | |
531 | 528 | | |
532 | 529 | | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
533 | 537 | | |
534 | 538 | | |
535 | 539 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
210 | 207 | | |
211 | 208 | | |
212 | 209 | | |
| |||
527 | 524 | | |
528 | 525 | | |
529 | 526 | | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | | - | |
| 527 | + | |
| 528 | + | |
534 | 529 | | |
535 | 530 | | |
536 | 531 | | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
537 | 535 | | |
538 | 536 | | |
539 | 537 | | |
| |||
1287 | 1285 | | |
1288 | 1286 | | |
1289 | 1287 | | |
1290 | | - | |
| 1288 | + | |
1291 | 1289 | | |
1292 | | - | |
1293 | | - | |
1294 | | - | |
1295 | | - | |
1296 | | - | |
1297 | | - | |
| 1290 | + | |
1298 | 1291 | | |
1299 | 1292 | | |
1300 | 1293 | | |
| |||
1557 | 1550 | | |
1558 | 1551 | | |
1559 | 1552 | | |
1560 | | - | |
1561 | | - | |
1562 | | - | |
1563 | | - | |
| 1553 | + | |
| 1554 | + | |
1564 | 1555 | | |
1565 | 1556 | | |
1566 | 1557 | | |
| 1558 | + | |
| 1559 | + | |
1567 | 1560 | | |
1568 | 1561 | | |
1569 | 1562 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
158 | 161 | | |
159 | | - | |
160 | | - | |
| 162 | + | |
161 | 163 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
| 164 | + | |
| 165 | + | |
167 | 166 | | |
168 | 167 | | |
169 | 168 | | |
| |||
174 | 173 | | |
175 | 174 | | |
176 | 175 | | |
177 | | - | |
| 176 | + | |
178 | 177 | | |
179 | | - | |
| 178 | + | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
187 | 190 | | |
188 | 191 | | |
189 | 192 | | |
| |||
0 commit comments