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
| {
| "providers": {
| "custom-api-siliconflow-cn": {
| "baseUrl": "https://api.siliconflow.cn",
| "apiKey": "SILICONFLOW_CN_API_KEY",
| "api": "openai-completions",
| "models": [
| {
| "id": "Pro/zai-org/GLM-5",
| "name": "Pro/zai-org/GLM-5 (Custom Provider)",
| "reasoning": true,
| "input": [
| "text"
| ],
| "cost": {
| "input": 0,
| "output": 0,
| "cacheRead": 0,
| "cacheWrite": 0
| },
| "contextWindow": 200000,
| "maxTokens": 128000,
| "api": "openai-completions"
| },
| {
| "id": "Pro/moonshotai/Kimi-K2.5",
| "name": "Pro/moonshotai/Kimi-K2.5 (Custom Provider)",
| "reasoning": true,
| "input": [
| "text",
| "image"
| ],
| "cost": {
| "input": 0,
| "output": 0,
| "cacheRead": 0,
| "cacheWrite": 0
| },
| "contextWindow": 256000,
| "maxTokens": 65536,
| "api": "openai-completions"
| }
| ]
| }
| }
| }
|
|