You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
鲁工
authored and
鲁工
committed
feat: add Qwen3.8 Max, Qwen Token Plan; drop Qwen3.5
Qwen3.8-Max-Preview (model_id qwen3.8-max-preview) is Alibaba's 2.4T
flagship preview launched 2026-07-19. Add it as a qwen variant and make
it the pay-as-you-go default, so the bare `qwen`/`tongyi` aliases resolve
to it; `qwen3.7-max` (`qwen-max`) stays available.
Add a separate `qwen-plan` provider for the new 千问 AI 平台 Token Plan
subscription. Its sk-sp- keys (from platform.qianwenai.com) hit the same
DashScope Anthropic endpoint (dashscope.aliyuncs.com/apps/anthropic,
x-api-key) but bill against the subscription instead of pay-as-you-go, so
it warrants its own key (QWEN_PLAN_API_KEY) — same pattern as step/step-plan
and seed/seed-plan. Endpoint + auth traced to
platform.qianwenai.com/docs/api-reference/chat/anthropic.
Remove qwen3.5-plus / qwen3.5-flash (and the qwen3.5 alias) per request.
Doctor against a real pay-go key: qwen3.7-max [OK]; qwen3.8-max
[403 AccessDenied] — the account has not been granted the preview (it is
Token-Plan/Qoder-gated at launch), not a routing issue. qwen-plan is
unverified upstream (no sk-sp- key on hand).
0 commit comments