Skip to content

Commit 9ac1d6e

Browse files
feat: add GLM-4.6-turbo model to chutes ai provider (#8502)
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent 6173a59 commit 9ac1d6e

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: 202752, // From Chutes /v1/models: max_output_length
332+
contextWindow: 202752,
333+
supportsImages: false,
334+
supportsPromptCache: false,
335+
inputPrice: 1.15,
336+
outputPrice: 3.25,
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)