mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
feat: add zai-org/GLM-4.5-turbo model to Chutes provider
This commit is contained in:
parent
87b45def18
commit
c405679b85
1 changed files with 11 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue