docs(usage): list qwen-max/qwen-plus in the model alias table#3162
Open
kayodeo1 wants to merge 1 commit into
Open
docs(usage): list qwen-max/qwen-plus in the model alias table#3162kayodeo1 wants to merge 1 commit into
kayodeo1 wants to merge 1 commit into
Conversation
The "Tested models and aliases" table omitted the qwen-max and qwen-plus DashScope models even though both have first-class token limits in crates/api/src/providers/mod.rs (model_token_limit) and are already documented as working aliases in the DashScope section of the same guide. Add their rows so the table matches the code and the rest of USAGE.md. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds two new DashScope Qwen model aliases (qwen-max and qwen-plus) to the documented built-in alias table in USAGE.md.
Changes:
- Documents
qwen-maxalias with 8,192 output / 131,072 context token limits. - Documents
qwen-plusalias with 8,192 output / 131,072 context token limits.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
The "Tested models and aliases" table in
USAGE.mdomitted theqwen-maxandqwen-plusDashScope models, even though:rust/crates/api/src/providers/mod.rs(model_token_limit: 8192 max output / 131072 context), andThis adds their rows so the alias table matches the code and the rest of
USAGE.md. Rows are placed next tokimito keep the DashScope models grouped, and use the same space-separated number style as the existing rows.Changes
USAGE.md: addqwen-maxandqwen-plusrows to the model alias table.Verification
model_token_limitincrates/api/src/providers/mod.rs..github/scripts/check_doc_source_of_truth.pyonly forbids stale links/assets — this change introduces none.Test plan
model_token_limitin the api crate