Skip to content

docs(usage): list qwen-max/qwen-plus in the model alias table#3162

Open
kayodeo1 wants to merge 1 commit into
ultraworkers:mainfrom
kayodeo1:docs/usage-qwen-alias-table
Open

docs(usage): list qwen-max/qwen-plus in the model alias table#3162
kayodeo1 wants to merge 1 commit into
ultraworkers:mainfrom
kayodeo1:docs/usage-qwen-alias-table

Conversation

@kayodeo1
Copy link
Copy Markdown

Summary

The "Tested models and aliases" table in USAGE.md omitted the qwen-max and qwen-plus DashScope models, even though:

  • both have first-class token limits in rust/crates/api/src/providers/mod.rs (model_token_limit: 8192 max output / 131072 context), and
  • both are already documented as working aliases in the Alibaba DashScope (Qwen) section of the same guide.

This adds their rows so the alias table matches the code and the rest of USAGE.md. Rows are placed next to kimi to keep the DashScope models grouped, and use the same space-separated number style as the existing rows.

Changes

  • USAGE.md: add qwen-max and qwen-plus rows to the model alias table.

Verification

  • Docs-only change; no code or behavior touched.
  • Token limits cross-checked against model_token_limit in crates/api/src/providers/mod.rs.
  • .github/scripts/check_doc_source_of_truth.py only forbids stale links/assets — this change introduces none.

Test plan

  • Visual diff review of the rendered table
  • Values match model_token_limit in the api crate

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>
Copilot AI review requested due to automatic review settings May 27, 2026 13:20
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-max alias with 8,192 output / 131,072 context token limits.
  • Documents qwen-plus alias with 8,192 output / 131,072 context token limits.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants