Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,10 @@ def models():
|
|
| 24 |
{"id": "meta-llama/Llama-3.1-8B-Instruct", "object": "model"},
|
| 25 |
{"id": "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B", "object": "model"},
|
| 26 |
{"id": "deepseek-ai/DeepSeek-R1-Distill-Llama-70B","object": "model"},
|
| 27 |
-
{"id": "moonshotai/Kimi-K2.6",
|
|
|
|
|
|
|
|
|
|
| 28 |
]
|
| 29 |
})
|
| 30 |
|
|
|
|
| 24 |
{"id": "meta-llama/Llama-3.1-8B-Instruct", "object": "model"},
|
| 25 |
{"id": "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B", "object": "model"},
|
| 26 |
{"id": "deepseek-ai/DeepSeek-R1-Distill-Llama-70B","object": "model"},
|
| 27 |
+
{"id": "moonshotai/Kimi-K2.6", "object": "model"},
|
| 28 |
+
{"id": "MiniMaxAI/MiniMax-M2.7", "object": "model"},
|
| 29 |
+
{"id": "Qwen/Qwen3-Coder-30B-A3B-Instruct", "object": "model"},
|
| 30 |
+
|
| 31 |
]
|
| 32 |
})
|
| 33 |
|