From b357ca6f75151c82f79f9db8473994bf51a28c9a Mon Sep 17 00:00:00 2001 From: XIN PENG Date: Thu, 23 Apr 2026 10:58:04 -0700 Subject: [PATCH] feat: add qwen3.6-plus to Alibaba provider catalog --- hermes_cli/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index 43f4905db39ca..74089786ffcb9 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -325,6 +325,7 @@ def _codex_curated_models() -> 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.6-plus", "kimi-k2.5", "qwen3.5-plus", "qwen3-coder-plus",