-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodels.yaml
More file actions
89 lines (84 loc) · 2.28 KB
/
models.yaml
File metadata and controls
89 lines (84 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# GPU TEE Models available via RedPill API
# All models run in hardware-secured GPU TEE environments
default_model: "moonshotai/kimi-k2.5"
models:
# Phala Network
- id: "deepseek/deepseek-v3.2"
name: "DeepSeek v3.2"
provider: "phala"
features: ["reasoning"]
- id: "phala/uncensored-24b"
name: "Uncensored 24B"
provider: "phala"
features: ["uncensored"]
- id: "phala/glm-4.7-flash"
name: "GLM 4.7 Flash"
provider: "phala"
features: ["multilingual", "fast"]
- id: "phala/qwen3-vl-30b-a3b-instruct"
name: "Qwen3 VL 30B"
provider: "phala"
features: ["vision"]
- id: "phala/qwen2.5-vl-72b-instruct"
name: "Qwen 2.5 VL 72B"
provider: "phala"
features: ["vision"]
- id: "phala/qwen-2.5-7b-instruct"
name: "Qwen 2.5 7B"
provider: "phala"
features: ["general", "fast"]
- id: "phala/gemma-3-27b-it"
name: "Gemma 3 27B"
provider: "phala"
features: ["general"]
- id: "phala/gpt-oss-120b"
name: "GPT OSS 120B"
provider: "phala"
features: ["general"]
- id: "phala/gpt-oss-20b"
name: "GPT OSS 20B"
provider: "phala"
features: ["general", "fast"]
# Tinfoil
- id: "moonshotai/kimi-k2.5"
name: "Kimi K2.5"
provider: "tinfoil"
features: ["reasoning"]
- id: "moonshotai/kimi-k2-thinking"
name: "Kimi K2 Thinking"
provider: "tinfoil"
features: ["reasoning"]
- id: "deepseek/deepseek-r1-0528"
name: "DeepSeek R1"
provider: "tinfoil"
features: ["reasoning"]
- id: "qwen/qwen3-coder-480b-a35b-instruct"
name: "Qwen3 Coder 480B"
provider: "tinfoil"
features: ["code"]
- id: "meta-llama/llama-3.3-70b-instruct"
name: "Llama 3.3 70B"
provider: "tinfoil"
features: ["general"]
# Chutes
- id: "minimax/minimax-m2.1"
name: "MiniMax M2.1"
provider: "chutes"
features: ["general"]
# Near-AI
- id: "deepseek/deepseek-chat-v3.1"
name: "DeepSeek Chat v3.1"
provider: "near-ai"
features: ["general"]
- id: "qwen/qwen3-30b-a3b-instruct-2507"
name: "Qwen3 30B"
provider: "near-ai"
features: ["general"]
- id: "z-ai/glm-4.7"
name: "GLM 4.7"
provider: "near-ai"
features: ["multilingual"]
- id: "z-ai/glm-4.7-flash"
name: "GLM 4.7 Flash"
provider: "near-ai"
features: ["multilingual", "fast"]