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-4.5-Air is the lightweight version of GLM-4.5. It balances performance and cost-effectiveness, and can flexibly switch to hybrid thinking models.",
34
34
},
35
+
"glm-4.5-x": {
36
+
maxTokens: 98_304,
37
+
contextWindow: 131_072,
38
+
supportsImages: false,
39
+
supportsPromptCache: true,
40
+
inputPrice: 0.6,
41
+
outputPrice: 2.2,
42
+
cacheWritesPrice: 0,
43
+
cacheReadsPrice: 0.11,
44
+
description:
45
+
"GLM-4.5-X is a high-performance variant optimized for strong reasoning with ultra-fast responses.",
46
+
},
47
+
"glm-4.5-airx": {
48
+
maxTokens: 98_304,
49
+
contextWindow: 131_072,
50
+
supportsImages: false,
51
+
supportsPromptCache: true,
52
+
inputPrice: 0.2,
53
+
outputPrice: 1.1,
54
+
cacheWritesPrice: 0,
55
+
cacheReadsPrice: 0.03,
56
+
description: "GLM-4.5-AirX is a lightweight, ultra-fast variant delivering strong performance with lower cost.",
57
+
},
58
+
"glm-4.5-flash": {
59
+
maxTokens: 98_304,
60
+
contextWindow: 131_072,
61
+
supportsImages: false,
62
+
supportsPromptCache: true,
63
+
inputPrice: 0,
64
+
outputPrice: 0,
65
+
cacheWritesPrice: 0,
66
+
cacheReadsPrice: 0,
67
+
description: "GLM-4.5-Flash is a free, high-speed model excellent for reasoning, coding, and agentic tasks.",
0 commit comments