From fd87c61078eb338dd4360dc599122623b074f5bd Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:29:45 -0700 Subject: [PATCH] feat(models): add qwen/qwen3.7-plus to nous + openrouter catalogs (#39409) Adds qwen/qwen3.7-plus directly under qwen/qwen3.7-max in both the OpenRouter curated catalog (OPENROUTER_MODELS) and the Nous portal catalog (_PROVIDER_MODELS['nous']), then regenerates the docs-hosted model-catalog.json manifest from those source lists. --- hermes_cli/models.py | 2 ++ website/static/api/model-catalog.json | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index 3e3a924a3..0ca52f6bf 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -52,6 +52,7 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [ ("deepseek/deepseek-v4-flash", ""), # Qwen ("qwen/qwen3.7-max", ""), + ("qwen/qwen3.7-plus", ""), ("qwen/qwen3.6-35b-a3b", ""), # MoonshotAI ("moonshotai/kimi-k2.6", "recommended"), @@ -169,6 +170,7 @@ _PROVIDER_MODELS: dict[str, list[str]] = { "deepseek/deepseek-v4-flash", # Qwen "qwen/qwen3.7-max", + "qwen/qwen3.7-plus", "qwen/qwen3.6-35b-a3b", # MoonshotAI "moonshotai/kimi-k2.6", diff --git a/website/static/api/model-catalog.json b/website/static/api/model-catalog.json index 8cf88bc5c..a3669541f 100644 --- a/website/static/api/model-catalog.json +++ b/website/static/api/model-catalog.json @@ -1,6 +1,6 @@ { "version": 1, - "updated_at": "2026-06-01T08:20:18Z", + "updated_at": "2026-06-04T23:57:51Z", "metadata": { "source": "hermes-agent repo", "docs": "https://hermes-agent.nousresearch.com/docs/reference/model-catalog" @@ -68,6 +68,10 @@ "id": "qwen/qwen3.7-max", "description": "" }, + { + "id": "qwen/qwen3.7-plus", + "description": "" + }, { "id": "qwen/qwen3.6-35b-a3b", "description": "" @@ -171,6 +175,9 @@ { "id": "qwen/qwen3.7-max" }, + { + "id": "qwen/qwen3.7-plus" + }, { "id": "qwen/qwen3.6-35b-a3b" },