Commit 1c8aa59
feat: Qwen3.8 Max GA — switch to GA model id, restore pay-go default
The GA release drops the -preview suffix and opens pay-as-you-go access.
Verified live before the change: the token-plan endpoint answers 200 for
qwen3.8-max (old qwen3.8-max-preview still answers but is deprecated),
and the pay-go dashscope Anthropic endpoint now returns 200 with a
pay-go key — the exact condition v1.11.1 said would restore the pay-go
variant. So qwen gets a 3.8-max variant back as its default (bare
aliases qwen/tongyi and qwen3.8/qwen3.8-max point at it, qwen-max/
qwen3.7 stay on 3.7-max), and qwen-plan-3.8-max switches to the GA id.
Post-change doctor through the user's runtime config: qwen3.8-max [OK]
1.47s, qwen3.7-max [OK] 4.81s, qwen-plan-3.8-max [OK] 1.01s.1 parent 71fb6f2 commit 1c8aa59
7 files changed
Lines changed: 100 additions & 62 deletions
File tree
- dist
- src
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | | - | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| |||
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
229 | | - | |
| 230 | + | |
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
| |||
405 | 406 | | |
406 | 407 | | |
407 | 408 | | |
408 | | - | |
409 | | - | |
| 409 | + | |
| 410 | + | |
410 | 411 | | |
411 | 412 | | |
412 | 413 | | |
| |||
434 | 435 | | |
435 | 436 | | |
436 | 437 | | |
| 438 | + | |
437 | 439 | | |
438 | | - | |
| 440 | + | |
439 | 441 | | |
440 | 442 | | |
441 | 443 | | |
| |||
524 | 526 | | |
525 | 527 | | |
526 | 528 | | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
527 | 534 | | |
528 | 535 | | |
529 | 536 | | |
| |||
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 | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
212 | 218 | | |
213 | 219 | | |
214 | 220 | | |
| |||
234 | 240 | | |
235 | 241 | | |
236 | 242 | | |
237 | | - | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
238 | 246 | | |
239 | 247 | | |
240 | 248 | | |
| |||
525 | 533 | | |
526 | 534 | | |
527 | 535 | | |
528 | | - | |
529 | | - | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
530 | 540 | | |
531 | 541 | | |
532 | 542 | | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | 543 | | |
537 | 544 | | |
538 | 545 | | |
| |||
1287 | 1294 | | |
1288 | 1295 | | |
1289 | 1296 | | |
1290 | | - | |
| 1297 | + | |
1291 | 1298 | | |
1292 | | - | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
1293 | 1306 | | |
1294 | 1307 | | |
1295 | 1308 | | |
| |||
1310 | 1323 | | |
1311 | 1324 | | |
1312 | 1325 | | |
1313 | | - | |
| 1326 | + | |
| 1327 | + | |
1314 | 1328 | | |
1315 | 1329 | | |
1316 | 1330 | | |
| |||
1548 | 1562 | | |
1549 | 1563 | | |
1550 | 1564 | | |
1551 | | - | |
1552 | | - | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
| 1568 | + | |
1553 | 1569 | | |
1554 | 1570 | | |
1555 | 1571 | | |
1556 | | - | |
1557 | | - | |
1558 | 1572 | | |
1559 | 1573 | | |
1560 | 1574 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
166 | 167 | | |
167 | | - | |
| 168 | + | |
168 | 169 | | |
169 | | - | |
170 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
171 | 176 | | |
| 177 | + | |
172 | 178 | | |
173 | 179 | | |
174 | 180 | | |
| |||
178 | 184 | | |
179 | 185 | | |
180 | 186 | | |
181 | | - | |
| 187 | + | |
182 | 188 | | |
183 | | - | |
184 | | - | |
185 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
186 | 192 | | |
187 | 193 | | |
188 | | - | |
| 194 | + | |
189 | 195 | | |
190 | 196 | | |
191 | 197 | | |
192 | 198 | | |
193 | 199 | | |
194 | 200 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | 201 | | |
199 | 202 | | |
200 | 203 | | |
| |||
0 commit comments