You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"GLM-5.1 is Zhipu's most capable model with a 200k context window, 128k max output, and built-in thinking capabilities. It delivers top-tier reasoning, coding, and agentic performance.",
153
154
},
155
+
"glm-5-turbo": {
156
+
maxTokens: 131_072,
157
+
contextWindow: 202_752,
158
+
supportsImages: false,
159
+
supportsPromptCache: true,
160
+
supportsReasoningEffort: ["disable","medium"],
161
+
reasoningEffort: "medium",
162
+
preserveReasoning: true,
163
+
inputPrice: 1.2,
164
+
outputPrice: 4.0,
165
+
cacheWritesPrice: 0,
166
+
cacheReadsPrice: 0.24,
167
+
description:
168
+
"GLM-5-Turbo is Zhipu's OpenClaw-optimized model with built-in thinking capabilities. It improves tool use, instruction following, and long-running agent workflows while keeping fast response times.",
"GLM-5.1 is Zhipu's most capable model with a 200k context window, 128k max output, and built-in thinking capabilities. It delivers top-tier reasoning, coding, and agentic performance.",
344
360
},
361
+
"glm-5-turbo": {
362
+
maxTokens: 131_072,
363
+
contextWindow: 202_752,
364
+
supportsImages: false,
365
+
supportsPromptCache: true,
366
+
supportsReasoningEffort: ["disable","medium"],
367
+
reasoningEffort: "medium",
368
+
preserveReasoning: true,
369
+
inputPrice: 0.35,
370
+
outputPrice: 1.43,
371
+
cacheWritesPrice: 0,
372
+
cacheReadsPrice: 0.07,
373
+
description:
374
+
"GLM-5-Turbo is Zhipu's OpenClaw-optimized model with built-in thinking capabilities. It improves tool use, instruction following, and long-running agent workflows while keeping fast response times.",
0 commit comments