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 @@ -23,6 +23,7 @@ export type ChutesModelId =
2323 | "Qwen/Qwen3-30B-A3B"
2424 | "Qwen/Qwen3-14B"
2525 | "Qwen/Qwen3-8B"
26+ | "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8"
2627 | "microsoft/MAI-DS-R1-FP8"
2728 | "tngtech/DeepSeek-R1T-Chimera"
2829 | "zai-org/GLM-4.5-Air"
@@ -220,6 +221,15 @@ export const chutesModels = {
220221 outputPrice : 0 ,
221222 description : "Qwen3 8B model." ,
222223 } ,
224+ "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8" : {
225+ maxTokens : 32768 ,
226+ contextWindow : 131072 ,
227+ supportsImages : false ,
228+ supportsPromptCache : false ,
229+ inputPrice : 0 ,
230+ outputPrice : 0 ,
231+ description : "Qwen3 Coder 480B A35B Instruct FP8 model, optimized for coding tasks." ,
232+ } ,
223233 "microsoft/MAI-DS-R1-FP8" : {
224234 maxTokens : 32768 ,
225235 contextWindow : 163840 ,
You can’t perform that action at this time.
0 commit comments