Update GLM model references to GLM-4.6
Browse filesReplaces all references to 'zai-org/GLM-4.5' with 'zai-org/GLM-4.6' in prod.yaml and routes.chat.json to ensure the latest model version is used across environments and chat routes.
chart/env/prod.yaml
CHANGED
|
@@ -109,7 +109,7 @@ envVars:
|
|
| 109 |
{ "id": "Qwen/Qwen3-4B-Thinking-2507", "description": "Small Qwen that emits transparent step by step reasoning." },
|
| 110 |
{ "id": "moonshotai/Kimi-K2-Instruct", "description": "MoE assistant strong coding, reasoning, agentic tasks, long context." },
|
| 111 |
{ "id": "zai-org/GLM-4.5V", "description": "Vision language MoE state of the art multimodal reasoning." },
|
| 112 |
-
{ "id": "zai-org/GLM-4.
|
| 113 |
{ "id": "deepseek-ai/DeepSeek-V3.1", "description": "Supports direct and thinking style reasoning within one model." },
|
| 114 |
{ "id": "Qwen/Qwen3-8B", "description": "Efficient Qwen assistant strong multilingual skills and formatting." },
|
| 115 |
{ "id": "Qwen/Qwen3-30B-A3B-Thinking-2507", "description": "Thinking mode Qwen explicit reasoning for complex interpretable tasks." },
|
|
|
|
| 109 |
{ "id": "Qwen/Qwen3-4B-Thinking-2507", "description": "Small Qwen that emits transparent step by step reasoning." },
|
| 110 |
{ "id": "moonshotai/Kimi-K2-Instruct", "description": "MoE assistant strong coding, reasoning, agentic tasks, long context." },
|
| 111 |
{ "id": "zai-org/GLM-4.5V", "description": "Vision language MoE state of the art multimodal reasoning." },
|
| 112 |
+
{ "id": "zai-org/GLM-4.6", "description": "Hybrid reasoning model top choice for intelligent agent applications." },
|
| 113 |
{ "id": "deepseek-ai/DeepSeek-V3.1", "description": "Supports direct and thinking style reasoning within one model." },
|
| 114 |
{ "id": "Qwen/Qwen3-8B", "description": "Efficient Qwen assistant strong multilingual skills and formatting." },
|
| 115 |
{ "id": "Qwen/Qwen3-30B-A3B-Thinking-2507", "description": "Thinking mode Qwen explicit reasoning for complex interpretable tasks." },
|
static/huggingchat/routes.chat.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"fallback_models": [
|
| 7 |
"deepseek-ai/DeepSeek-V3.1",
|
| 8 |
"moonshotai/Kimi-K2-Instruct-0905",
|
| 9 |
-
"zai-org/GLM-4.
|
| 10 |
]
|
| 11 |
},
|
| 12 |
{
|
|
@@ -25,7 +25,7 @@
|
|
| 25 |
"name": "editing_rewrite",
|
| 26 |
"description": "Lightly proofread and rephrase text for tone, length, and clarity.",
|
| 27 |
"primary_model": "Qwen/Qwen3-235B-A22B-Instruct-2507",
|
| 28 |
-
"fallback_models": ["deepseek-ai/DeepSeek-V3.1", "google/gemma-3-27b-it", "zai-org/GLM-4.
|
| 29 |
},
|
| 30 |
{
|
| 31 |
"name": "qa_explanations",
|
|
@@ -86,7 +86,7 @@
|
|
| 86 |
"name": "agentic_orchestration",
|
| 87 |
"description": "Plan and execute tool/API calls with schemas, retries, and recovery.",
|
| 88 |
"primary_model": "openai/gpt-oss-120b",
|
| 89 |
-
"fallback_models": ["zai-org/GLM-4.
|
| 90 |
},
|
| 91 |
{
|
| 92 |
"name": "code_generation",
|
|
@@ -98,7 +98,7 @@
|
|
| 98 |
"name": "frontend_ui",
|
| 99 |
"description": "Build accessible, responsive UI components and pages.",
|
| 100 |
"primary_model": "deepseek-ai/DeepSeek-R1-0528",
|
| 101 |
-
"fallback_models": ["Qwen/Qwen3-Coder-480B-A35B-Instruct", "zai-org/GLM-4.
|
| 102 |
},
|
| 103 |
{
|
| 104 |
"name": "code_maintenance",
|
|
@@ -118,7 +118,7 @@
|
|
| 118 |
{
|
| 119 |
"name": "terminal_cli",
|
| 120 |
"description": "Solve Linux shell tasks with safe, idempotent commands.",
|
| 121 |
-
"primary_model": "zai-org/GLM-4.
|
| 122 |
"fallback_models": ["meta-llama/Llama-4-Maverick-17B-128E-Instruct", "Qwen/Qwen3-32B"]
|
| 123 |
},
|
| 124 |
{
|
|
@@ -134,7 +134,7 @@
|
|
| 134 |
"name": "shopping_recommendations",
|
| 135 |
"description": "Compare products and recommend ranked picks with rationale.",
|
| 136 |
"primary_model": "Qwen/Qwen3-235B-A22B-Instruct-2507",
|
| 137 |
-
"fallback_models": ["zai-org/GLM-4.
|
| 138 |
},
|
| 139 |
{
|
| 140 |
"name": "meal_planning",
|
|
@@ -214,7 +214,7 @@
|
|
| 214 |
{
|
| 215 |
"name": "structured_data",
|
| 216 |
"description": "Extract structured JSON from text.",
|
| 217 |
-
"primary_model": "zai-org/GLM-4.
|
| 218 |
"fallback_models": ["deepseek-ai/DeepSeek-V3.1", "Qwen/Qwen3-235B-A22B-Instruct-2507"]
|
| 219 |
}
|
| 220 |
]
|
|
|
|
| 6 |
"fallback_models": [
|
| 7 |
"deepseek-ai/DeepSeek-V3.1",
|
| 8 |
"moonshotai/Kimi-K2-Instruct-0905",
|
| 9 |
+
"zai-org/GLM-4.6"
|
| 10 |
]
|
| 11 |
},
|
| 12 |
{
|
|
|
|
| 25 |
"name": "editing_rewrite",
|
| 26 |
"description": "Lightly proofread and rephrase text for tone, length, and clarity.",
|
| 27 |
"primary_model": "Qwen/Qwen3-235B-A22B-Instruct-2507",
|
| 28 |
+
"fallback_models": ["deepseek-ai/DeepSeek-V3.1", "google/gemma-3-27b-it", "zai-org/GLM-4.6"]
|
| 29 |
},
|
| 30 |
{
|
| 31 |
"name": "qa_explanations",
|
|
|
|
| 86 |
"name": "agentic_orchestration",
|
| 87 |
"description": "Plan and execute tool/API calls with schemas, retries, and recovery.",
|
| 88 |
"primary_model": "openai/gpt-oss-120b",
|
| 89 |
+
"fallback_models": ["zai-org/GLM-4.6", "deepseek-ai/DeepSeek-V3.1"]
|
| 90 |
},
|
| 91 |
{
|
| 92 |
"name": "code_generation",
|
|
|
|
| 98 |
"name": "frontend_ui",
|
| 99 |
"description": "Build accessible, responsive UI components and pages.",
|
| 100 |
"primary_model": "deepseek-ai/DeepSeek-R1-0528",
|
| 101 |
+
"fallback_models": ["Qwen/Qwen3-Coder-480B-A35B-Instruct", "zai-org/GLM-4.6"]
|
| 102 |
},
|
| 103 |
{
|
| 104 |
"name": "code_maintenance",
|
|
|
|
| 118 |
{
|
| 119 |
"name": "terminal_cli",
|
| 120 |
"description": "Solve Linux shell tasks with safe, idempotent commands.",
|
| 121 |
+
"primary_model": "zai-org/GLM-4.6",
|
| 122 |
"fallback_models": ["meta-llama/Llama-4-Maverick-17B-128E-Instruct", "Qwen/Qwen3-32B"]
|
| 123 |
},
|
| 124 |
{
|
|
|
|
| 134 |
"name": "shopping_recommendations",
|
| 135 |
"description": "Compare products and recommend ranked picks with rationale.",
|
| 136 |
"primary_model": "Qwen/Qwen3-235B-A22B-Instruct-2507",
|
| 137 |
+
"fallback_models": ["zai-org/GLM-4.6", "deepseek-ai/DeepSeek-V3.1"]
|
| 138 |
},
|
| 139 |
{
|
| 140 |
"name": "meal_planning",
|
|
|
|
| 214 |
{
|
| 215 |
"name": "structured_data",
|
| 216 |
"description": "Extract structured JSON from text.",
|
| 217 |
+
"primary_model": "zai-org/GLM-4.6",
|
| 218 |
"fallback_models": ["deepseek-ai/DeepSeek-V3.1", "Qwen/Qwen3-235B-A22B-Instruct-2507"]
|
| 219 |
}
|
| 220 |
]
|