Skip to content

Commit 84bc703

Browse files
mohammad154mrubens
andauthored
Update chutes.ts to add Qwen3 235B A22B Thinking 2507 model (#7578)
Co-authored-by: Matt Rubens <[email protected]>
1 parent 43ff486 commit 84bc703

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/types/src/providers/chutes.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export type ChutesModelId =
3030
| "zai-org/GLM-4.5-Air"
3131
| "zai-org/GLM-4.5-FP8"
3232
| "moonshotai/Kimi-K2-Instruct-75k"
33+
| "Qwen/Qwen3-235B-A22B-Thinking-2507"
3334

3435
export const chutesDefaultModelId: ChutesModelId = "deepseek-ai/DeepSeek-R1-0528"
3536

@@ -288,4 +289,13 @@ export const chutesModels = {
288289
outputPrice: 0.5926,
289290
description: "Moonshot AI Kimi K2 Instruct model with 75k context window.",
290291
},
292+
"Qwen/Qwen3-235B-A22B-Thinking-2507": {
293+
maxTokens: 32768,
294+
contextWindow: 262144,
295+
supportsImages: false,
296+
supportsPromptCache: false,
297+
inputPrice: 0.077968332,
298+
outputPrice: 0.31202496,
299+
description: "Qwen3 235B A22B Thinking 2507 model with 262K context window.",
300+
},
291301
} as const satisfies Record<string, ModelInfo>

0 commit comments

Comments
 (0)