Skip to content

Commit 92c9563

Browse files
committed
the new model ID ('Qwen/Qwen3-235B-A22B-Thinking-2507') added to the ChutesModelId union type declared at the top of the file
1 parent c121ecf commit 92c9563

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/src/providers/chutes.ts

Lines changed: 1 addition & 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

0 commit comments

Comments
 (0)