Spaces:
Running
Running
Fix Silicon Flow model IDs with correct API names
Browse files- api/routes.py +6 -6
api/routes.py
CHANGED
|
@@ -46,16 +46,16 @@ REQUESTED_PROVIDER_MODELS = [
|
|
| 46 |
# zai-glm-4.7 and gpt-oss-120b are not accessible with current key
|
| 47 |
"cerebras/llama3.1-8b",
|
| 48 |
# Silicon Flow models (top 5 for free tier)
|
| 49 |
-
# DeepSeek-
|
| 50 |
-
"silicon/deepseek-ai/DeepSeek-
|
| 51 |
-
# Qwen3-Coder-
|
| 52 |
-
"silicon/Qwen/Qwen3-Coder-
|
| 53 |
# Qwen3.6-35B-A3B - multimodal, 262K context
|
| 54 |
"silicon/Qwen/Qwen3.6-35B-A3B",
|
| 55 |
# Qwen2.5-72B - strong general purpose, 128K context
|
| 56 |
"silicon/Qwen/Qwen2.5-72B-Instruct",
|
| 57 |
-
#
|
| 58 |
-
"silicon/Qwen/
|
| 59 |
# Groq models (ultra fast inference)
|
| 60 |
"groq/llama-3.3-70b-versatile",
|
| 61 |
"groq/llama-3.1-8b-instant",
|
|
|
|
| 46 |
# zai-glm-4.7 and gpt-oss-120b are not accessible with current key
|
| 47 |
"cerebras/llama3.1-8b",
|
| 48 |
# Silicon Flow models (top 5 for free tier)
|
| 49 |
+
# DeepSeek-V3 - strong MoE model
|
| 50 |
+
"silicon/deepseek-ai/DeepSeek-V3",
|
| 51 |
+
# Qwen3-Coder-30B-A3B - coding specialized
|
| 52 |
+
"silicon/Qwen/Qwen3-Coder-30B-A3B-Instruct",
|
| 53 |
# Qwen3.6-35B-A3B - multimodal, 262K context
|
| 54 |
"silicon/Qwen/Qwen3.6-35B-A3B",
|
| 55 |
# Qwen2.5-72B - strong general purpose, 128K context
|
| 56 |
"silicon/Qwen/Qwen2.5-72B-Instruct",
|
| 57 |
+
# Qwen3-32B - reasoning model
|
| 58 |
+
"silicon/Qwen/Qwen3-32B",
|
| 59 |
# Groq models (ultra fast inference)
|
| 60 |
"groq/llama-3.3-70b-versatile",
|
| 61 |
"groq/llama-3.1-8b-instant",
|