From ce2eedb3a92d4ec850f8965e2d150e758232074e Mon Sep 17 00:00:00 2001 From: Kayode Ojo <93586369+kayodeo1@users.noreply.github.com> Date: Wed, 27 May 2026 14:18:22 +0100 Subject: [PATCH] docs(usage): list qwen-max/qwen-plus in the model alias table 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 --- USAGE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/USAGE.md b/USAGE.md index cc15da2a9a..7785403d14 100644 --- a/USAGE.md +++ b/USAGE.md @@ -349,6 +349,8 @@ These are the models registered in the built-in alias table with known token lim | `grok-mini` / `grok-3-mini` | `grok-3-mini` | xAI | 64 000 | 131 072 | | `grok-2` | `grok-2` | xAI | — | — | | `kimi` | `kimi-k2.5` | DashScope | 16 384 | 256 000 | +| `qwen-max` | `qwen-max` | DashScope | 8 192 | 131 072 | +| `qwen-plus` | `qwen-plus` | DashScope | 8 192 | 131 072 | | `gpt-4.1` / `gpt-4.1-mini` / `gpt-4.1-nano` | same | OpenAI-compatible | 32 768 | 1 047 576 | | `gpt-5.4` / `gpt-5.4-mini` / `gpt-5.4-nano` | same | OpenAI-compatible | 128 000 | 1 000 000 / 400 000 |