File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
packages/types/src/providers Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
3435export 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 >
You can’t perform that action at this time.
0 commit comments