chore: Reduce Qwen OAuth free quota from 2000 to 1000 requests per day - #1730
Merged
Conversation
为了让更多用户能够使用 Qwen Code,将 Qwen OAuth 的免费额度从每天 2000 次降低到每天 1000 次。修改涉及以下文档: - CHANGELOG.md: 更新版本说明 - README.md: 更新功能介绍 - docs/developers/tools/web-search.md: 更新 Web Search 工具文档 - docs/users/configuration/auth.md: 更新认证文档 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
pomelo-nwu
requested review from
DennisYu07,
LaZzyMan,
Mingholy,
gwinthis and
tanzhenxin
as code owners
February 5, 2026 11:55
Contributor
📋 Review SummaryThis PR reduces the Qwen OAuth free quota from 2,000 to 1,000 requests per day across multiple documentation files. The change is consistent and well-documented across all affected files, aligning with the stated goal of allowing more users to access Qwen Code by distributing resources more fairly. 🔍 General Feedback
🎯 Specific FeedbackNo specific issues identified in this review. ✅ Highlights
|
Contributor
Code Coverage Summary
CLI Package - Full Text ReportCore Package - Full Text ReportFor detailed HTML reports, please see the 'coverage-reports-22.x-ubuntu-latest' artifact from the main CI run. |
xaelistic
pushed a commit
to xaelistic/qwen-code
that referenced
this pull request
Jun 7, 2026
chore: Reduce Qwen OAuth free quota from 2000 to 1000 requests per day
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reduce Qwen OAuth free quota from 2,000 to 1,000 requests per day to allow more users to access Qwen Code.
Changes
This PR updates the quota information in the following documentation:
Details
Changed all references to Qwen OAuth free quota from 2,000 requests/day to 1,000 requests/day.
Rationale
Lowering the free quota allows more users to access Qwen Code, especially during user growth phases. This enables fairer resource distribution and prevents a small number of users from consuming a disproportionate share of the free quota.