Spaces:
Build error
Build error
add-qwen3-coder (#289)
Browse files- add qwen3 coder (633e7f324344d5ff632cc60150b3d7ea0bc4b1b5)
Co-authored-by: Victor Mustar <victor@users.noreply.huggingface.co>
- lib/providers.ts +7 -1
lib/providers.ts
CHANGED
@@ -57,11 +57,17 @@ export const MODELS = [
|
|
57 |
autoProvider: "novita",
|
58 |
isThinker: true,
|
59 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
{
|
61 |
value: "moonshotai/Kimi-K2-Instruct",
|
62 |
label: "Kimi K2 Instruct",
|
63 |
providers: ["together", "novita", "groq"],
|
64 |
autoProvider: "groq",
|
65 |
-
isNew: true,
|
66 |
},
|
67 |
];
|
|
|
57 |
autoProvider: "novita",
|
58 |
isThinker: true,
|
59 |
},
|
60 |
+
{
|
61 |
+
value: "Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
62 |
+
label: "Qwen3 Coder 480B A35B Instruct",
|
63 |
+
providers: ["novita", "hyperbolic"],
|
64 |
+
autoProvider: "novita",
|
65 |
+
isNew: true,
|
66 |
+
},
|
67 |
{
|
68 |
value: "moonshotai/Kimi-K2-Instruct",
|
69 |
label: "Kimi K2 Instruct",
|
70 |
providers: ["together", "novita", "groq"],
|
71 |
autoProvider: "groq",
|
|
|
72 |
},
|
73 |
];
|