-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcustom-verified-providers.json
More file actions
121 lines (120 loc) · 3.43 KB
/
custom-verified-providers.json
File metadata and controls
121 lines (120 loc) · 3.43 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"custom-verified-providers": {
"zai-code-anth": {
"id": "zai-code-anth",
"name": "zai-code-anth",
"baseUrl": "https://api.z.ai/api/anthropic/v1",
"type": "anthropic",
"models": {
"glm-4-5": {
"id": "glm-4.5",
"name": "GLM-4.5-anth"
},
"glm-4-5-air": {
"id": "glm-4.5-air",
"name": "GLM-4.5-air-anth"
},
"glm-4-6": {
"id": "glm-4.6",
"name": "GLM-4.6-anth"
}
}
},
"zai-china-anth-base": {
"id": "zai-china-anth-base",
"name": "zai-china-anth-base",
"baseUrl": "https://open.bigmodel.cn/api/anthropic/v1",
"type": "anthropic",
"models": {
"glm-4-5": {
"id": "glm-4.5",
"name": "GLM-4.5-china-anth"
},
"glm-4-5-air": {
"id": "glm-4.5-air",
"name": "GLM-4.5-air-china-anth"
},
"glm-4-6": {
"id": "glm-4.6",
"name": "GLM-4.6-china-anth"
}
}
},
"extra-models-dev": {
"chutes": {
"deepseek-ai/DeepSeek-V3.1-Terminus": {
"id": "deepseek-ai/DeepSeek-V3.1-Terminus",
"name": "DeepSeek V3.1 Terminus"
},
"meituan-longcat/LongCat-Flash-Thinking-FP8": {
"id": "meituan-longcat/LongCat-Flash-Thinking-FP8",
"name": "LongCat Flash Thinking FP8"
}
}
},
"nanogpt-plan": {
"id": "nanogpt-plan",
"name": "nanogpt-plan",
"baseUrl": "https://nano-gpt.com/api/v1",
"type": "openai-compatible",
"models": {
"deepseek-ai/DeepSeek-V3.1-Terminus": {
"id": "deepseek-ai/DeepSeek-V3.1-Terminus",
"name": "DeepSeek V3.1 Terminus"
},
"deepseek-ai/DeepSeek-V3.1": {
"id": "deepseek-ai/DeepSeek-V3.1",
"name": "DeepSeek V3.1"
},
"deepseek-ai/DeepSeek-V3.1-Terminus:thinking": {
"id": "deepseek-ai/DeepSeek-V3.1-Terminus:thinking",
"name": "DeepSeek V3.1 Terminus Thinking"
},
"zai-org/GLM-4.5-FP8": {
"id": "zai-org/GLM-4.5-FP8",
"name": "GLM 4.5 FP8"
},
"zai-org/GLM-4.5-FP8:thinking": {
"id": "zai-org/GLM-4.5-FP8:thinking",
"name": "GLM 4.5 FP8 Thinking"
},
"zai-org/GLM-4.5-Air": {
"id": "zai-org/GLM-4.5-Air",
"name": "GLM 4.5 Air"
},
"moonshotai/Kimi-K2-Instruct": {
"id": "moonshotai/Kimi-K2-Instruct",
"name": "Kimi K2 Instruct"
},
"moonshotai/Kimi-K2-Instruct-0905": {
"id": "moonshotai/Kimi-K2-Instruct-0905",
"name": "Kimi K2 Instruct 0905"
},
"moonshotai/kimi-k2-thinking": {
"id": "moonshotai/kimi-k2-thinking",
"name": "Kimi K2 Thinking"
},
"deepseek-ai/deepseek-v3.2-exp": {
"id": "deepseek-ai/deepseek-v3.2-exp",
"name": "DeepSeek V3.2 Exp"
},
"z-ai/glm-4.6": {
"id": "z-ai/glm-4.6",
"name": "GLM 4.6"
},
"z-ai/glm-4.6:thinking": {
"id": "z-ai/glm-4.6:thinking",
"name": "GLM 4.6 Thinking"
},
"qwen3-vl-235b-a22b-instruct": {
"id": "qwen3-vl-235b-a22b-instruct",
"name": "Qwen3 VL 235B A22B Instruct"
},
"MiniMax-M2": {
"id": "MiniMax-M2",
"name": "MiniMax-M2"
}
}
}
}
}