Skip to content

Commit 97de0c0

Browse files
trim trailing zeros to match the convention used elsewhere in this file
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent eb45e7c commit 97de0c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/types/src/providers/chutes.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ export const chutesModels = {
332332
contextWindow: 202752,
333333
supportsImages: false,
334334
supportsPromptCache: false,
335-
inputPrice: 1.1500,
335+
inputPrice: 1.15,
336+
outputPrice: 3.25,
336337
outputPrice: 3.2500,
337338
description: "GLM-4.6-turbo model with 200K+ token context window, optimized for fast inference.",
338339
},

0 commit comments

Comments
 (0)