Yash030 commited on
Commit
24b9325
·
1 Parent(s): 5bba595

Fix Silicon Flow model IDs with correct API names

Browse files
Files changed (1) hide show
  1. 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-V4-Flash - best overall coding, 1M context, MoE
50
- "silicon/deepseek-ai/DeepSeek-V4-Flash",
51
- # Qwen3-Coder-480B - repository-scale coding, 256K+ context
52
- "silicon/Qwen/Qwen3-Coder-480B-A35B-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
- # QwQ-32B - best reasoning model
58
- "silicon/Qwen/QwQ-32B",
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",