-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
377 lines (351 loc) · 10.9 KB
/
Copy pathindex.html
File metadata and controls
377 lines (351 loc) · 10.9 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI 中转站收集板</title>
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.6;
color: #333;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #f8f9fa;
}
.container {
background: white;
padding: 40px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 16px;
font-weight: 600;
line-height: 1.25;
}
h1 {
font-size: 2.5em;
border-bottom: 1px solid #eaecef;
padding-bottom: 10px;
}
h2 {
font-size: 2em;
border-bottom: 1px solid #eaecef;
padding-bottom: 8px;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.25em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 0.875em;
}
p {
margin-bottom: 16px;
}
a {
color: #0969da;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
table {
border-collapse: collapse;
width: 100%;
margin: 20px 0;
font-size: 14px;
}
th,
td {
border: 1px solid #ddd;
padding: 12px;
text-align: left;
}
th {
background-color: #f6f8fa;
font-weight: 600;
}
tr:nth-child(even) {
background-color: #f6f8fa;
}
code {
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
background-color: rgba(175, 184, 193, 0.2);
padding: 0.2em 0.4em;
border-radius: 3px;
font-size: 85%;
}
pre {
background-color: #f6f8fa;
border-radius: 6px;
padding: 16px;
overflow: auto;
font-size: 85%;
}
pre code {
background-color: transparent;
padding: 0;
border-radius: 0;
}
blockquote {
border-left: 4px solid #dfe2e5;
padding: 0 16px;
color: #6a737d;
margin: 0 0 16px 0;
}
hr {
border: none;
border-top: 1px solid #e1e4e8;
height: 0;
margin: 24px 0;
}
ul,
ol {
padding-left: 2em;
margin-bottom: 16px;
}
li {
margin-bottom: 4px;
}
</style>
</head>
<body>
<div class="container">
<!-- READMESTART --><h1>中转站收集板</h1>
<p>在路边收集的一些中转站。不定时检测可访问性,不保证安全和稳定。</p>
<p>可配合 <a href="https://www.npmjs.com/package/@wll8/mini-code-cli">mcc</a> 或 <a href="https://github.com/farion1231/cc-switch">cc-switch</a> 实现管理或切换多个公益站的 key / baseURL 。</p>
<p>本列表同步更新到 github <a href="https://github.com/wll8/ai-proxy">https://github.com/wll8/ai-proxy</a> 。</p>
<!-- LISTFREESTART -->
<table>
<thead>
<tr>
<th style="text-align:left">站点名称</th>
<th style="text-align:left">链接</th>
<th style="text-align:left">类型</th>
<th style="text-align:left">备注</th>
<th style="text-align:left">最后可用时间</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left"><a href="http://z.ai">z.ai</a></td>
<td style="text-align:left"><a href="https://www.bigmodel.cn/claude-code?ic=JZBHYLDOTD">https://www.bigmodel.cn/claude-code</a></td>
<td style="text-align:left">免费</td>
<td style="text-align:left">现阶段性价比之王,无限用</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">codemirror</td>
<td style="text-align:left"><a href="https://api.codemirror.codes/register?aff=dFmu">https://api.codemirror.codes/register</a></td>
<td style="text-align:left">免费</td>
<td style="text-align:left">ok</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">qiniu</td>
<td style="text-align:left"><a href="https://s.qiniu.com/n2y6Ff">https://s.qiniu.com/n2y6Ff</a></td>
<td style="text-align:left">免费</td>
<td style="text-align:left">注册送1000万token</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">agentrouter</td>
<td style="text-align:left"><a href="https://agentrouter.org/register?aff=jkxy">https://agentrouter.org/register</a></td>
<td style="text-align:left">免费</td>
<td style="text-align:left">ok</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">minimaxi 国内站</td>
<td style="text-align:left"><a href="https://www.minimaxi.com/">https://www.minimaxi.com/</a></td>
<td style="text-align:left">免费</td>
<td style="text-align:left">-</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">minimax 国际站</td>
<td style="text-align:left"><a href="https://minimax.io/">https://minimax.io/</a></td>
<td style="text-align:left">免费</td>
<td style="text-align:left">-</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">freekey</td>
<td style="text-align:left"><a href="https://api.freekey.site/register?aff=GvF7">https://api.freekey.site/register</a></td>
<td style="text-align:left">免费</td>
<td style="text-align:left">-</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">kkyyxx</td>
<td style="text-align:left"><a href="https://api.kkyyxx.xyz/register?aff=F773">https://api.kkyyxx.xyz/register</a></td>
<td style="text-align:left">免费</td>
<td style="text-align:left">-</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">wenwen-ai</td>
<td style="text-align:left"><a href="https://code.wenwen-ai.com/register?aff=kklc">https://code.wenwen-ai.com/register</a></td>
<td style="text-align:left">免费</td>
<td style="text-align:left">-</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">qzz</td>
<td style="text-align:left"><a href="https://b4u.qzz.io/">https://b4u.qzz.io/</a></td>
<td style="text-align:left">免费</td>
<td style="text-align:left">-</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">aioec</td>
<td style="text-align:left"><a href="https://api.aioec.tech/register?aff=k1wz">https://api.aioec.tech/register</a></td>
<td style="text-align:left">免费</td>
<td style="text-align:left">ok</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">sdnegerioelbima</td>
<td style="text-align:left"><a href="https://api.sdnegerioelbima.eu.org/">https://api.sdnegerioelbima.eu.org/</a></td>
<td style="text-align:left">免费</td>
<td style="text-align:left">linuxdo 2级</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">hlwy2025</td>
<td style="text-align:left"><a href="https://aiapi.hlwy2025.me/register?aff=RRrE">https://aiapi.hlwy2025.me/register</a></td>
<td style="text-align:left">免费</td>
<td style="text-align:left">-</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">x666</td>
<td style="text-align:left"><a href="https://x666.me/register?aff=TX9K">https://x666.me/register</a></td>
<td style="text-align:left">免费</td>
<td style="text-align:left">ok</td>
<td style="text-align:left">-</td>
</tr>
</tbody>
</table>
<!-- LISTFREEEND -->
<details>
<summary>收费中转站</summary>
<!-- LISTTOLLSTART -->
<table>
<thead>
<tr>
<th style="text-align:left">站点名称</th>
<th style="text-align:left">链接</th>
<th style="text-align:left">类型</th>
<th style="text-align:left">备注</th>
<th style="text-align:left">最后可用时间</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left">88code</td>
<td style="text-align:left"><a href="https://www.88code.org/register?ref=XNAFCD">https://www.88code.org/register</a></td>
<td style="text-align:left">收费</td>
<td style="text-align:left">ok</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">nf.video</td>
<td style="text-align:left"><a href="https://nf.video/DDyxY">https://nf.video/DDyxY</a></td>
<td style="text-align:left">收费</td>
<td style="text-align:left">ok</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">siliconflow</td>
<td style="text-align:left"><a href="https://cloud.siliconflow.cn/i/91sM1ySA">https://cloud.siliconflow.cn/i/91sM1ySA</a></td>
<td style="text-align:left">收费</td>
<td style="text-align:left">ok</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">openrouter</td>
<td style="text-align:left"><a href="https://openrouter.ai/">https://openrouter.ai/</a></td>
<td style="text-align:left">收费</td>
<td style="text-align:left">ok</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">aiporters</td>
<td style="text-align:left"><a href="https://one-api.aiporters.com/register?aff=K0Xr">https://one-api.aiporters.com/register</a></td>
<td style="text-align:left">收费</td>
<td style="text-align:left">-</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left"><a href="http://gpt.ge">gpt.ge</a></td>
<td style="text-align:left"><a href="https://api.gpt.ge/register?aff=U2pT">https://api.gpt.ge/register</a></td>
<td style="text-align:left">收费</td>
<td style="text-align:left">-</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">ygxz</td>
<td style="text-align:left"><a href="https://one-api.ygxz.in/register?aff=wAWB">https://one-api.ygxz.in/register</a></td>
<td style="text-align:left">收费</td>
<td style="text-align:left">-</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">xzbzq</td>
<td style="text-align:left"><a href="https://chat-api.xzbzq.com/register?aff=rUWR51452">https://chat-api.xzbzq.com/register</a></td>
<td style="text-align:left">收费</td>
<td style="text-align:left">-</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">privnode</td>
<td style="text-align:left"><a href="https://privnode.com/register?aff=HBCC">https://privnode.com/register</a></td>
<td style="text-align:left">收费</td>
<td style="text-align:left">-</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">jeniya</td>
<td style="text-align:left"><a href="https://jeniya.top/register?aff=QhhP">https://jeniya.top/register</a></td>
<td style="text-align:left">收费</td>
<td style="text-align:left">-</td>
<td style="text-align:left">-</td>
</tr>
<tr>
<td style="text-align:left">mnapi</td>
<td style="text-align:left"><a href="https://www.mnapi.com/register?aff=uwZY">https://www.mnapi.com/register</a></td>
<td style="text-align:left">收费</td>
<td style="text-align:left">-</td>
<td style="text-align:left">-</td>
</tr>
</tbody>
</table>
<!-- LISTTOLLEND -->
</details>
<h2>参考</h2>
<p>任何人都可以向本列表中添加合法链接,你可以通过 PR 自行修改或在 issues 中提交期望添加的链接。</p>
<pre><code class="language-bash">npm i
npm run dev
# 生成列表
npm run build
</code></pre>
<!-- READMEEND -->
</div>
</body>
</html>