From f0fdb5e67d56f20772b418839ac487356d460cda Mon Sep 17 00:00:00 2001 From: orcool Date: Wed, 27 May 2026 01:39:06 -0700 Subject: [PATCH] feat(catalog): add qwen3.7-max to alibaba + alibaba-coding-plan model lists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Alibaba's latest flagship Qwen model is released but not yet present in the DashScope (alibaba) or Alibaba Coding Plan curated catalogs. Add it so it shows up in the /model picker and setup wizard for those providers. OpenCode Go routing for qwen3.7-max already landed via #32780 (commit 2fc77c53f). OpenRouter + Nous catalog entries already landed via #32809 (commit ccd3d04fc). This salvage picks up the remaining alibaba / alibaba-coding-plan entries from #32806 — the AI Gateway entry is dropped because Vercel AI Gateway was removed in #33067. --- hermes_cli/models.py | 2 ++ scripts/release.py | 1 + 2 files changed, 3 insertions(+) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index 9444c90e762..097b6a7eb93 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -393,6 +393,7 @@ _PROVIDER_MODELS: dict[str, list[str]] = { # to https://dashscope-intl.aliyuncs.com/compatible-mode/v1 (OpenAI-compat) # or https://dashscope-intl.aliyuncs.com/apps/anthropic (Anthropic-compat). "alibaba": [ + "qwen3.7-max", "qwen3.6-plus", "kimi-k2.5", "qwen3.5-plus", @@ -406,6 +407,7 @@ _PROVIDER_MODELS: dict[str, list[str]] = { # Alibaba Coding Plan — same platform as alibaba (DashScope coding-intl), # separate provider ID with its own base_url_env_var. "alibaba-coding-plan": [ + "qwen3.7-max", "qwen3.6-plus", "qwen3.5-plus", "qwen3-coder-plus", diff --git a/scripts/release.py b/scripts/release.py index 4448ee2512c..9b7c1d71f89 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -261,6 +261,7 @@ AUTHOR_MAP = { "asslaenn5@gmail.com": "Aslaaen", "trae.anderson17@icloud.com": "Tkander1715", "beardthelion@users.noreply.github.com": "beardthelion", + "orkunozturk@gmail.com": "orcool", "tangyuanjc@JCdeAIfenshendeMac-mini.local": "tangyuanjc", "leon@agentlinker.ai": "agentlinker", "santoshhumagain1887@gmail.com": "npmisantosh",