Skip to content

Commit c121ecf

Browse files
authored
Update chutes.ts to add Qwen3 235B A22B Thinking 2507 model
1 parent 97cfb96 commit c121ecf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/types/src/providers/chutes.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,13 @@ export const chutesModels = {
288288
outputPrice: 0.5926,
289289
description: "Moonshot AI Kimi K2 Instruct model with 75k context window.",
290290
},
291+
"Qwen/Qwen3-235B-A22B-Thinking-2507": {
292+
maxTokens: 32768,
293+
contextWindow: 262144,
294+
supportsImages: false,
295+
supportsPromptCache: false,
296+
inputPrice: 0.077968332,
297+
outputPrice: 0.31202496,
298+
description: "Qwen3 235B A22B Thinking 2507 model with 262K context window.",
299+
},
291300
} as const satisfies Record<string, ModelInfo>

0 commit comments

Comments
 (0)