Skip to content

Commit ab87040

Browse files
committed
feat: fixed pricing
1 parent 1f3ad22 commit ab87040

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
@@ -332,8 +332,8 @@ export const chutesModels = {
332332
contextWindow: 202752,
333333
supportsImages: false,
334334
supportsPromptCache: false,
335-
inputPrice: 0,
336-
outputPrice: 0,
335+
inputPrice: 1.1500,
336+
outputPrice: 3.2500,
337337
description: "GLM-4.6-turbo model with 200K+ token context window, optimized for fast inference.",
338338
},
339339
"Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8": {

0 commit comments

Comments
 (0)