Skip to content

Commit 98c95d2

Browse files
committed
fix: update GLM-4.6-FP8 pricing to match API values
Updates the GLM-4.6-FP8 model pricing from 0 to correct values: inputPrice: 0.5, outputPrice: 1.75 to match the chutes API pricing information.
1 parent 6c83f94 commit 98c95d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/types/src/providers/chutes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ export const chutesModels = {
325325
contextWindow: 202752,
326326
supportsImages: false,
327327
supportsPromptCache: false,
328-
inputPrice: 0,
329-
outputPrice: 0,
328+
inputPrice: 0.5,
329+
outputPrice: 1.75,
330330
description:
331331
"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.",
332332
},

0 commit comments

Comments
 (0)