Skip to content

Commit 1f3ad22

Browse files
committed
feature: add GLM-4.6-turbo model to Chutes provider. Adds the missing zai-org/GLM-4.6-turbo model to Chutes. Closes #8515
1 parent 97f9686 commit 1f3ad22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/types/src/providers/chutes.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export type ChutesModelId =
3434
| "zai-org/GLM-4.5-FP8"
3535
| "zai-org/GLM-4.5-turbo"
3636
| "zai-org/GLM-4.6-FP8"
37+
| "zai-org/GLM-4.6-turbo"
3738
| "moonshotai/Kimi-K2-Instruct-75k"
3839
| "moonshotai/Kimi-K2-Instruct-0905"
3940
| "Qwen/Qwen3-235B-A22B-Thinking-2507"
@@ -326,6 +327,15 @@ export const chutesModels = {
326327
description:
327328
"GLM-4.6 introduces major upgrades over GLM-4.5, including a longer 200K-token context window for complex tasks, stronger coding performance in benchmarks and real-world tools (such as Claude Code, Cline, Roo Code, and Kilo Code), improved reasoning with tool use during inference, more capable and efficient agent integration, and refined writing that better matches human style, readability, and natural role-play scenarios.",
328329
},
330+
"zai-org/GLM-4.6-turbo": {
331+
maxTokens: 32768,
332+
contextWindow: 202752,
333+
supportsImages: false,
334+
supportsPromptCache: false,
335+
inputPrice: 0,
336+
outputPrice: 0,
337+
description: "GLM-4.6-turbo model with 200K+ token context window, optimized for fast inference.",
338+
},
329339
"Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8": {
330340
maxTokens: 32768,
331341
contextWindow: 262144,

0 commit comments

Comments
 (0)