Skip to content

Commit 2852490

Browse files
Update packages/types/src/providers/chutes.ts
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent 28aea57 commit 2852490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/providers/chutes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export const chutesModels = {
328328
"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.",
329329
},
330330
"zai-org/GLM-4.6-turbo": {
331-
maxTokens: 202752,
331+
maxTokens: 202752, // From Chutes /v1/models: max_output_length
332332
contextWindow: 202752,
333333
supportsImages: false,
334334
supportsPromptCache: false,

0 commit comments

Comments
 (0)