Skip to content

Commit c8857f3

Browse files
committed
feat: add zai/glm-5 and glm-5-turbo to model picker (0.12.56)
1 parent e5bafec commit c8857f3

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockrun/clawrouter",
3-
"version": "0.12.55",
3+
"version": "0.12.56",
44
"description": "Smart LLM router — save 92% on inference costs. 41+ models, one wallet, x402 micropayments.",
55
"type": "module",
66
"main": "dist/index.js",

scripts/reinstall.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ try {
247247
'openai/gpt-5.4', 'openai/gpt-5.3', 'openai/gpt-5.3-codex', 'openai/gpt-4o', 'openai/o3',
248248
'google/gemini-3.1-pro', 'google/gemini-3-flash-preview',
249249
'deepseek/deepseek-chat', 'moonshot/kimi-k2.5',
250-
'xai/grok-3', 'minimax/minimax-m2.5'
250+
'xai/grok-3', 'minimax/minimax-m2.5',
251+
'zai/glm-5', 'zai/glm-5-turbo'
251252
];
252253
253254
if (!config.agents) config.agents = {};

scripts/update.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ try {
198198
'openai/gpt-5.4', 'openai/gpt-5.3', 'openai/gpt-5.3-codex', 'openai/gpt-4o', 'openai/o3',
199199
'google/gemini-3.1-pro', 'google/gemini-3-flash-preview',
200200
'deepseek/deepseek-chat', 'moonshot/kimi-k2.5',
201-
'xai/grok-3', 'minimax/minimax-m2.5'
201+
'xai/grok-3', 'minimax/minimax-m2.5',
202+
'zai/glm-5', 'zai/glm-5-turbo'
202203
];
203204
204205
if (!config.agents) config.agents = {};

0 commit comments

Comments
 (0)