Skip to content

Commit c405679

Browse files
committed
feat: add zai-org/GLM-4.5-turbo model to Chutes provider
1 parent 87b45de commit c405679

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/types/src/providers/chutes.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export type ChutesModelId =
2929
| "tngtech/DeepSeek-R1T-Chimera"
3030
| "zai-org/GLM-4.5-Air"
3131
| "zai-org/GLM-4.5-FP8"
32+
| "zai-org/GLM-4.5-turbo"
3233
| "moonshotai/Kimi-K2-Instruct-75k"
3334
| "moonshotai/Kimi-K2-Instruct-0905"
3435
| "Qwen/Qwen3-235B-A22B-Thinking-2507"
@@ -274,6 +275,16 @@ export const chutesModels = {
274275
description:
275276
"GLM-4.5-FP8 model with 128k token context window, optimized for agent-based applications with MoE architecture.",
276277
},
278+
"zai-org/GLM-4.5-turbo": {
279+
maxTokens: 32768,
280+
contextWindow: 131072,
281+
supportsImages: false,
282+
supportsPromptCache: false,
283+
inputPrice: 0,
284+
outputPrice: 0,
285+
description:
286+
"GLM-4.5-turbo model with 128k token context window, optimized for fast inference and coding tasks.",
287+
},
277288
"Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8": {
278289
maxTokens: 32768,
279290
contextWindow: 262144,

0 commit comments

Comments
 (0)