mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
feat: add Qwen3-Coder-480B-A35B-Instruct-FP8 model to Chutes.ai provider
This commit is contained in:
parent
d90bab71ff
commit
5a9da2852e
1 changed files with 10 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ export type ChutesModelId =
|
|||
| "Qwen/Qwen3-30B-A3B"
|
||||
| "Qwen/Qwen3-14B"
|
||||
| "Qwen/Qwen3-8B"
|
||||
| "Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8"
|
||||
| "microsoft/MAI-DS-R1-FP8"
|
||||
| "tngtech/DeepSeek-R1T-Chimera"
|
||||
| "zai-org/GLM-4.5-Air"
|
||||
|
|
@ -220,6 +221,15 @@ export const chutesModels = {
|
|||
outputPrice: 0,
|
||||
description: "Qwen3 8B model.",
|
||||
},
|
||||
"Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8": {
|
||||
maxTokens: 32768,
|
||||
contextWindow: 131072,
|
||||
supportsImages: false,
|
||||
supportsPromptCache: false,
|
||||
inputPrice: 0,
|
||||
outputPrice: 0,
|
||||
description: "Qwen3 Coder 480B A35B Instruct FP8 model, optimized for coding tasks.",
|
||||
},
|
||||
"microsoft/MAI-DS-R1-FP8": {
|
||||
maxTokens: 32768,
|
||||
contextWindow: 163840,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue