We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cfb96 commit c121ecfCopy full SHA for c121ecf
packages/types/src/providers/chutes.ts
@@ -288,4 +288,13 @@ export const chutesModels = {
288
outputPrice: 0.5926,
289
description: "Moonshot AI Kimi K2 Instruct model with 75k context window.",
290
},
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
+ },
300
} as const satisfies Record<string, ModelInfo>
0 commit comments