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.
This commit is contained in:
@ -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",
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user