File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
packages/types/src/providers Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments