From c405679b85e0f5698e55f928f367db5255b93f0d Mon Sep 17 00:00:00 2001 From: Roo Code Date: Thu, 18 Sep 2025 16:40:29 +0000 Subject: [PATCH] feat: add zai-org/GLM-4.5-turbo model to Chutes provider --- packages/types/src/providers/chutes.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/types/src/providers/chutes.ts b/packages/types/src/providers/chutes.ts index 15dea58263bd..21fc9cd15d3e 100644 --- a/packages/types/src/providers/chutes.ts +++ b/packages/types/src/providers/chutes.ts @@ -29,6 +29,7 @@ export type ChutesModelId = | "tngtech/DeepSeek-R1T-Chimera" | "zai-org/GLM-4.5-Air" | "zai-org/GLM-4.5-FP8" + | "zai-org/GLM-4.5-turbo" | "moonshotai/Kimi-K2-Instruct-75k" | "moonshotai/Kimi-K2-Instruct-0905" | "Qwen/Qwen3-235B-A22B-Thinking-2507" @@ -274,6 +275,16 @@ export const chutesModels = { description: "GLM-4.5-FP8 model with 128k token context window, optimized for agent-based applications with MoE architecture.", }, + "zai-org/GLM-4.5-turbo": { + maxTokens: 32768, + contextWindow: 131072, + supportsImages: false, + supportsPromptCache: false, + inputPrice: 0, + outputPrice: 0, + description: + "GLM-4.5-turbo model with 128k token context window, optimized for fast inference and coding tasks.", + }, "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8": { maxTokens: 32768, contextWindow: 262144,