Spaces:
Running
Running
Update NVIDIA NIM models - keep top 5, add minimax-m2.7
Browse files- api/routes.py +2 -4
api/routes.py
CHANGED
|
@@ -33,14 +33,12 @@ REQUESTED_PROVIDER_MODELS = [
|
|
| 33 |
"zen/big-pickle",
|
| 34 |
"zen/ring-2.6-1t-free",
|
| 35 |
"zen/nemotron-3-super-free",
|
| 36 |
-
# NVIDIA NIM models
|
| 37 |
"nvidia_nim/stepfun-ai/step-3.5-flash",
|
| 38 |
"nvidia_nim/qwen/qwen3-coder-480b-a35b-instruct",
|
| 39 |
"nvidia_nim/mistralai/mistral-large-3-675b-instruct-2512",
|
| 40 |
-
"nvidia_nim/abacusai/dracarys-llama-3.1-70b-instruct",
|
| 41 |
"nvidia_nim/z-ai/glm4.7",
|
| 42 |
-
"nvidia_nim/
|
| 43 |
-
"nvidia_nim/mistralai/mistral-nemotron",
|
| 44 |
# Cerebras models (key only has access to llama3.1-8b currently)
|
| 45 |
# qwen-3-235b-a22b-instruct-2507 exists but is rate-limited
|
| 46 |
# zai-glm-4.7 and gpt-oss-120b are not accessible with current key
|
|
|
|
| 33 |
"zen/big-pickle",
|
| 34 |
"zen/ring-2.6-1t-free",
|
| 35 |
"zen/nemotron-3-super-free",
|
| 36 |
+
# NVIDIA NIM models (top 5)
|
| 37 |
"nvidia_nim/stepfun-ai/step-3.5-flash",
|
| 38 |
"nvidia_nim/qwen/qwen3-coder-480b-a35b-instruct",
|
| 39 |
"nvidia_nim/mistralai/mistral-large-3-675b-instruct-2512",
|
|
|
|
| 40 |
"nvidia_nim/z-ai/glm4.7",
|
| 41 |
+
"nvidia_nim/minimaxai/minimax-m2.7",
|
|
|
|
| 42 |
# Cerebras models (key only has access to llama3.1-8b currently)
|
| 43 |
# qwen-3-235b-a22b-instruct-2507 exists but is rate-limited
|
| 44 |
# zai-glm-4.7 and gpt-oss-120b are not accessible with current key
|