Infinityecs1 commited on
Commit
b115eb7
·
verified ·
1 Parent(s): 5347b6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -5
app.py CHANGED
@@ -17,12 +17,16 @@ def models():
17
  return jsonify({
18
  "object": "list",
19
  "data": [
20
- {"id": "Qwen/Qwen2.5-72B-Instruct", "object": "model"},
21
- {"id": "Qwen/Qwen2.5-7B-Instruct", "object": "model"},
22
- {"id": "meta-llama/Llama-3.3-70B-Instruct", "object": "model"},
 
 
23
  {"id": "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B", "object": "model"},
24
- {"id": "deepseek-ai/DeepSeek-R1-Distill-Llama-70B", "object": "model"},
25
- ]
 
 
26
  })
27
 
28
  @app.route("/v1/chat/completions", methods=["POST"])
 
17
  return jsonify({
18
  "object": "list",
19
  "data": [
20
+ {"id": "Qwen/Qwen2.5-72B-Instruct", "object": "model"},
21
+ {"id": "Qwen/Qwen2.5-7B-Instruct", "object": "model"},
22
+ {"id": "Qwen/Qwen2.5-Coder-32B-Instruct", "object": "model"},
23
+ {"id": "meta-llama/Llama-3.3-70B-Instruct", "object": "model"},
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
  @app.route("/v1/chat/completions", methods=["POST"])