Spaces:
Running
Running
add qwen3 coder
Browse files- 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 |
];
|