mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-20 15:33:54 +00:00
feat(models): add moonshotai/kimi-k3 to Nous Portal and OpenRouter curated lists, retire kimi-k2.x (#65913)
Replaces moonshotai/kimi-k2.6 (recommended) and moonshotai/kimi-k2.7-code with moonshotai/kimi-k3 in both curated lists, regenerates the published model-catalog.json manifest, and updates the docs example manifest (en+zh). kimi-k3 verified live on both endpoints (Nous Portal /v1/models and OpenRouter /api/v1/models; 1M context, $3/$15 per Mtok). Family-prefix matching already covers k3 in moonshot_schema, cache policy, and context heuristics — no code changes needed there.
This commit is contained in:
parent
74fc222f17
commit
75ca29fb21
4 changed files with 9 additions and 18 deletions
|
|
@ -69,8 +69,7 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [
|
|||
("qwen/qwen3.7-plus", ""),
|
||||
("qwen/qwen3.6-35b-a3b", ""),
|
||||
# MoonshotAI
|
||||
("moonshotai/kimi-k2.6", "recommended"),
|
||||
("moonshotai/kimi-k2.7-code", ""),
|
||||
("moonshotai/kimi-k3", "recommended"),
|
||||
# MiniMax
|
||||
("minimax/minimax-m3", ""),
|
||||
# Z-AI
|
||||
|
|
@ -220,8 +219,7 @@ _PROVIDER_MODELS: dict[str, list[str]] = {
|
|||
"qwen/qwen3.7-plus",
|
||||
"qwen/qwen3.6-35b-a3b",
|
||||
# MoonshotAI
|
||||
"moonshotai/kimi-k2.6",
|
||||
"moonshotai/kimi-k2.7-code",
|
||||
"moonshotai/kimi-k3",
|
||||
# MiniMax
|
||||
"minimax/minimax-m3",
|
||||
# Z-AI
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Published on every merge to `main` via the existing `deploy-site.yml` GitHub Pag
|
|||
"metadata": {},
|
||||
"models": [
|
||||
{"id": "z-ai/glm-5.2", "description": "default", "default": true},
|
||||
{"id": "moonshotai/kimi-k2.6", "description": "recommended", "metadata": {}},
|
||||
{"id": "moonshotai/kimi-k3", "description": "recommended", "metadata": {}},
|
||||
{"id": "openai/gpt-5.4", "description": ""}
|
||||
]
|
||||
},
|
||||
|
|
@ -39,7 +39,7 @@ Published on every merge to `main` via the existing `deploy-site.yml` GitHub Pag
|
|||
"models": [
|
||||
{"id": "z-ai/glm-5.2", "default": true},
|
||||
{"id": "anthropic/claude-opus-4.7"},
|
||||
{"id": "moonshotai/kimi-k2.6"}
|
||||
{"id": "moonshotai/kimi-k3"}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ https://hermes-agent.nousresearch.com/docs/api/model-catalog.json
|
|||
"openrouter": {
|
||||
"metadata": {},
|
||||
"models": [
|
||||
{"id": "moonshotai/kimi-k2.6", "description": "recommended", "metadata": {}},
|
||||
{"id": "moonshotai/kimi-k3", "description": "recommended", "metadata": {}},
|
||||
{"id": "openai/gpt-5.4", "description": ""}
|
||||
]
|
||||
},
|
||||
|
|
@ -37,7 +37,7 @@ https://hermes-agent.nousresearch.com/docs/api/model-catalog.json
|
|||
"metadata": {},
|
||||
"models": [
|
||||
{"id": "anthropic/claude-opus-4.7"},
|
||||
{"id": "moonshotai/kimi-k2.6"}
|
||||
{"id": "moonshotai/kimi-k3"}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": 1,
|
||||
"updated_at": "2026-07-15T04:51:12Z",
|
||||
"updated_at": "2026-07-16T19:45:30Z",
|
||||
"metadata": {
|
||||
"source": "hermes-agent repo",
|
||||
"docs": "https://hermes-agent.nousresearch.com/docs/reference/model-catalog"
|
||||
|
|
@ -105,13 +105,9 @@
|
|||
"description": ""
|
||||
},
|
||||
{
|
||||
"id": "moonshotai/kimi-k2.6",
|
||||
"id": "moonshotai/kimi-k3",
|
||||
"description": "recommended"
|
||||
},
|
||||
{
|
||||
"id": "moonshotai/kimi-k2.7-code",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"id": "minimax/minimax-m3",
|
||||
"description": ""
|
||||
|
|
@ -248,10 +244,7 @@
|
|||
"id": "qwen/qwen3.6-35b-a3b"
|
||||
},
|
||||
{
|
||||
"id": "moonshotai/kimi-k2.6"
|
||||
},
|
||||
{
|
||||
"id": "moonshotai/kimi-k2.7-code"
|
||||
"id": "moonshotai/kimi-k3"
|
||||
},
|
||||
{
|
||||
"id": "minimax/minimax-m3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue