docs: update quota exceeded alternatives to OpenRouter and Fireworks (#3217)

* docs: update quota exceeded alternatives to OpenRouter and Fireworks

- Update README.md news section to recommend OpenRouter and Fireworks
  as primary alternatives, with ModelStudio as third option
- Update retry.ts quota error message to include OpenRouter and
  Fireworks URLs for users whose OAuth quota has been exhausted

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>

* fix(test): update retry test assertions to match new quota error message

* docs: update free tier quota to 100 req/day with sunset notice and alternatives

Update all references to reflect the Qwen OAuth free tier policy change:
- 1,000 → 100 requests/day across code, i18n, and docs
- Add 2026-04-15 sunset date everywhere
- Guide users to OpenRouter, Fireworks AI, or ModelStudio in docs
- Remove CHANGELOG.md

---------

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Co-authored-by: tanzhenxin <tanzhenxing1987@gmail.com>
This commit is contained in:
pomelo 2026-04-13 21:45:38 +08:00 committed by GitHub
parent 4daf7f9353
commit e90abf4c35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 65 additions and 174 deletions

View file

@ -106,9 +106,7 @@ export function AuthDialog(): React.JSX.Element {
key: AuthType.QWEN_OAUTH,
title: t('Qwen OAuth'),
label: t('Qwen OAuth'),
description: t(
'Free \u00B7 Up to 1,000 requests/day \u00B7 Qwen latest models',
),
description: t('Free \u00B7 100 requests/day \u00B7 Ending 2026-04-15'),
value: AuthType.QWEN_OAUTH as MainOption,
},
{