@lobehub/icons 1.45.0 → 1.46.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/README.md +72 -58
  2. package/es/ComfyUI/components/Avatar.d.ts +5 -0
  3. package/es/ComfyUI/components/Avatar.js +28 -0
  4. package/es/ComfyUI/components/Color.d.ts +3 -0
  5. package/es/ComfyUI/components/Color.js +310 -0
  6. package/es/ComfyUI/components/Combine.d.ts +7 -0
  7. package/es/ComfyUI/components/Combine.js +32 -0
  8. package/es/ComfyUI/components/Mono.d.ts +3 -0
  9. package/es/ComfyUI/components/Mono.js +84 -0
  10. package/es/ComfyUI/components/Text.d.ts +3 -0
  11. package/es/ComfyUI/components/Text.js +40 -0
  12. package/es/ComfyUI/index.d.ts +16 -0
  13. package/es/ComfyUI/index.js +17 -0
  14. package/es/ComfyUI/style.d.ts +5 -0
  15. package/es/ComfyUI/style.js +5 -0
  16. package/es/Hailuo/components/Avatar.d.ts +5 -0
  17. package/es/Hailuo/components/Avatar.js +28 -0
  18. package/es/Hailuo/components/Color.d.ts +3 -0
  19. package/es/Hailuo/components/Color.js +69 -0
  20. package/es/Hailuo/components/Combine.d.ts +7 -0
  21. package/es/Hailuo/components/Combine.js +32 -0
  22. package/es/Hailuo/components/Mono.d.ts +3 -0
  23. package/es/Hailuo/components/Mono.js +41 -0
  24. package/es/Hailuo/components/Text.d.ts +3 -0
  25. package/es/Hailuo/components/Text.js +40 -0
  26. package/es/Hailuo/index.d.ts +16 -0
  27. package/es/Hailuo/index.js +17 -0
  28. package/es/Hailuo/style.d.ts +5 -0
  29. package/es/Hailuo/style.js +5 -0
  30. package/es/Kling/index.js +2 -1
  31. package/es/Kling/style.d.ts +1 -0
  32. package/es/Kling/style.js +2 -1
  33. package/es/Replit/components/Avatar.d.ts +5 -0
  34. package/es/Replit/components/Avatar.js +27 -0
  35. package/es/Replit/components/Color.d.ts +3 -0
  36. package/es/Replit/components/Color.js +40 -0
  37. package/es/Replit/components/Combine.d.ts +7 -0
  38. package/es/Replit/components/Combine.js +32 -0
  39. package/es/Replit/components/Mono.d.ts +3 -0
  40. package/es/Replit/components/Mono.js +41 -0
  41. package/es/Replit/components/Text.d.ts +3 -0
  42. package/es/Replit/components/Text.js +40 -0
  43. package/es/Replit/index.d.ts +15 -0
  44. package/es/Replit/index.js +16 -0
  45. package/es/Replit/style.d.ts +4 -0
  46. package/es/Replit/style.js +4 -0
  47. package/es/TII/components/Avatar.d.ts +5 -0
  48. package/es/TII/components/Avatar.js +27 -0
  49. package/es/TII/components/Color.d.ts +3 -0
  50. package/es/TII/components/Color.js +43 -0
  51. package/es/TII/components/Combine.d.ts +7 -0
  52. package/es/TII/components/Combine.js +32 -0
  53. package/es/TII/components/Mono.d.ts +3 -0
  54. package/es/TII/components/Mono.js +43 -0
  55. package/es/TII/components/Text.d.ts +3 -0
  56. package/es/TII/components/Text.js +40 -0
  57. package/es/TII/index.d.ts +15 -0
  58. package/es/TII/index.js +16 -0
  59. package/es/TII/style.d.ts +4 -0
  60. package/es/TII/style.js +4 -0
  61. package/es/components/Dashboard/index.js +2 -2
  62. package/es/components/Editor/Color.js +1 -1
  63. package/es/components/Editor/Mono.js +1 -1
  64. package/es/components/Editor/Text.js +1 -1
  65. package/es/features/IconAvatar/util.js +1 -6
  66. package/es/features/getLobeIconCDN/index.d.ts +7 -0
  67. package/es/features/getLobeIconCDN/index.js +33 -0
  68. package/es/features/index.d.ts +1 -0
  69. package/es/features/index.js +1 -0
  70. package/es/icons.d.ts +4 -0
  71. package/es/icons.js +4 -0
  72. package/es/toc.js +1656 -1585
  73. package/package.json +5 -4
package/es/toc.js CHANGED
@@ -1,1588 +1,1659 @@
1
1
  var toc = [{
2
- "color": "#EB1000",
3
- "desc": "https://adobe.com",
4
- "docsUrl": "adobe",
5
- "fullTitle": "Adobe",
6
- "group": "application",
7
- "id": "Adobe",
8
- "param": {
9
- "hasAvatar": true,
10
- "hasBrand": false,
11
- "hasBrandColor": false,
12
- "hasColor": true,
13
- "hasCombine": true,
14
- "hasText": true,
15
- "hasTextCn": false
16
- },
17
- "title": "Adobe"
18
- }, {
19
- "color": "#EB1000",
20
- "desc": "https://firefly.adobe.com",
21
- "docsUrl": "adobe-firefly",
22
- "fullTitle": "Firefly (Adobe)",
23
- "group": "application",
24
- "id": "AdobeFirefly",
25
- "param": {
26
- "hasAvatar": true,
27
- "hasBrand": false,
28
- "hasBrandColor": false,
29
- "hasColor": true,
30
- "hasCombine": true,
31
- "hasText": true,
32
- "hasTextCn": false
33
- },
34
- "title": "AdobeFirefly"
35
- }, {
36
- "color": "#E91E63",
37
- "colorGradient": "linear-gradient(-45deg, #F68CB2, #E91E63)",
38
- "desc": "https://huggingface.co/ai21labs",
39
- "docsUrl": "ai21",
40
- "fullTitle": "Ai21Labs (Jamba)",
41
- "group": "model",
42
- "id": "Ai21",
43
- "param": {
44
- "hasAvatar": true,
45
- "hasBrand": true,
46
- "hasBrandColor": true,
47
- "hasColor": false,
48
- "hasCombine": true,
49
- "hasText": true,
50
- "hasTextCn": false
51
- },
52
- "title": "AI21"
53
- }, {
54
- "color": "#006ffb",
55
- "colorGradient": "linear-gradient(to bottom, #12B7FA, #006ffb)",
56
- "desc": "https://ai.360.com/",
57
- "docsUrl": "ai360",
58
- "fullTitle": "Ai360 (360智脑)",
59
- "group": "provider",
60
- "id": "Ai360",
61
- "param": {
62
- "hasAvatar": true,
63
- "hasBrand": false,
64
- "hasBrandColor": false,
65
- "hasColor": true,
66
- "hasCombine": true,
67
- "hasText": true,
68
- "hasTextCn": false
69
- },
70
- "title": "AI360"
71
- }, {
72
- "color": "#fff",
73
- "desc": "https://ai-maas.wair.ac.cn",
74
- "docsUrl": "ai-mass",
75
- "fullTitle": "AiMass (紫东太初)",
76
- "group": "provider",
77
- "id": "AiMass",
78
- "param": {
79
- "hasAvatar": true,
80
- "hasBrand": false,
81
- "hasBrandColor": false,
82
- "hasColor": true,
83
- "hasCombine": true,
84
- "hasText": true,
85
- "hasTextCn": false
86
- },
87
- "title": "AiMass"
88
- }, {
89
- "color": "#FF6003",
90
- "desc": "https://alibaba.com",
91
- "docsUrl": "alibaba",
92
- "fullTitle": "Alibaba",
93
- "group": "provider",
94
- "id": "Alibaba",
95
- "param": {
96
- "hasAvatar": true,
97
- "hasBrand": true,
98
- "hasBrandColor": true,
99
- "hasColor": true,
100
- "hasCombine": false,
101
- "hasText": true,
102
- "hasTextCn": true
103
- },
104
- "title": "Alibaba"
105
- }, {
106
- "color": "#1677ff",
107
- "desc": "https://antgroup.com",
108
- "docsUrl": "ant-group",
109
- "fullTitle": "AntGroup",
110
- "group": "provider",
111
- "id": "AntGroup",
112
- "param": {
113
- "hasAvatar": true,
114
- "hasBrand": true,
115
- "hasBrandColor": true,
116
- "hasColor": true,
117
- "hasCombine": false,
118
- "hasText": true,
119
- "hasTextCn": true
120
- },
121
- "title": "AntGroup"
122
- }, {
123
- "color": "#F1F0E8",
124
- "desc": "https://anthropic.com",
125
- "docsUrl": "anthropic",
126
- "fullTitle": "Anthropic",
127
- "group": "provider",
128
- "id": "Anthropic",
129
- "param": {
130
- "hasAvatar": true,
131
- "hasBrand": false,
132
- "hasBrandColor": false,
133
- "hasColor": false,
134
- "hasCombine": false,
135
- "hasText": true,
136
- "hasTextCn": false
137
- },
138
- "title": "Anthropic"
139
- }, {
140
- "color": "#E00054",
141
- "desc": "https://github.com/AUTOMATIC1111/stable-diffusion-webui",
142
- "docsUrl": "automatic",
143
- "fullTitle": "Automatic1111 (SD Webui)",
144
- "group": "application",
145
- "id": "Automatic",
146
- "param": {
147
- "hasAvatar": true,
148
- "hasBrand": false,
149
- "hasBrandColor": false,
150
- "hasColor": true,
151
- "hasCombine": true,
152
- "hasText": true,
153
- "hasTextCn": false
154
- },
155
- "title": "Automatic"
156
- }, {
157
- "color": "#222F3E",
158
- "desc": "https://aws.amazon.com",
159
- "docsUrl": "aws",
160
- "fullTitle": "AWS",
161
- "group": "provider",
162
- "id": "Aws",
163
- "param": {
164
- "hasAvatar": true,
165
- "hasBrand": true,
166
- "hasBrandColor": true,
167
- "hasColor": true,
168
- "hasCombine": true,
169
- "hasText": true,
170
- "hasTextCn": false
171
- },
172
- "title": "AWS"
173
- }, {
174
- "color": "#416FDC",
175
- "desc": "https://cohere.com/research/aya",
176
- "docsUrl": "aya",
177
- "fullTitle": "Aya (Cohere)",
178
- "group": "model",
179
- "id": "Aya",
180
- "param": {
181
- "hasAvatar": true,
182
- "hasBrand": false,
183
- "hasBrandColor": false,
184
- "hasColor": true,
185
- "hasCombine": true,
186
- "hasText": true,
187
- "hasTextCn": false
188
- },
189
- "title": "Aya"
190
- }, {
191
- "color": "#00A4EF",
192
- "desc": "https://azure.microsoft.com",
193
- "docsUrl": "azure",
194
- "fullTitle": "Microsoft (Azure)",
195
- "group": "provider",
196
- "id": "Azure",
197
- "param": {
198
- "hasAvatar": true,
199
- "hasBrand": false,
200
- "hasBrandColor": false,
201
- "hasColor": true,
202
- "hasCombine": true,
203
- "hasText": true,
204
- "hasTextCn": false
205
- },
206
- "title": "Azure"
207
- }, {
208
- "color": "#FF6933",
209
- "colorGradient": "linear-gradient(-45deg, #FF6933, #FEC13E)",
210
- "desc": "https://baichuan-ai.com",
211
- "docsUrl": "baichuan",
212
- "fullTitle": "Baichuan (百川)",
213
- "group": "model",
214
- "id": "Baichuan",
215
- "param": {
216
- "hasAvatar": true,
217
- "hasBrand": false,
218
- "hasBrandColor": false,
219
- "hasColor": true,
220
- "hasCombine": true,
221
- "hasText": true,
222
- "hasTextCn": false
223
- },
224
- "title": "Baichuan"
225
- }, {
226
- "color": "#2932E1",
227
- "desc": "https://baidu.com",
228
- "docsUrl": "baidu",
229
- "fullTitle": "Baidu",
230
- "group": "provider",
231
- "id": "Baidu",
232
- "param": {
233
- "hasAvatar": true,
234
- "hasBrand": true,
235
- "hasBrandColor": true,
236
- "hasColor": true,
237
- "hasCombine": false,
238
- "hasText": true,
239
- "hasTextCn": true
240
- },
241
- "title": "Baidu"
242
- }, {
243
- "color": "#2468f2",
244
- "desc": "https://cloud.baidu.com",
245
- "docsUrl": "baidu-cloud",
246
- "fullTitle": "BaiduCloud (百度智能云)",
247
- "group": "provider",
248
- "id": "BaiduCloud",
249
- "param": {
250
- "hasAvatar": true,
251
- "hasBrand": false,
252
- "hasBrandColor": false,
253
- "hasColor": true,
254
- "hasCombine": true,
255
- "hasText": true,
256
- "hasTextCn": false
257
- },
258
- "title": "BaiduCloud"
259
- }, {
260
- "color": "#222F3E",
261
- "colorGradient": "linear-gradient(45deg, #9AD8F8, #3D8FFF, #6350FB)",
262
- "desc": "https://aws.amazon.com/bedrock",
263
- "docsUrl": "bedrock",
264
- "fullTitle": "Bedrock (AWS)",
265
- "group": "provider",
266
- "id": "Bedrock",
267
- "param": {
268
- "hasAvatar": true,
269
- "hasBrand": false,
270
- "hasBrandColor": false,
271
- "hasColor": true,
272
- "hasCombine": true,
273
- "hasText": true,
274
- "hasTextCn": false
275
- },
276
- "title": "Bedrock"
277
- }, {
278
- "color": "#174ae4",
279
- "colorGradient": "linear-gradient(130deg, #2870EA 20%, #1B4AEF 77.5%)",
280
- "desc": "https://bing.com",
281
- "docsUrl": "bing",
282
- "fullTitle": "Microsoft Bing",
283
- "group": "application",
284
- "id": "Bing",
285
- "param": {
286
- "hasAvatar": true,
287
- "hasBrand": false,
288
- "hasBrandColor": false,
289
- "hasColor": true,
290
- "hasCombine": true,
291
- "hasText": true,
292
- "hasTextCn": false
293
- },
294
- "title": "Bing"
295
- }, {
296
- "color": "#325AB4",
297
- "desc": "https://bytedance.com",
298
- "docsUrl": "byte-dance",
299
- "fullTitle": "ByteDance",
300
- "group": "provider",
301
- "id": "ByteDance",
302
- "param": {
303
- "hasAvatar": true,
304
- "hasBrand": true,
305
- "hasBrandColor": true,
306
- "hasColor": true,
307
- "hasCombine": false,
308
- "hasText": true,
309
- "hasTextCn": true
310
- },
311
- "title": "ByteDance"
312
- }, {
313
- "color": "#4268FA",
314
- "colorGradient": "linear-gradient(-45deg, #3485FF, #504AF4)",
315
- "desc": "https://github.com/THUDM/ChatGLM-6B",
316
- "docsUrl": "chat-glm",
317
- "fullTitle": "ChatGLM (智谱)",
318
- "group": "model",
319
- "id": "ChatGLM",
320
- "param": {
321
- "hasAvatar": true,
322
- "hasBrand": false,
323
- "hasBrandColor": false,
324
- "hasColor": true,
325
- "hasCombine": true,
326
- "hasText": true,
327
- "hasTextCn": false
328
- },
329
- "title": "ChatGLM"
330
- }, {
331
- "color": "#D97757",
332
- "desc": "https://claude.ai",
333
- "docsUrl": "claude",
334
- "fullTitle": "Claude",
335
- "group": "model",
336
- "id": "Claude",
337
- "param": {
338
- "hasAvatar": true,
339
- "hasBrand": false,
340
- "hasBrandColor": false,
341
- "hasColor": true,
342
- "hasCombine": true,
343
- "hasText": true,
344
- "hasTextCn": false
345
- },
346
- "title": "Claude"
347
- }, {
348
- "color": "#F38020",
349
- "desc": "https://cloudflare.com",
350
- "docsUrl": "cloudflare",
351
- "fullTitle": "Cloudflare",
352
- "group": "provider",
353
- "id": "Cloudflare",
354
- "param": {
355
- "hasAvatar": true,
356
- "hasBrand": false,
357
- "hasBrandColor": false,
358
- "hasColor": true,
359
- "hasCombine": true,
360
- "hasText": true,
361
- "hasTextCn": false
362
- },
363
- "title": "Cloudflare"
364
- }, {
365
- "color": "#00e7e7",
366
- "colorGradient": "linear-gradient(to right, #00E7E7, #00BFFF)",
367
- "desc": "https://codegeex.cn/",
368
- "docsUrl": "code-gee-x",
369
- "fullTitle": "CodeGeeX",
370
- "group": "model",
371
- "id": "CodeGeeX",
372
- "param": {
373
- "hasAvatar": true,
374
- "hasBrand": false,
375
- "hasBrandColor": false,
376
- "hasColor": true,
377
- "hasCombine": true,
378
- "hasText": true,
379
- "hasTextCn": false
380
- },
381
- "title": "CodeGeeX"
382
- }, {
383
- "color": "#000",
384
- "desc": "https://github.com/THUDM/CogVideo",
385
- "docsUrl": "cog-video",
386
- "fullTitle": "CogVideo",
387
- "group": "model",
388
- "id": "CogVideo",
389
- "param": {
390
- "hasAvatar": true,
391
- "hasBrand": false,
392
- "hasBrandColor": false,
393
- "hasColor": true,
394
- "hasCombine": true,
395
- "hasText": true,
396
- "hasTextCn": false
397
- },
398
- "title": "CogVideo"
399
- }, {
400
- "color": "#000",
401
- "desc": "https://github.com/THUDM/CogView3",
402
- "docsUrl": "cog-view",
403
- "fullTitle": "CogView",
404
- "group": "model",
405
- "id": "CogView",
406
- "param": {
407
- "hasAvatar": true,
408
- "hasBrand": false,
409
- "hasBrandColor": false,
410
- "hasColor": true,
411
- "hasCombine": true,
412
- "hasText": true,
413
- "hasTextCn": false
414
- },
415
- "title": "CogView"
416
- }, {
417
- "color": "#39594D",
418
- "desc": "https://cohere.com",
419
- "docsUrl": "cohere",
420
- "fullTitle": "Cohere (Command)",
421
- "group": "provider",
422
- "id": "Cohere",
423
- "param": {
424
- "hasAvatar": true,
425
- "hasBrand": false,
426
- "hasBrandColor": false,
427
- "hasColor": true,
428
- "hasCombine": true,
429
- "hasText": true,
430
- "hasTextCn": false
431
- },
432
- "title": "Cohere"
433
- }, {
434
- "color": "#F9AB00",
435
- "desc": "https://colab.research.google.com/",
436
- "docsUrl": "colab",
437
- "fullTitle": "Google (Colab)",
438
- "group": "application",
439
- "id": "Colab",
440
- "param": {
441
- "hasAvatar": true,
442
- "hasBrand": false,
443
- "hasBrandColor": false,
444
- "hasColor": true,
445
- "hasCombine": true,
446
- "hasText": true,
447
- "hasTextCn": false
448
- },
449
- "title": "Colab"
450
- }, {
451
- "color": "#fff",
452
- "desc": "https://copilot.microsoft.com",
453
- "docsUrl": "copilot",
454
- "fullTitle": "Microsoft Copilot",
455
- "group": "application",
456
- "id": "Copilot",
457
- "param": {
458
- "hasAvatar": true,
459
- "hasBrand": false,
460
- "hasBrandColor": false,
461
- "hasColor": true,
462
- "hasCombine": true,
463
- "hasText": true,
464
- "hasTextCn": false
465
- },
466
- "title": "Copilot"
467
- }, {
468
- "color": "#000",
469
- "colorGradient": "conic-gradient(from 180deg, #FFFF67, #43FFFF, #50DA4C, #FF6E3D, #3C46FF)",
470
- "desc": "https://openai.com/dall-e-3",
471
- "docsUrl": "dalle",
472
- "fullTitle": "DALL·E (OpenAI)",
473
- "group": "model",
474
- "id": "Dalle",
475
- "param": {
476
- "hasAvatar": true,
477
- "hasBrand": false,
478
- "hasBrandColor": false,
479
- "hasColor": true,
480
- "hasCombine": true,
481
- "hasText": true,
482
- "hasTextCn": false
483
- },
484
- "title": "DALL-E"
485
- }, {
486
- "color": "#EE3D2C",
487
- "desc": "https://www.databricks.com",
488
- "docsUrl": "dbrx",
489
- "fullTitle": "DBRX (Databricks)",
490
- "group": "model",
491
- "id": "Dbrx",
492
- "param": {
493
- "hasAvatar": true,
494
- "hasBrand": true,
495
- "hasBrandColor": true,
496
- "hasColor": true,
497
- "hasCombine": true,
498
- "hasText": true,
499
- "hasTextCn": false
500
- },
501
- "title": "DBRX"
502
- }, {
503
- "color": "#4285F4",
504
- "desc": "https://deepmind.google",
505
- "docsUrl": "deep-mind",
506
- "fullTitle": "DeepMind (Google)",
507
- "group": "provider",
508
- "id": "DeepMind",
509
- "param": {
510
- "hasAvatar": true,
511
- "hasBrand": false,
512
- "hasBrandColor": false,
513
- "hasColor": true,
514
- "hasCombine": true,
515
- "hasText": true,
516
- "hasTextCn": false
517
- },
518
- "title": "DeepMind"
519
- }, {
520
- "color": "#4D6BFE",
521
- "desc": "https://www.deepseek.com",
522
- "docsUrl": "deep-seek",
523
- "fullTitle": "DeepSeek",
524
- "group": "model",
525
- "id": "DeepSeek",
526
- "param": {
527
- "hasAvatar": true,
528
- "hasBrand": false,
529
- "hasBrandColor": false,
530
- "hasColor": true,
531
- "hasCombine": true,
532
- "hasText": true,
533
- "hasTextCn": false
534
- },
535
- "title": "DeepSeek"
536
- }, {
537
- "color": "#FFF",
538
- "desc": "https://team.doubao.com",
539
- "docsUrl": "doubao",
540
- "fullTitle": "Doubao (豆包)",
541
- "group": "model",
542
- "id": "Doubao",
543
- "param": {
544
- "hasAvatar": true,
545
- "hasBrand": false,
546
- "hasBrandColor": false,
547
- "hasColor": true,
548
- "hasCombine": true,
549
- "hasText": true,
550
- "hasTextCn": false
551
- },
552
- "title": "Doubao"
553
- }, {
554
- "color": "#000",
555
- "colorGradient": "linear-gradient(to bottom, #952C78, #050003)",
556
- "desc": "https://fireworks.ai",
557
- "docsUrl": "fireworks",
558
- "fullTitle": "Fireworks",
559
- "group": "provider",
560
- "id": "Fireworks",
561
- "param": {
562
- "hasAvatar": true,
563
- "hasBrand": false,
564
- "hasBrandColor": false,
565
- "hasColor": false,
566
- "hasCombine": true,
567
- "hasText": true,
568
- "hasTextCn": false
569
- },
570
- "title": "Fireworks"
571
- }, {
572
- "color": "#fff",
573
- "desc": "https://github.com/fishaudio",
574
- "docsUrl": "fish-audio",
575
- "fullTitle": "FishAudio (Bert)",
576
- "group": "model",
577
- "id": "FishAudio",
578
- "param": {
579
- "hasAvatar": true,
580
- "hasBrand": false,
581
- "hasBrandColor": false,
582
- "hasColor": false,
583
- "hasCombine": true,
584
- "hasText": true,
585
- "hasTextCn": false
586
- },
587
- "title": "FishAudio"
588
- }, {
589
- "color": "#fff",
590
- "desc": "https://blackforestlabs.ai/#get-flux",
591
- "docsUrl": "flux",
592
- "fullTitle": "Flux (black forest labs)",
593
- "group": "model",
594
- "id": "Flux",
595
- "param": {
596
- "hasAvatar": true,
597
- "hasBrand": false,
598
- "hasBrandColor": false,
599
- "hasColor": false,
600
- "hasCombine": true,
601
- "hasText": true,
602
- "hasTextCn": false
603
- },
604
- "title": "Flux"
605
- }, {
606
- "color": "#1C69FF",
607
- "colorGradient": "linear-gradient(45deg, #1C69FF 40%, #F0DCD6 100%)",
608
- "desc": "https://deepmind.google/technologies/gemini",
609
- "docsUrl": "gemini",
610
- "fullTitle": "Gemini (Google)",
611
- "group": "model",
612
- "id": "Gemini",
613
- "param": {
614
- "hasAvatar": true,
615
- "hasBrand": true,
616
- "hasBrandColor": true,
617
- "hasColor": true,
618
- "hasCombine": true,
619
- "hasText": true,
620
- "hasTextCn": false
621
- },
622
- "title": "Gemini"
623
- }, {
624
- "color": "#2E96FF",
625
- "colorGradient": "linear-gradient(45deg, #446EFF 14%, #2E96FF 40%, #B1C5FF 73%)",
626
- "desc": "https://ai.google.dev/gemma",
627
- "docsUrl": "gemma",
628
- "fullTitle": "Gemma (Google)",
629
- "group": "model",
630
- "id": "Gemma",
631
- "param": {
632
- "hasAvatar": true,
633
- "hasBrand": false,
634
- "hasBrandColor": false,
635
- "hasColor": true,
636
- "hasCombine": true,
637
- "hasText": true,
638
- "hasTextCn": false
639
- },
640
- "title": "Gemma"
641
- }, {
642
- "color": "#000",
643
- "desc": "https://ai-assets.gitee.com/",
644
- "docsUrl": "gitee-ai",
645
- "fullTitle": "GiteeAI",
646
- "group": "provider",
647
- "id": "GiteeAI",
648
- "param": {
649
- "hasAvatar": true,
650
- "hasBrand": false,
651
- "hasBrandColor": false,
652
- "hasColor": false,
653
- "hasCombine": true,
654
- "hasText": true,
655
- "hasTextCn": false
656
- },
657
- "title": "GiteeAI"
658
- }, {
659
- "color": "#000",
660
- "desc": "https://github.com",
661
- "docsUrl": "github",
662
- "fullTitle": "Github",
663
- "group": "provider",
664
- "id": "Github",
665
- "param": {
666
- "hasAvatar": true,
667
- "hasBrand": false,
668
- "hasBrandColor": false,
669
- "hasColor": false,
670
- "hasCombine": true,
671
- "hasText": true,
672
- "hasTextCn": false
673
- },
674
- "title": "Github"
675
- }, {
676
- "color": "#000",
677
- "desc": "https://github.com/features/copilot",
678
- "docsUrl": "github-copilot",
679
- "fullTitle": "Github Copilot",
680
- "group": "application",
681
- "id": "GithubCopilot",
682
- "param": {
683
- "hasAvatar": true,
684
- "hasBrand": false,
685
- "hasBrandColor": false,
686
- "hasColor": false,
687
- "hasCombine": true,
688
- "hasText": true,
689
- "hasTextCn": false
690
- },
691
- "title": "GithubCopilot"
692
- }, {
693
- "color": "#fff",
694
- "desc": "https://google.com",
695
- "docsUrl": "google",
696
- "fullTitle": "Google",
697
- "group": "provider",
698
- "id": "Google",
699
- "param": {
700
- "hasAvatar": true,
701
- "hasBrand": true,
702
- "hasBrandColor": true,
703
- "hasColor": true,
704
- "hasCombine": false,
705
- "hasText": false,
706
- "hasTextCn": false
707
- },
708
- "title": "Google"
709
- }, {
710
- "color": "#fff",
711
- "desc": "https://grok.x.ai",
712
- "docsUrl": "grok",
713
- "fullTitle": "Grok (xAI)",
714
- "group": "model",
715
- "id": "Grok",
716
- "param": {
717
- "hasAvatar": true,
718
- "hasBrand": false,
719
- "hasBrandColor": false,
720
- "hasColor": false,
721
- "hasCombine": true,
722
- "hasText": true,
723
- "hasTextCn": false
724
- },
725
- "title": "Grok"
726
- }, {
727
- "color": "#F55036",
728
- "desc": "https://wow.groq.com",
729
- "docsUrl": "groq",
730
- "fullTitle": "Groq",
731
- "group": "provider",
732
- "id": "Groq",
733
- "param": {
734
- "hasAvatar": true,
735
- "hasBrand": false,
736
- "hasBrandColor": false,
737
- "hasColor": false,
738
- "hasCombine": true,
739
- "hasText": true,
740
- "hasTextCn": false
741
- },
742
- "title": "Groq"
743
- }, {
744
- "color": "#3E5CF4",
745
- "colorGradient": "linear-gradient(to bottom, #0418FF, #1E8CFE)",
746
- "desc": "https://higress.cn/",
747
- "docsUrl": "higress",
748
- "fullTitle": "Higress",
749
- "group": "provider",
750
- "id": "Higress",
751
- "param": {
752
- "hasAvatar": true,
753
- "hasBrand": false,
754
- "hasBrandColor": false,
755
- "hasColor": true,
756
- "hasCombine": true,
757
- "hasText": true,
758
- "hasTextCn": false
759
- },
760
- "title": "Higress"
761
- }, {
762
- "color": "#fff",
763
- "desc": "https://huggingface.co",
764
- "docsUrl": "hugging-face",
765
- "fullTitle": "HuggingFace",
766
- "group": "provider",
767
- "id": "HuggingFace",
768
- "param": {
769
- "hasAvatar": true,
770
- "hasBrand": false,
771
- "hasBrandColor": false,
772
- "hasColor": true,
773
- "hasCombine": true,
774
- "hasText": true,
775
- "hasTextCn": false
776
- },
777
- "title": "HuggingFace"
778
- }, {
779
- "color": "#0053e0",
780
- "desc": "https://hunyuan.tencent.com",
781
- "docsUrl": "hunyuan",
782
- "fullTitle": "Hunyuan (腾讯混元)",
783
- "group": "model",
784
- "id": "Hunyuan",
785
- "param": {
786
- "hasAvatar": true,
787
- "hasBrand": false,
788
- "hasBrandColor": false,
789
- "hasColor": true,
790
- "hasCombine": true,
791
- "hasText": true,
792
- "hasTextCn": false
793
- },
794
- "title": "Hunyuan"
795
- }, {
796
- "color": "#1B3882",
797
- "desc": "https://internlm.intern-ai.org.cn",
798
- "docsUrl": "intern-lm",
799
- "fullTitle": "InternLM",
800
- "group": "provider",
801
- "id": "InternLM",
802
- "param": {
803
- "hasAvatar": true,
804
- "hasBrand": false,
805
- "hasBrandColor": false,
806
- "hasColor": true,
807
- "hasCombine": true,
808
- "hasText": true,
809
- "hasTextCn": false
810
- },
811
- "title": "InternLM"
812
- }, {
813
- "color": "#000",
814
- "desc": "https://klingai.com",
815
- "docsUrl": "kling",
816
- "fullTitle": "Kling (可灵)",
817
- "group": "application",
818
- "id": "Kling",
819
- "param": {
820
- "hasAvatar": true,
821
- "hasBrand": false,
822
- "hasBrandColor": false,
823
- "hasColor": true,
824
- "hasCombine": true,
825
- "hasText": true,
826
- "hasTextCn": false
827
- },
828
- "title": "Kling"
829
- }, {
830
- "color": "#CB2D30",
831
- "colorGradient": "linear-gradient(-45deg, #CB2D30, #ED823A)",
832
- "desc": "https://github.com/haotian-liu/LLaVA",
833
- "docsUrl": "l-la-va",
834
- "fullTitle": "LLaVA",
835
- "group": "model",
836
- "id": "LLaVA",
837
- "param": {
838
- "hasAvatar": true,
839
- "hasBrand": false,
840
- "hasBrandColor": false,
841
- "hasColor": true,
842
- "hasCombine": true,
843
- "hasText": true,
844
- "hasTextCn": false
845
- },
846
- "title": "LLaVA"
847
- }, {
848
- "color": "#000",
849
- "desc": "https://langfuse.com",
850
- "docsUrl": "langfuse",
851
- "fullTitle": "Langfuse",
852
- "group": "application",
853
- "id": "Langfuse",
854
- "param": {
855
- "hasAvatar": true,
856
- "hasBrand": false,
857
- "hasBrandColor": false,
858
- "hasColor": true,
859
- "hasCombine": true,
860
- "hasText": true,
861
- "hasTextCn": false
862
- },
863
- "title": "Langfuse"
864
- }, {
865
- "color": "#4338CA",
866
- "colorGradient": "linear-gradient(135deg, #6C78EF, #4F14BE)",
867
- "desc": "https://lmstudio.ai",
868
- "docsUrl": "lm-studio",
869
- "fullTitle": "LM Studio",
870
- "group": "provider",
871
- "id": "LmStudio",
872
- "param": {
873
- "hasAvatar": true,
874
- "hasBrand": false,
875
- "hasBrandColor": false,
876
- "hasColor": false,
877
- "hasCombine": true,
878
- "hasText": true,
879
- "hasTextCn": false
880
- },
881
- "title": "LM Studio"
882
- }, {
883
- "color": "#fff",
884
- "desc": "https://lobehub.com",
885
- "docsUrl": "lobe-hub",
886
- "fullTitle": "LobeHub",
887
- "group": "provider",
888
- "id": "LobeHub",
889
- "param": {
890
- "hasAvatar": true,
891
- "hasBrand": false,
892
- "hasBrandColor": false,
893
- "hasColor": true,
894
- "hasCombine": true,
895
- "hasText": true,
896
- "hasTextCn": false
897
- },
898
- "title": "LobeHub"
899
- }, {
900
- "color": "#000",
901
- "desc": "https://lumalabs.ai",
902
- "docsUrl": "luma",
903
- "fullTitle": "Luma",
904
- "group": "application",
905
- "id": "Luma",
906
- "param": {
907
- "hasAvatar": true,
908
- "hasBrand": false,
909
- "hasBrandColor": false,
910
- "hasColor": true,
911
- "hasCombine": true,
912
- "hasText": true,
913
- "hasTextCn": false
914
- },
915
- "title": "Luma"
916
- }, {
917
- "color": "#fff",
918
- "desc": "https://magic.dev",
919
- "docsUrl": "magic",
920
- "fullTitle": "Magic",
921
- "group": "model",
922
- "id": "Magic",
923
- "param": {
924
- "hasAvatar": true,
925
- "hasBrand": false,
926
- "hasBrandColor": false,
927
- "hasColor": false,
928
- "hasCombine": true,
929
- "hasText": true,
930
- "hasTextCn": false
931
- },
932
- "title": "Magic"
933
- }, {
934
- "color": "#1d65c1",
935
- "colorGradient": "linear-gradient(45deg, #007FF8, #0668E1, #007FF8)",
936
- "desc": "https://llama.meta.com",
937
- "docsUrl": "meta",
938
- "fullTitle": "Meta",
939
- "group": "provider",
940
- "id": "Meta",
941
- "param": {
942
- "hasAvatar": true,
943
- "hasBrand": true,
944
- "hasBrandColor": true,
945
- "hasColor": true,
946
- "hasCombine": true,
947
- "hasText": true,
948
- "hasTextCn": false
949
- },
950
- "title": "Meta"
951
- }, {
952
- "color": "#fff",
953
- "desc": "https://midjourney.com",
954
- "docsUrl": "midjourney",
955
- "fullTitle": "Midjourney",
956
- "group": "application",
957
- "id": "Midjourney",
958
- "param": {
959
- "hasAvatar": true,
960
- "hasBrand": false,
961
- "hasBrandColor": false,
962
- "hasColor": false,
963
- "hasCombine": true,
964
- "hasText": true,
965
- "hasTextCn": false
966
- },
967
- "title": "Midjourney"
968
- }, {
969
- "color": "#F23F5D",
970
- "colorGradient": "linear-gradient(to right, #E2167E, #FE603C)",
971
- "desc": "https://api.minimax.chat",
972
- "docsUrl": "minimax",
973
- "fullTitle": "Minimax",
974
- "group": "model",
975
- "id": "Minimax",
976
- "param": {
977
- "hasAvatar": true,
978
- "hasBrand": false,
979
- "hasBrandColor": false,
980
- "hasColor": true,
981
- "hasCombine": true,
982
- "hasText": true,
983
- "hasTextCn": false
984
- },
985
- "title": "Minimax"
986
- }, {
987
- "color": "#fd6f00",
988
- "colorGradient": "linear-gradient(to bottom, #F7D046, #F2A73B, #EE792F, #EE792F, #EA3326",
989
- "desc": "https://mistral.ai",
990
- "docsUrl": "mistral",
991
- "fullTitle": "Mistral",
992
- "group": "model",
993
- "id": "Mistral",
994
- "param": {
995
- "hasAvatar": true,
996
- "hasBrand": false,
997
- "hasBrandColor": false,
998
- "hasColor": true,
999
- "hasCombine": true,
1000
- "hasText": true,
1001
- "hasTextCn": false
1002
- },
1003
- "title": "Mistral"
1004
- }, {
1005
- "color": "#16191E",
1006
- "desc": "https://moonshot.cn",
1007
- "docsUrl": "moonshot",
1008
- "fullTitle": "Moonshot (月之暗面)",
1009
- "group": "provider",
1010
- "id": "Moonshot",
1011
- "param": {
1012
- "hasAvatar": true,
1013
- "hasBrand": false,
1014
- "hasBrandColor": false,
1015
- "hasColor": false,
1016
- "hasCombine": true,
1017
- "hasText": true,
1018
- "hasTextCn": false
1019
- },
1020
- "title": "MoonshotAI"
1021
- }, {
1022
- "color": "#6847f5",
1023
- "colorGradient": "linear-gradient(-45deg, #A717FF, #2622FF)",
1024
- "desc": "https://novita.ai/",
1025
- "docsUrl": "novita",
1026
- "fullTitle": "Novita",
1027
- "group": "provider",
1028
- "id": "Novita",
1029
- "param": {
1030
- "hasAvatar": true,
1031
- "hasBrand": false,
1032
- "hasBrandColor": false,
1033
- "hasColor": true,
1034
- "hasCombine": true,
1035
- "hasText": true,
1036
- "hasTextCn": false
1037
- },
1038
- "title": "novita.ai"
1039
- }, {
1040
- "color": "#74B71B",
1041
- "desc": "https://www.nvidia.com/en-us/ai-on-rtx/chat-with-rtx-generative-ai/",
1042
- "docsUrl": "nvidia",
1043
- "fullTitle": "Nvidia (ChatWithRTX)",
1044
- "group": "application",
1045
- "id": "Nvidia",
1046
- "param": {
1047
- "hasAvatar": true,
1048
- "hasBrand": false,
1049
- "hasBrandColor": false,
1050
- "hasColor": true,
1051
- "hasCombine": true,
1052
- "hasText": true,
1053
- "hasTextCn": false
1054
- },
1055
- "title": "Nvidia"
1056
- }, {
1057
- "color": "#fff",
1058
- "desc": "https://ollama.ai",
1059
- "docsUrl": "ollama",
1060
- "fullTitle": "Ollama",
1061
- "group": "provider",
1062
- "id": "Ollama",
1063
- "param": {
1064
- "hasAvatar": true,
1065
- "hasBrand": false,
1066
- "hasBrandColor": false,
1067
- "hasColor": false,
1068
- "hasCombine": true,
1069
- "hasText": true,
1070
- "hasTextCn": false
1071
- },
1072
- "title": "Ollama"
1073
- }, {
1074
- "color": "#000",
1075
- "desc": "https://openai.com",
1076
- "docsUrl": "open-ai",
1077
- "fullTitle": "OpenAI (ChatGPT)",
1078
- "group": "provider",
1079
- "id": "OpenAI",
1080
- "param": {
1081
- "hasAvatar": true,
1082
- "hasBrand": false,
1083
- "hasBrandColor": false,
1084
- "hasColor": false,
1085
- "hasCombine": true,
1086
- "hasText": true,
1087
- "hasTextCn": false
1088
- },
1089
- "title": "OpenAI"
1090
- }, {
1091
- "color": "#4A7FE3",
1092
- "desc": "https://huggingface.co/openchat",
1093
- "docsUrl": "open-chat",
1094
- "fullTitle": "OpenChat",
1095
- "group": "model",
1096
- "id": "OpenChat",
1097
- "param": {
1098
- "hasAvatar": true,
1099
- "hasBrand": false,
1100
- "hasBrandColor": false,
1101
- "hasColor": true,
1102
- "hasCombine": true,
1103
- "hasText": true,
1104
- "hasTextCn": false
1105
- },
1106
- "title": "OpenChat"
1107
- }, {
1108
- "color": "#6566F1",
1109
- "desc": "https://openrouter.ai",
1110
- "docsUrl": "open-router",
1111
- "fullTitle": "OpenRouter",
1112
- "group": "provider",
1113
- "id": "OpenRouter",
1114
- "param": {
1115
- "hasAvatar": true,
1116
- "hasBrand": false,
1117
- "hasBrandColor": false,
1118
- "hasColor": false,
1119
- "hasCombine": true,
1120
- "hasText": true,
1121
- "hasTextCn": false
1122
- },
1123
- "title": "OpenRouter"
1124
- }, {
1125
- "color": "#FFF",
1126
- "desc": "https://ai.google/discover/palm2",
1127
- "docsUrl": "pa-lm",
1128
- "fullTitle": "PaLM (Google)",
1129
- "group": "model",
1130
- "id": "PaLM",
1131
- "param": {
1132
- "hasAvatar": true,
1133
- "hasBrand": false,
1134
- "hasBrandColor": false,
1135
- "hasColor": true,
1136
- "hasCombine": true,
1137
- "hasText": true,
1138
- "hasTextCn": false
1139
- },
1140
- "title": "PaLM"
1141
- }, {
1142
- "color": "#22B8CD",
1143
- "desc": "https://perplexity.ai",
1144
- "docsUrl": "perplexity",
1145
- "fullTitle": "Perplexity",
1146
- "group": "provider",
1147
- "id": "Perplexity",
1148
- "param": {
1149
- "hasAvatar": true,
1150
- "hasBrand": false,
1151
- "hasBrandColor": false,
1152
- "hasColor": true,
1153
- "hasCombine": true,
1154
- "hasText": true,
1155
- "hasTextCn": false
1156
- },
1157
- "title": "Perplexity"
1158
- }, {
1159
- "color": "#000",
1160
- "desc": "https://pollinations.ai",
1161
- "docsUrl": "pollinations",
1162
- "fullTitle": "Pollinations",
1163
- "group": "application",
1164
- "id": "Pollinations",
1165
- "param": {
1166
- "hasAvatar": true,
1167
- "hasBrand": false,
1168
- "hasBrandColor": false,
1169
- "hasColor": false,
1170
- "hasCombine": true,
1171
- "hasText": true,
1172
- "hasTextCn": false
1173
- },
1174
- "title": "Pollinations"
1175
- }, {
1176
- "color": "#1041F3",
1177
- "desc": "https://chatglm.cn",
1178
- "docsUrl": "qingyan",
1179
- "fullTitle": "Qingyan (智谱清言)",
1180
- "group": "application",
1181
- "id": "Qingyan",
1182
- "param": {
1183
- "hasAvatar": true,
1184
- "hasBrand": false,
1185
- "hasBrandColor": false,
1186
- "hasColor": true,
1187
- "hasCombine": true,
1188
- "hasText": true,
1189
- "hasTextCn": false
1190
- },
1191
- "title": "Qingyan"
1192
- }, {
1193
- "color": "#615ced",
1194
- "colorGradient": "linear-gradient(to right, #00055F, #6F69F7)",
1195
- "desc": "https://huggingface.co/Qwen",
1196
- "docsUrl": "qwen",
1197
- "fullTitle": "Qwen (千问)",
1198
- "group": "model",
1199
- "id": "Qwen",
1200
- "param": {
1201
- "hasAvatar": true,
1202
- "hasBrand": false,
1203
- "hasBrandColor": false,
1204
- "hasColor": true,
1205
- "hasCombine": true,
1206
- "hasText": true,
1207
- "hasTextCn": false
1208
- },
1209
- "title": "Qwen"
1210
- }, {
1211
- "color": "#EA2805",
1212
- "desc": "https://replicate.com",
1213
- "docsUrl": "replicate",
1214
- "fullTitle": "Replicate",
1215
- "group": "provider",
1216
- "id": "Replicate",
1217
- "param": {
1218
- "hasAvatar": true,
1219
- "hasBrand": true,
1220
- "hasBrandColor": false,
1221
- "hasColor": false,
1222
- "hasCombine": false,
1223
- "hasText": false,
1224
- "hasTextCn": false
1225
- },
1226
- "title": "Replicate"
1227
- }, {
1228
- "color": "#fff",
1229
- "desc": "https://runwayml.com",
1230
- "docsUrl": "runway",
1231
- "fullTitle": "Runway",
1232
- "group": "application",
1233
- "id": "Runway",
1234
- "param": {
1235
- "hasAvatar": true,
1236
- "hasBrand": false,
1237
- "hasBrandColor": false,
1238
- "hasColor": false,
1239
- "hasCombine": true,
1240
- "hasText": true,
1241
- "hasTextCn": false
1242
- },
1243
- "title": "Runway"
1244
- }, {
1245
- "color": "#3431C3",
1246
- "desc": "https://github.com/RWKV",
1247
- "docsUrl": "rwkv",
1248
- "fullTitle": "RWKV",
1249
- "group": "model",
1250
- "id": "Rwkv",
1251
- "param": {
1252
- "hasAvatar": true,
1253
- "hasBrand": false,
1254
- "hasBrandColor": false,
1255
- "hasColor": true,
1256
- "hasCombine": true,
1257
- "hasText": true,
1258
- "hasTextCn": false
1259
- },
1260
- "title": "RWKV"
1261
- }, {
1262
- "color": "#5B2AD8",
1263
- "desc": "https://platform.sensenova.cn",
1264
- "docsUrl": "sense-nova",
1265
- "fullTitle": "SenseNova",
1266
- "group": "provider",
1267
- "id": "SenseNova",
1268
- "param": {
1269
- "hasAvatar": true,
1270
- "hasBrand": true,
1271
- "hasBrandColor": true,
1272
- "hasColor": true,
1273
- "hasCombine": true,
1274
- "hasText": true,
1275
- "hasTextCn": false
1276
- },
1277
- "title": "SenseNova"
1278
- }, {
1279
- "color": "#7C3AED",
1280
- "desc": "https://siliconflow.cn/zh-cn/",
1281
- "docsUrl": "silicon-cloud",
1282
- "fullTitle": "SiliconCloud (SiliconFlow)",
1283
- "group": "provider",
1284
- "id": "SiliconCloud",
1285
- "param": {
1286
- "hasAvatar": true,
1287
- "hasBrand": false,
1288
- "hasBrandColor": false,
1289
- "hasColor": true,
1290
- "hasCombine": true,
1291
- "hasText": true,
1292
- "hasTextCn": false
1293
- },
1294
- "title": "SiliconCloud"
1295
- }, {
1296
- "color": "#0070f0",
1297
- "desc": "https://xinghuo.xfyun.cn",
1298
- "docsUrl": "spark",
1299
- "fullTitle": "Spark (讯飞星火)",
1300
- "group": "model",
1301
- "id": "Spark",
1302
- "param": {
1303
- "hasAvatar": true,
1304
- "hasBrand": false,
1305
- "hasBrandColor": false,
1306
- "hasColor": true,
1307
- "hasCombine": true,
1308
- "hasText": true,
1309
- "hasTextCn": false
1310
- },
1311
- "title": "Spark"
1312
- }, {
1313
- "color": "#330066",
1314
- "colorGradient": "linear-gradient(to bottom, #9D39FF, #A380FF)",
1315
- "desc": "https://deepmind.google/technologies/gemini",
1316
- "docsUrl": "stability",
1317
- "fullTitle": "Stability (StableDiffusion)",
1318
- "group": "provider",
1319
- "id": "Stability",
1320
- "param": {
1321
- "hasAvatar": true,
1322
- "hasBrand": true,
1323
- "hasBrandColor": true,
1324
- "hasColor": true,
1325
- "hasCombine": true,
1326
- "hasText": true,
1327
- "hasTextCn": false
1328
- },
1329
- "title": "Stability"
1330
- }, {
1331
- "color": "#005AFF",
1332
- "desc": "https://www.stepfun.com",
1333
- "docsUrl": "stepfun",
1334
- "fullTitle": "Stepfun (阶跃星辰)",
1335
- "group": "model",
1336
- "id": "Stepfun",
1337
- "param": {
1338
- "hasAvatar": true,
1339
- "hasBrand": false,
1340
- "hasBrandColor": false,
1341
- "hasColor": true,
1342
- "hasCombine": true,
1343
- "hasText": true,
1344
- "hasTextCn": false
1345
- },
1346
- "title": "Stepfun"
1347
- }, {
1348
- "color": "#000",
1349
- "desc": "https://app.suno.ai",
1350
- "docsUrl": "suno",
1351
- "fullTitle": "Suno",
1352
- "group": "application",
1353
- "id": "Suno",
1354
- "param": {
1355
- "hasAvatar": true,
1356
- "hasBrand": false,
1357
- "hasBrandColor": false,
1358
- "hasColor": false,
1359
- "hasCombine": true,
1360
- "hasText": true,
1361
- "hasTextCn": false
1362
- },
1363
- "title": "Suno"
1364
- }, {
1365
- "color": "#0052D9",
1366
- "desc": "https://tencent.com",
1367
- "docsUrl": "tencent",
1368
- "fullTitle": "Tencent",
1369
- "group": "provider",
1370
- "id": "Tencent",
1371
- "param": {
1372
- "hasAvatar": true,
1373
- "hasBrand": true,
1374
- "hasBrandColor": true,
1375
- "hasColor": true,
1376
- "hasCombine": false,
1377
- "hasText": true,
1378
- "hasTextCn": true
1379
- },
1380
- "title": "Tencent"
1381
- }, {
1382
- "color": "#0f6fff",
1383
- "desc": "https://www.together.ai",
1384
- "docsUrl": "together",
1385
- "fullTitle": "together.ai",
1386
- "group": "provider",
1387
- "id": "Together",
1388
- "param": {
1389
- "hasAvatar": true,
1390
- "hasBrand": true,
1391
- "hasBrandColor": true,
1392
- "hasColor": true,
1393
- "hasCombine": true,
1394
- "hasText": true,
1395
- "hasTextCn": false
1396
- },
1397
- "title": "together.ai"
1398
- }, {
1399
- "color": "#908AF9",
1400
- "colorGradient": "linear-gradient(to bottom, #AEBCFE, #805DFA)",
1401
- "desc": "https://www.upstage.ai",
1402
- "docsUrl": "upstage",
1403
- "fullTitle": "Upstage",
1404
- "group": "provider",
1405
- "id": "Upstage",
1406
- "param": {
1407
- "hasAvatar": true,
1408
- "hasBrand": false,
1409
- "hasBrandColor": false,
1410
- "hasColor": true,
1411
- "hasCombine": true,
1412
- "hasText": true,
1413
- "hasTextCn": false
1414
- },
1415
- "title": "Upsate"
1416
- }, {
1417
- "color": "#4285F4",
1418
- "desc": "https://cloud.google.com/generative-ai-studio",
1419
- "docsUrl": "vertex-ai",
1420
- "fullTitle": "VertexAI (Google)",
1421
- "group": "provider",
1422
- "id": "VertexAI",
1423
- "param": {
1424
- "hasAvatar": true,
1425
- "hasBrand": false,
1426
- "hasBrandColor": false,
1427
- "hasColor": true,
1428
- "hasCombine": true,
1429
- "hasText": true,
1430
- "hasTextCn": false
1431
- },
1432
- "title": "VertexAI"
1433
- }, {
1434
- "color": "#000",
1435
- "desc": "https://viggle.ai",
1436
- "docsUrl": "viggle",
1437
- "fullTitle": "Viggle",
1438
- "group": "application",
1439
- "id": "Viggle",
1440
- "param": {
1441
- "hasAvatar": true,
1442
- "hasBrand": false,
1443
- "hasBrandColor": false,
1444
- "hasColor": false,
1445
- "hasCombine": true,
1446
- "hasText": true,
1447
- "hasTextCn": false
1448
- },
1449
- "title": "Viggle"
1450
- }, {
1451
- "color": "#fff",
1452
- "desc": "https://github.com/vllm-project",
1453
- "docsUrl": "vllm",
1454
- "fullTitle": "vLLM",
1455
- "group": "provider",
1456
- "id": "Vllm",
1457
- "param": {
1458
- "hasAvatar": true,
1459
- "hasBrand": false,
1460
- "hasBrandColor": false,
1461
- "hasColor": true,
1462
- "hasCombine": true,
1463
- "hasText": true,
1464
- "hasTextCn": false
1465
- },
1466
- "title": "vLLM"
1467
- }, {
1468
- "color": "#167ADF",
1469
- "colorGradient": "linear-gradient(to right, #0A51C3, #23A4FB)",
1470
- "desc": "https://yiyan.baidu.com",
1471
- "docsUrl": "wenxin",
1472
- "fullTitle": "Wenxin (文心)",
1473
- "group": "model",
1474
- "id": "Wenxin",
1475
- "param": {
1476
- "hasAvatar": true,
1477
- "hasBrand": false,
1478
- "hasBrandColor": false,
1479
- "hasColor": true,
1480
- "hasCombine": true,
1481
- "hasText": true,
1482
- "hasTextCn": false
1483
- },
1484
- "title": "Wenxin"
1485
- }, {
1486
- "color": "#F38020",
1487
- "desc": "https://developers.cloudflare.com/workers-ai",
1488
- "docsUrl": "workers-ai",
1489
- "fullTitle": "WorkersAI (Cloudflare)",
1490
- "group": "provider",
1491
- "id": "WorkersAI",
1492
- "param": {
1493
- "hasAvatar": true,
1494
- "hasBrand": false,
1495
- "hasBrandColor": false,
1496
- "hasColor": true,
1497
- "hasCombine": true,
1498
- "hasText": true,
1499
- "hasTextCn": false
1500
- },
1501
- "title": "WorkersAI"
1502
- }, {
1503
- "color": "#fff",
1504
- "desc": "https://x.ai",
1505
- "docsUrl": "xai",
1506
- "fullTitle": "xAI",
1507
- "group": "provider",
1508
- "id": "XAI",
1509
- "param": {
1510
- "hasAvatar": true,
1511
- "hasBrand": false,
1512
- "hasBrandColor": false,
1513
- "hasColor": false,
1514
- "hasCombine": true,
1515
- "hasText": true,
1516
- "hasTextCn": false
1517
- },
1518
- "title": "Grok"
1519
- }, {
1520
- "color": "#003425",
1521
- "desc": "https://github.com/01-ai/Yi",
1522
- "docsUrl": "yi",
1523
- "fullTitle": "Yi (零一万物)",
1524
- "group": "model",
1525
- "id": "Yi",
1526
- "param": {
1527
- "hasAvatar": true,
1528
- "hasBrand": false,
1529
- "hasBrandColor": false,
1530
- "hasColor": true,
1531
- "hasCombine": true,
1532
- "hasText": true,
1533
- "hasTextCn": false
1534
- },
1535
- "title": "Yi"
1536
- }, {
1537
- "color": "#6300FF",
1538
- "desc": "https://zeabur.com",
1539
- "docsUrl": "zeabur",
1540
- "fullTitle": "Zeabur",
1541
- "group": "application",
1542
- "id": "Zeabur",
1543
- "param": {
1544
- "hasAvatar": true,
1545
- "hasBrand": false,
1546
- "hasBrandColor": false,
1547
- "hasColor": true,
1548
- "hasCombine": true,
1549
- "hasText": true,
1550
- "hasTextCn": false
1551
- },
1552
- "title": "Zeabur"
1553
- }, {
1554
- "color": "#003425",
1555
- "desc": "https://www.lingyiwanwu.com/",
1556
- "docsUrl": "zero-one",
1557
- "fullTitle": "01.AI (零一万物)",
1558
- "group": "provider",
1559
- "id": "ZeroOne",
1560
- "param": {
1561
- "hasAvatar": true,
1562
- "hasBrand": false,
1563
- "hasBrandColor": false,
1564
- "hasColor": false,
1565
- "hasCombine": true,
1566
- "hasText": true,
1567
- "hasTextCn": false
1568
- },
1569
- "title": "01.AI"
1570
- }, {
1571
- "color": "#3859FF",
1572
- "desc": "https://zhipuai.cn",
1573
- "docsUrl": "zhipu",
1574
- "fullTitle": "Zhipu (智谱)",
1575
- "group": "provider",
1576
- "id": "Zhipu",
1577
- "param": {
1578
- "hasAvatar": true,
1579
- "hasBrand": false,
1580
- "hasBrandColor": false,
1581
- "hasColor": true,
1582
- "hasCombine": true,
1583
- "hasText": true,
1584
- "hasTextCn": false
1585
- },
1586
- "title": "Zhipu"
2
+ color: '#EB1000',
3
+ desc: 'https://adobe.com',
4
+ docsUrl: 'adobe',
5
+ fullTitle: 'Adobe',
6
+ group: 'application',
7
+ id: 'Adobe',
8
+ param: {
9
+ hasAvatar: true,
10
+ hasBrand: false,
11
+ hasBrandColor: false,
12
+ hasColor: true,
13
+ hasCombine: true,
14
+ hasText: true,
15
+ hasTextCn: false
16
+ },
17
+ title: 'Adobe'
18
+ }, {
19
+ color: '#EB1000',
20
+ desc: 'https://firefly.adobe.com',
21
+ docsUrl: 'adobe-firefly',
22
+ fullTitle: 'Firefly (Adobe)',
23
+ group: 'application',
24
+ id: 'AdobeFirefly',
25
+ param: {
26
+ hasAvatar: true,
27
+ hasBrand: false,
28
+ hasBrandColor: false,
29
+ hasColor: true,
30
+ hasCombine: true,
31
+ hasText: true,
32
+ hasTextCn: false
33
+ },
34
+ title: 'AdobeFirefly'
35
+ }, {
36
+ color: '#E91E63',
37
+ colorGradient: 'linear-gradient(-45deg, #F68CB2, #E91E63)',
38
+ desc: 'https://huggingface.co/ai21labs',
39
+ docsUrl: 'ai21',
40
+ fullTitle: 'Ai21Labs (Jamba)',
41
+ group: 'model',
42
+ id: 'Ai21',
43
+ param: {
44
+ hasAvatar: true,
45
+ hasBrand: true,
46
+ hasBrandColor: true,
47
+ hasColor: false,
48
+ hasCombine: true,
49
+ hasText: true,
50
+ hasTextCn: false
51
+ },
52
+ title: 'AI21'
53
+ }, {
54
+ color: '#006ffb',
55
+ colorGradient: 'linear-gradient(to bottom, #12B7FA, #006ffb)',
56
+ desc: 'https://ai.360.com/',
57
+ docsUrl: 'ai360',
58
+ fullTitle: 'Ai360 (360智脑)',
59
+ group: 'provider',
60
+ id: 'Ai360',
61
+ param: {
62
+ hasAvatar: true,
63
+ hasBrand: false,
64
+ hasBrandColor: false,
65
+ hasColor: true,
66
+ hasCombine: true,
67
+ hasText: true,
68
+ hasTextCn: false
69
+ },
70
+ title: 'AI360'
71
+ }, {
72
+ color: '#fff',
73
+ desc: 'https://ai-maas.wair.ac.cn',
74
+ docsUrl: 'ai-mass',
75
+ fullTitle: 'AiMass (紫东太初)',
76
+ group: 'provider',
77
+ id: 'AiMass',
78
+ param: {
79
+ hasAvatar: true,
80
+ hasBrand: false,
81
+ hasBrandColor: false,
82
+ hasColor: true,
83
+ hasCombine: true,
84
+ hasText: true,
85
+ hasTextCn: false
86
+ },
87
+ title: 'AiMass'
88
+ }, {
89
+ color: '#FF6003',
90
+ desc: 'https://alibaba.com',
91
+ docsUrl: 'alibaba',
92
+ fullTitle: 'Alibaba',
93
+ group: 'provider',
94
+ id: 'Alibaba',
95
+ param: {
96
+ hasAvatar: true,
97
+ hasBrand: true,
98
+ hasBrandColor: true,
99
+ hasColor: true,
100
+ hasCombine: false,
101
+ hasText: true,
102
+ hasTextCn: true
103
+ },
104
+ title: 'Alibaba'
105
+ }, {
106
+ color: '#1677ff',
107
+ desc: 'https://antgroup.com',
108
+ docsUrl: 'ant-group',
109
+ fullTitle: 'AntGroup',
110
+ group: 'provider',
111
+ id: 'AntGroup',
112
+ param: {
113
+ hasAvatar: true,
114
+ hasBrand: true,
115
+ hasBrandColor: true,
116
+ hasColor: true,
117
+ hasCombine: false,
118
+ hasText: true,
119
+ hasTextCn: true
120
+ },
121
+ title: 'AntGroup'
122
+ }, {
123
+ color: '#F1F0E8',
124
+ desc: 'https://anthropic.com',
125
+ docsUrl: 'anthropic',
126
+ fullTitle: 'Anthropic',
127
+ group: 'provider',
128
+ id: 'Anthropic',
129
+ param: {
130
+ hasAvatar: true,
131
+ hasBrand: false,
132
+ hasBrandColor: false,
133
+ hasColor: false,
134
+ hasCombine: false,
135
+ hasText: true,
136
+ hasTextCn: false
137
+ },
138
+ title: 'Anthropic'
139
+ }, {
140
+ color: '#E00054',
141
+ desc: 'https://github.com/AUTOMATIC1111/stable-diffusion-webui',
142
+ docsUrl: 'automatic',
143
+ fullTitle: 'Automatic1111 (SD Webui)',
144
+ group: 'application',
145
+ id: 'Automatic',
146
+ param: {
147
+ hasAvatar: true,
148
+ hasBrand: false,
149
+ hasBrandColor: false,
150
+ hasColor: true,
151
+ hasCombine: true,
152
+ hasText: true,
153
+ hasTextCn: false
154
+ },
155
+ title: 'Automatic'
156
+ }, {
157
+ color: '#222F3E',
158
+ desc: 'https://aws.amazon.com',
159
+ docsUrl: 'aws',
160
+ fullTitle: 'AWS',
161
+ group: 'provider',
162
+ id: 'Aws',
163
+ param: {
164
+ hasAvatar: true,
165
+ hasBrand: true,
166
+ hasBrandColor: true,
167
+ hasColor: true,
168
+ hasCombine: true,
169
+ hasText: true,
170
+ hasTextCn: false
171
+ },
172
+ title: 'AWS'
173
+ }, {
174
+ color: '#416FDC',
175
+ desc: 'https://cohere.com/research/aya',
176
+ docsUrl: 'aya',
177
+ fullTitle: 'Aya (Cohere)',
178
+ group: 'model',
179
+ id: 'Aya',
180
+ param: {
181
+ hasAvatar: true,
182
+ hasBrand: false,
183
+ hasBrandColor: false,
184
+ hasColor: true,
185
+ hasCombine: true,
186
+ hasText: true,
187
+ hasTextCn: false
188
+ },
189
+ title: 'Aya'
190
+ }, {
191
+ color: '#00A4EF',
192
+ desc: 'https://azure.microsoft.com',
193
+ docsUrl: 'azure',
194
+ fullTitle: 'Microsoft (Azure)',
195
+ group: 'provider',
196
+ id: 'Azure',
197
+ param: {
198
+ hasAvatar: true,
199
+ hasBrand: false,
200
+ hasBrandColor: false,
201
+ hasColor: true,
202
+ hasCombine: true,
203
+ hasText: true,
204
+ hasTextCn: false
205
+ },
206
+ title: 'Azure'
207
+ }, {
208
+ color: '#FF6933',
209
+ colorGradient: 'linear-gradient(-45deg, #FF6933, #FEC13E)',
210
+ desc: 'https://baichuan-ai.com',
211
+ docsUrl: 'baichuan',
212
+ fullTitle: 'Baichuan (百川)',
213
+ group: 'model',
214
+ id: 'Baichuan',
215
+ param: {
216
+ hasAvatar: true,
217
+ hasBrand: false,
218
+ hasBrandColor: false,
219
+ hasColor: true,
220
+ hasCombine: true,
221
+ hasText: true,
222
+ hasTextCn: false
223
+ },
224
+ title: 'Baichuan'
225
+ }, {
226
+ color: '#2932E1',
227
+ desc: 'https://baidu.com',
228
+ docsUrl: 'baidu',
229
+ fullTitle: 'Baidu',
230
+ group: 'provider',
231
+ id: 'Baidu',
232
+ param: {
233
+ hasAvatar: true,
234
+ hasBrand: true,
235
+ hasBrandColor: true,
236
+ hasColor: true,
237
+ hasCombine: false,
238
+ hasText: true,
239
+ hasTextCn: true
240
+ },
241
+ title: 'Baidu'
242
+ }, {
243
+ color: '#2468f2',
244
+ desc: 'https://cloud.baidu.com',
245
+ docsUrl: 'baidu-cloud',
246
+ fullTitle: 'BaiduCloud (百度智能云)',
247
+ group: 'provider',
248
+ id: 'BaiduCloud',
249
+ param: {
250
+ hasAvatar: true,
251
+ hasBrand: false,
252
+ hasBrandColor: false,
253
+ hasColor: true,
254
+ hasCombine: true,
255
+ hasText: true,
256
+ hasTextCn: false
257
+ },
258
+ title: 'BaiduCloud'
259
+ }, {
260
+ color: '#222F3E',
261
+ colorGradient: 'linear-gradient(45deg, #9AD8F8, #3D8FFF, #6350FB)',
262
+ desc: 'https://aws.amazon.com/bedrock',
263
+ docsUrl: 'bedrock',
264
+ fullTitle: 'Bedrock (AWS)',
265
+ group: 'provider',
266
+ id: 'Bedrock',
267
+ param: {
268
+ hasAvatar: true,
269
+ hasBrand: false,
270
+ hasBrandColor: false,
271
+ hasColor: true,
272
+ hasCombine: true,
273
+ hasText: true,
274
+ hasTextCn: false
275
+ },
276
+ title: 'Bedrock'
277
+ }, {
278
+ color: '#174ae4',
279
+ colorGradient: 'linear-gradient(130deg, #2870EA 20%, #1B4AEF 77.5%)',
280
+ desc: 'https://bing.com',
281
+ docsUrl: 'bing',
282
+ fullTitle: 'Microsoft Bing',
283
+ group: 'application',
284
+ id: 'Bing',
285
+ param: {
286
+ hasAvatar: true,
287
+ hasBrand: false,
288
+ hasBrandColor: false,
289
+ hasColor: true,
290
+ hasCombine: true,
291
+ hasText: true,
292
+ hasTextCn: false
293
+ },
294
+ title: 'Bing'
295
+ }, {
296
+ color: '#325AB4',
297
+ desc: 'https://bytedance.com',
298
+ docsUrl: 'byte-dance',
299
+ fullTitle: 'ByteDance',
300
+ group: 'provider',
301
+ id: 'ByteDance',
302
+ param: {
303
+ hasAvatar: true,
304
+ hasBrand: true,
305
+ hasBrandColor: true,
306
+ hasColor: true,
307
+ hasCombine: false,
308
+ hasText: true,
309
+ hasTextCn: true
310
+ },
311
+ title: 'ByteDance'
312
+ }, {
313
+ color: '#4268FA',
314
+ colorGradient: 'linear-gradient(-45deg, #3485FF, #504AF4)',
315
+ desc: 'https://github.com/THUDM/ChatGLM-6B',
316
+ docsUrl: 'chat-glm',
317
+ fullTitle: 'ChatGLM (智谱)',
318
+ group: 'model',
319
+ id: 'ChatGLM',
320
+ param: {
321
+ hasAvatar: true,
322
+ hasBrand: false,
323
+ hasBrandColor: false,
324
+ hasColor: true,
325
+ hasCombine: true,
326
+ hasText: true,
327
+ hasTextCn: false
328
+ },
329
+ title: 'ChatGLM'
330
+ }, {
331
+ color: '#D97757',
332
+ desc: 'https://claude.ai',
333
+ docsUrl: 'claude',
334
+ fullTitle: 'Claude',
335
+ group: 'model',
336
+ id: 'Claude',
337
+ param: {
338
+ hasAvatar: true,
339
+ hasBrand: false,
340
+ hasBrandColor: false,
341
+ hasColor: true,
342
+ hasCombine: true,
343
+ hasText: true,
344
+ hasTextCn: false
345
+ },
346
+ title: 'Claude'
347
+ }, {
348
+ color: '#F38020',
349
+ desc: 'https://cloudflare.com',
350
+ docsUrl: 'cloudflare',
351
+ fullTitle: 'Cloudflare',
352
+ group: 'provider',
353
+ id: 'Cloudflare',
354
+ param: {
355
+ hasAvatar: true,
356
+ hasBrand: false,
357
+ hasBrandColor: false,
358
+ hasColor: true,
359
+ hasCombine: true,
360
+ hasText: true,
361
+ hasTextCn: false
362
+ },
363
+ title: 'Cloudflare'
364
+ }, {
365
+ color: '#00e7e7',
366
+ colorGradient: 'linear-gradient(to right, #00E7E7, #00BFFF)',
367
+ desc: 'https://codegeex.cn/',
368
+ docsUrl: 'code-gee-x',
369
+ fullTitle: 'CodeGeeX',
370
+ group: 'model',
371
+ id: 'CodeGeeX',
372
+ param: {
373
+ hasAvatar: true,
374
+ hasBrand: false,
375
+ hasBrandColor: false,
376
+ hasColor: true,
377
+ hasCombine: true,
378
+ hasText: true,
379
+ hasTextCn: false
380
+ },
381
+ title: 'CodeGeeX'
382
+ }, {
383
+ color: '#000',
384
+ desc: 'https://github.com/THUDM/CogVideo',
385
+ docsUrl: 'cog-video',
386
+ fullTitle: 'CogVideo',
387
+ group: 'model',
388
+ id: 'CogVideo',
389
+ param: {
390
+ hasAvatar: true,
391
+ hasBrand: false,
392
+ hasBrandColor: false,
393
+ hasColor: true,
394
+ hasCombine: true,
395
+ hasText: true,
396
+ hasTextCn: false
397
+ },
398
+ title: 'CogVideo'
399
+ }, {
400
+ color: '#000',
401
+ desc: 'https://github.com/THUDM/CogView3',
402
+ docsUrl: 'cog-view',
403
+ fullTitle: 'CogView',
404
+ group: 'model',
405
+ id: 'CogView',
406
+ param: {
407
+ hasAvatar: true,
408
+ hasBrand: false,
409
+ hasBrandColor: false,
410
+ hasColor: true,
411
+ hasCombine: true,
412
+ hasText: true,
413
+ hasTextCn: false
414
+ },
415
+ title: 'CogView'
416
+ }, {
417
+ color: '#39594D',
418
+ desc: 'https://cohere.com',
419
+ docsUrl: 'cohere',
420
+ fullTitle: 'Cohere (Command)',
421
+ group: 'provider',
422
+ id: 'Cohere',
423
+ param: {
424
+ hasAvatar: true,
425
+ hasBrand: false,
426
+ hasBrandColor: false,
427
+ hasColor: true,
428
+ hasCombine: true,
429
+ hasText: true,
430
+ hasTextCn: false
431
+ },
432
+ title: 'Cohere'
433
+ }, {
434
+ color: '#F9AB00',
435
+ desc: 'https://colab.research.google.com/',
436
+ docsUrl: 'colab',
437
+ fullTitle: 'Google (Colab)',
438
+ group: 'application',
439
+ id: 'Colab',
440
+ param: {
441
+ hasAvatar: true,
442
+ hasBrand: false,
443
+ hasBrandColor: false,
444
+ hasColor: true,
445
+ hasCombine: true,
446
+ hasText: true,
447
+ hasTextCn: false
448
+ },
449
+ title: 'Colab'
450
+ }, {
451
+ color: '#000',
452
+ colorGradient: 'linear-gradient(135deg, #0CD7FE, #03ACFF, #0272E1)',
453
+ desc: 'https://www.comfy.org',
454
+ docsUrl: 'comfy-ui',
455
+ fullTitle: 'ComfyUI',
456
+ group: 'application',
457
+ id: 'ComfyUI',
458
+ param: {
459
+ hasAvatar: true,
460
+ hasBrand: false,
461
+ hasBrandColor: false,
462
+ hasColor: true,
463
+ hasCombine: true,
464
+ hasText: true,
465
+ hasTextCn: false
466
+ },
467
+ title: 'ComfyUI'
468
+ }, {
469
+ color: '#fff',
470
+ desc: 'https://copilot.microsoft.com',
471
+ docsUrl: 'copilot',
472
+ fullTitle: 'Microsoft Copilot',
473
+ group: 'application',
474
+ id: 'Copilot',
475
+ param: {
476
+ hasAvatar: true,
477
+ hasBrand: false,
478
+ hasBrandColor: false,
479
+ hasColor: true,
480
+ hasCombine: true,
481
+ hasText: true,
482
+ hasTextCn: false
483
+ },
484
+ title: 'Copilot'
485
+ }, {
486
+ color: '#000',
487
+ colorGradient: 'conic-gradient(from 180deg, #FFFF67, #43FFFF, #50DA4C, #FF6E3D, #3C46FF)',
488
+ desc: 'https://openai.com/dall-e-3',
489
+ docsUrl: 'dalle',
490
+ fullTitle: 'DALL·E (OpenAI)',
491
+ group: 'model',
492
+ id: 'Dalle',
493
+ param: {
494
+ hasAvatar: true,
495
+ hasBrand: false,
496
+ hasBrandColor: false,
497
+ hasColor: true,
498
+ hasCombine: true,
499
+ hasText: true,
500
+ hasTextCn: false
501
+ },
502
+ title: 'DALL-E'
503
+ }, {
504
+ color: '#EE3D2C',
505
+ desc: 'https://www.databricks.com',
506
+ docsUrl: 'dbrx',
507
+ fullTitle: 'DBRX (Databricks)',
508
+ group: 'model',
509
+ id: 'Dbrx',
510
+ param: {
511
+ hasAvatar: true,
512
+ hasBrand: true,
513
+ hasBrandColor: true,
514
+ hasColor: true,
515
+ hasCombine: true,
516
+ hasText: true,
517
+ hasTextCn: false
518
+ },
519
+ title: 'DBRX'
520
+ }, {
521
+ color: '#4285F4',
522
+ desc: 'https://deepmind.google',
523
+ docsUrl: 'deep-mind',
524
+ fullTitle: 'DeepMind (Google)',
525
+ group: 'provider',
526
+ id: 'DeepMind',
527
+ param: {
528
+ hasAvatar: true,
529
+ hasBrand: false,
530
+ hasBrandColor: false,
531
+ hasColor: true,
532
+ hasCombine: true,
533
+ hasText: true,
534
+ hasTextCn: false
535
+ },
536
+ title: 'DeepMind'
537
+ }, {
538
+ color: '#4D6BFE',
539
+ desc: 'https://www.deepseek.com',
540
+ docsUrl: 'deep-seek',
541
+ fullTitle: 'DeepSeek',
542
+ group: 'model',
543
+ id: 'DeepSeek',
544
+ param: {
545
+ hasAvatar: true,
546
+ hasBrand: false,
547
+ hasBrandColor: false,
548
+ hasColor: true,
549
+ hasCombine: true,
550
+ hasText: true,
551
+ hasTextCn: false
552
+ },
553
+ title: 'DeepSeek'
554
+ }, {
555
+ color: '#FFF',
556
+ desc: 'https://team.doubao.com',
557
+ docsUrl: 'doubao',
558
+ fullTitle: 'Doubao (豆包)',
559
+ group: 'model',
560
+ id: 'Doubao',
561
+ param: {
562
+ hasAvatar: true,
563
+ hasBrand: false,
564
+ hasBrandColor: false,
565
+ hasColor: true,
566
+ hasCombine: true,
567
+ hasText: true,
568
+ hasTextCn: false
569
+ },
570
+ title: 'Doubao'
571
+ }, {
572
+ color: '#000',
573
+ colorGradient: 'linear-gradient(to bottom, #952C78, #050003)',
574
+ desc: 'https://fireworks.ai',
575
+ docsUrl: 'fireworks',
576
+ fullTitle: 'Fireworks',
577
+ group: 'provider',
578
+ id: 'Fireworks',
579
+ param: {
580
+ hasAvatar: true,
581
+ hasBrand: false,
582
+ hasBrandColor: false,
583
+ hasColor: false,
584
+ hasCombine: true,
585
+ hasText: true,
586
+ hasTextCn: false
587
+ },
588
+ title: 'Fireworks'
589
+ }, {
590
+ color: '#fff',
591
+ desc: 'https://github.com/fishaudio',
592
+ docsUrl: 'fish-audio',
593
+ fullTitle: 'FishAudio (Bert)',
594
+ group: 'model',
595
+ id: 'FishAudio',
596
+ param: {
597
+ hasAvatar: true,
598
+ hasBrand: false,
599
+ hasBrandColor: false,
600
+ hasColor: false,
601
+ hasCombine: true,
602
+ hasText: true,
603
+ hasTextCn: false
604
+ },
605
+ title: 'FishAudio'
606
+ }, {
607
+ color: '#fff',
608
+ desc: 'https://blackforestlabs.ai/#get-flux',
609
+ docsUrl: 'flux',
610
+ fullTitle: 'Flux (black forest labs)',
611
+ group: 'model',
612
+ id: 'Flux',
613
+ param: {
614
+ hasAvatar: true,
615
+ hasBrand: false,
616
+ hasBrandColor: false,
617
+ hasColor: false,
618
+ hasCombine: true,
619
+ hasText: true,
620
+ hasTextCn: false
621
+ },
622
+ title: 'Flux'
623
+ }, {
624
+ color: '#1C69FF',
625
+ colorGradient: 'linear-gradient(45deg, #1C69FF 40%, #F0DCD6 100%)',
626
+ desc: 'https://deepmind.google/technologies/gemini',
627
+ docsUrl: 'gemini',
628
+ fullTitle: 'Gemini (Google)',
629
+ group: 'model',
630
+ id: 'Gemini',
631
+ param: {
632
+ hasAvatar: true,
633
+ hasBrand: true,
634
+ hasBrandColor: true,
635
+ hasColor: true,
636
+ hasCombine: true,
637
+ hasText: true,
638
+ hasTextCn: false
639
+ },
640
+ title: 'Gemini'
641
+ }, {
642
+ color: '#2E96FF',
643
+ colorGradient: 'linear-gradient(45deg, #446EFF 14%, #2E96FF 40%, #B1C5FF 73%)',
644
+ desc: 'https://ai.google.dev/gemma',
645
+ docsUrl: 'gemma',
646
+ fullTitle: 'Gemma (Google)',
647
+ group: 'model',
648
+ id: 'Gemma',
649
+ param: {
650
+ hasAvatar: true,
651
+ hasBrand: false,
652
+ hasBrandColor: false,
653
+ hasColor: true,
654
+ hasCombine: true,
655
+ hasText: true,
656
+ hasTextCn: false
657
+ },
658
+ title: 'Gemma'
659
+ }, {
660
+ color: '#000',
661
+ desc: 'https://ai-assets.gitee.com/',
662
+ docsUrl: 'gitee-ai',
663
+ fullTitle: 'GiteeAI',
664
+ group: 'provider',
665
+ id: 'GiteeAI',
666
+ param: {
667
+ hasAvatar: true,
668
+ hasBrand: false,
669
+ hasBrandColor: false,
670
+ hasColor: false,
671
+ hasCombine: true,
672
+ hasText: true,
673
+ hasTextCn: false
674
+ },
675
+ title: 'GiteeAI'
676
+ }, {
677
+ color: '#000',
678
+ desc: 'https://github.com',
679
+ docsUrl: 'github',
680
+ fullTitle: 'Github',
681
+ group: 'provider',
682
+ id: 'Github',
683
+ param: {
684
+ hasAvatar: true,
685
+ hasBrand: false,
686
+ hasBrandColor: false,
687
+ hasColor: false,
688
+ hasCombine: true,
689
+ hasText: true,
690
+ hasTextCn: false
691
+ },
692
+ title: 'Github'
693
+ }, {
694
+ color: '#000',
695
+ desc: 'https://github.com/features/copilot',
696
+ docsUrl: 'github-copilot',
697
+ fullTitle: 'Github Copilot',
698
+ group: 'application',
699
+ id: 'GithubCopilot',
700
+ param: {
701
+ hasAvatar: true,
702
+ hasBrand: false,
703
+ hasBrandColor: false,
704
+ hasColor: false,
705
+ hasCombine: true,
706
+ hasText: true,
707
+ hasTextCn: false
708
+ },
709
+ title: 'GithubCopilot'
710
+ }, {
711
+ color: '#fff',
712
+ desc: 'https://google.com',
713
+ docsUrl: 'google',
714
+ fullTitle: 'Google',
715
+ group: 'provider',
716
+ id: 'Google',
717
+ param: {
718
+ hasAvatar: true,
719
+ hasBrand: true,
720
+ hasBrandColor: true,
721
+ hasColor: true,
722
+ hasCombine: false,
723
+ hasText: false,
724
+ hasTextCn: false
725
+ },
726
+ title: 'Google'
727
+ }, {
728
+ color: '#fff',
729
+ desc: 'https://grok.x.ai',
730
+ docsUrl: 'grok',
731
+ fullTitle: 'Grok (xAI)',
732
+ group: 'model',
733
+ id: 'Grok',
734
+ param: {
735
+ hasAvatar: true,
736
+ hasBrand: false,
737
+ hasBrandColor: false,
738
+ hasColor: false,
739
+ hasCombine: true,
740
+ hasText: true,
741
+ hasTextCn: false
742
+ },
743
+ title: 'Grok'
744
+ }, {
745
+ color: '#F55036',
746
+ desc: 'https://wow.groq.com',
747
+ docsUrl: 'groq',
748
+ fullTitle: 'Groq',
749
+ group: 'provider',
750
+ id: 'Groq',
751
+ param: {
752
+ hasAvatar: true,
753
+ hasBrand: false,
754
+ hasBrandColor: false,
755
+ hasColor: false,
756
+ hasCombine: true,
757
+ hasText: true,
758
+ hasTextCn: false
759
+ },
760
+ title: 'Groq'
761
+ }, {
762
+ color: '#fff',
763
+ colorGradient: 'linear-gradient(135deg, #FFAB0C, #FF5538, #E9405D, #D266DA, #D584EF)',
764
+ desc: 'https://hailuoai.video',
765
+ docsUrl: 'hailuo',
766
+ fullTitle: 'Hailuo (海螺)',
767
+ group: 'application',
768
+ id: 'Hailuo',
769
+ param: {
770
+ hasAvatar: true,
771
+ hasBrand: false,
772
+ hasBrandColor: false,
773
+ hasColor: true,
774
+ hasCombine: true,
775
+ hasText: true,
776
+ hasTextCn: false
777
+ },
778
+ title: 'Hailuo'
779
+ }, {
780
+ color: '#3E5CF4',
781
+ colorGradient: 'linear-gradient(to bottom, #0418FF, #1E8CFE)',
782
+ desc: 'https://higress.cn/',
783
+ docsUrl: 'higress',
784
+ fullTitle: 'Higress',
785
+ group: 'provider',
786
+ id: 'Higress',
787
+ param: {
788
+ hasAvatar: true,
789
+ hasBrand: false,
790
+ hasBrandColor: false,
791
+ hasColor: true,
792
+ hasCombine: true,
793
+ hasText: true,
794
+ hasTextCn: false
795
+ },
796
+ title: 'Higress'
797
+ }, {
798
+ color: '#fff',
799
+ desc: 'https://huggingface.co',
800
+ docsUrl: 'hugging-face',
801
+ fullTitle: 'HuggingFace',
802
+ group: 'provider',
803
+ id: 'HuggingFace',
804
+ param: {
805
+ hasAvatar: true,
806
+ hasBrand: false,
807
+ hasBrandColor: false,
808
+ hasColor: true,
809
+ hasCombine: true,
810
+ hasText: true,
811
+ hasTextCn: false
812
+ },
813
+ title: 'HuggingFace'
814
+ }, {
815
+ color: '#0053e0',
816
+ desc: 'https://hunyuan.tencent.com',
817
+ docsUrl: 'hunyuan',
818
+ fullTitle: 'Hunyuan (腾讯混元)',
819
+ group: 'model',
820
+ id: 'Hunyuan',
821
+ param: {
822
+ hasAvatar: true,
823
+ hasBrand: false,
824
+ hasBrandColor: false,
825
+ hasColor: true,
826
+ hasCombine: true,
827
+ hasText: true,
828
+ hasTextCn: false
829
+ },
830
+ title: 'Hunyuan'
831
+ }, {
832
+ color: '#1B3882',
833
+ desc: 'https://internlm.intern-ai.org.cn',
834
+ docsUrl: 'intern-lm',
835
+ fullTitle: 'InternLM',
836
+ group: 'provider',
837
+ id: 'InternLM',
838
+ param: {
839
+ hasAvatar: true,
840
+ hasBrand: false,
841
+ hasBrandColor: false,
842
+ hasColor: true,
843
+ hasCombine: true,
844
+ hasText: true,
845
+ hasTextCn: false
846
+ },
847
+ title: 'InternLM'
848
+ }, {
849
+ color: '#000',
850
+ colorGradient: 'linear-gradient(45deg, #FFF959, #0DF35E, #0BF2F9, #04A6F0)',
851
+ desc: 'https://klingai.com',
852
+ docsUrl: 'kling',
853
+ fullTitle: 'Kling (可灵)',
854
+ group: 'application',
855
+ id: 'Kling',
856
+ param: {
857
+ hasAvatar: true,
858
+ hasBrand: false,
859
+ hasBrandColor: false,
860
+ hasColor: true,
861
+ hasCombine: true,
862
+ hasText: true,
863
+ hasTextCn: false
864
+ },
865
+ title: 'Kling'
866
+ }, {
867
+ color: '#CB2D30',
868
+ colorGradient: 'linear-gradient(-45deg, #CB2D30, #ED823A)',
869
+ desc: 'https://github.com/haotian-liu/LLaVA',
870
+ docsUrl: 'l-la-va',
871
+ fullTitle: 'LLaVA',
872
+ group: 'model',
873
+ id: 'LLaVA',
874
+ param: {
875
+ hasAvatar: true,
876
+ hasBrand: false,
877
+ hasBrandColor: false,
878
+ hasColor: true,
879
+ hasCombine: true,
880
+ hasText: true,
881
+ hasTextCn: false
882
+ },
883
+ title: 'LLaVA'
884
+ }, {
885
+ color: '#000',
886
+ desc: 'https://langfuse.com',
887
+ docsUrl: 'langfuse',
888
+ fullTitle: 'Langfuse',
889
+ group: 'application',
890
+ id: 'Langfuse',
891
+ param: {
892
+ hasAvatar: true,
893
+ hasBrand: false,
894
+ hasBrandColor: false,
895
+ hasColor: true,
896
+ hasCombine: true,
897
+ hasText: true,
898
+ hasTextCn: false
899
+ },
900
+ title: 'Langfuse'
901
+ }, {
902
+ color: '#4338CA',
903
+ colorGradient: 'linear-gradient(135deg, #6C78EF, #4F14BE)',
904
+ desc: 'https://lmstudio.ai',
905
+ docsUrl: 'lm-studio',
906
+ fullTitle: 'LM Studio',
907
+ group: 'provider',
908
+ id: 'LmStudio',
909
+ param: {
910
+ hasAvatar: true,
911
+ hasBrand: false,
912
+ hasBrandColor: false,
913
+ hasColor: false,
914
+ hasCombine: true,
915
+ hasText: true,
916
+ hasTextCn: false
917
+ },
918
+ title: 'LM Studio'
919
+ }, {
920
+ color: '#fff',
921
+ desc: 'https://lobehub.com',
922
+ docsUrl: 'lobe-hub',
923
+ fullTitle: 'LobeHub',
924
+ group: 'provider',
925
+ id: 'LobeHub',
926
+ param: {
927
+ hasAvatar: true,
928
+ hasBrand: false,
929
+ hasBrandColor: false,
930
+ hasColor: true,
931
+ hasCombine: true,
932
+ hasText: true,
933
+ hasTextCn: false
934
+ },
935
+ title: 'LobeHub'
936
+ }, {
937
+ color: '#000',
938
+ desc: 'https://lumalabs.ai',
939
+ docsUrl: 'luma',
940
+ fullTitle: 'Luma',
941
+ group: 'application',
942
+ id: 'Luma',
943
+ param: {
944
+ hasAvatar: true,
945
+ hasBrand: false,
946
+ hasBrandColor: false,
947
+ hasColor: true,
948
+ hasCombine: true,
949
+ hasText: true,
950
+ hasTextCn: false
951
+ },
952
+ title: 'Luma'
953
+ }, {
954
+ color: '#fff',
955
+ desc: 'https://magic.dev',
956
+ docsUrl: 'magic',
957
+ fullTitle: 'Magic',
958
+ group: 'model',
959
+ id: 'Magic',
960
+ param: {
961
+ hasAvatar: true,
962
+ hasBrand: false,
963
+ hasBrandColor: false,
964
+ hasColor: false,
965
+ hasCombine: true,
966
+ hasText: true,
967
+ hasTextCn: false
968
+ },
969
+ title: 'Magic'
970
+ }, {
971
+ color: '#1d65c1',
972
+ colorGradient: 'linear-gradient(45deg, #007FF8, #0668E1, #007FF8)',
973
+ desc: 'https://llama.meta.com',
974
+ docsUrl: 'meta',
975
+ fullTitle: 'Meta',
976
+ group: 'provider',
977
+ id: 'Meta',
978
+ param: {
979
+ hasAvatar: true,
980
+ hasBrand: true,
981
+ hasBrandColor: true,
982
+ hasColor: true,
983
+ hasCombine: true,
984
+ hasText: true,
985
+ hasTextCn: false
986
+ },
987
+ title: 'Meta'
988
+ }, {
989
+ color: '#fff',
990
+ desc: 'https://midjourney.com',
991
+ docsUrl: 'midjourney',
992
+ fullTitle: 'Midjourney',
993
+ group: 'application',
994
+ id: 'Midjourney',
995
+ param: {
996
+ hasAvatar: true,
997
+ hasBrand: false,
998
+ hasBrandColor: false,
999
+ hasColor: false,
1000
+ hasCombine: true,
1001
+ hasText: true,
1002
+ hasTextCn: false
1003
+ },
1004
+ title: 'Midjourney'
1005
+ }, {
1006
+ color: '#F23F5D',
1007
+ colorGradient: 'linear-gradient(to right, #E2167E, #FE603C)',
1008
+ desc: 'https://api.minimax.chat',
1009
+ docsUrl: 'minimax',
1010
+ fullTitle: 'Minimax',
1011
+ group: 'model',
1012
+ id: 'Minimax',
1013
+ param: {
1014
+ hasAvatar: true,
1015
+ hasBrand: false,
1016
+ hasBrandColor: false,
1017
+ hasColor: true,
1018
+ hasCombine: true,
1019
+ hasText: true,
1020
+ hasTextCn: false
1021
+ },
1022
+ title: 'Minimax'
1023
+ }, {
1024
+ color: '#fd6f00',
1025
+ colorGradient: 'linear-gradient(to bottom, #F7D046, #F2A73B, #EE792F, #EE792F, #EA3326',
1026
+ desc: 'https://mistral.ai',
1027
+ docsUrl: 'mistral',
1028
+ fullTitle: 'Mistral',
1029
+ group: 'model',
1030
+ id: 'Mistral',
1031
+ param: {
1032
+ hasAvatar: true,
1033
+ hasBrand: false,
1034
+ hasBrandColor: false,
1035
+ hasColor: true,
1036
+ hasCombine: true,
1037
+ hasText: true,
1038
+ hasTextCn: false
1039
+ },
1040
+ title: 'Mistral'
1041
+ }, {
1042
+ color: '#16191E',
1043
+ desc: 'https://moonshot.cn',
1044
+ docsUrl: 'moonshot',
1045
+ fullTitle: 'Moonshot (月之暗面)',
1046
+ group: 'provider',
1047
+ id: 'Moonshot',
1048
+ param: {
1049
+ hasAvatar: true,
1050
+ hasBrand: false,
1051
+ hasBrandColor: false,
1052
+ hasColor: false,
1053
+ hasCombine: true,
1054
+ hasText: true,
1055
+ hasTextCn: false
1056
+ },
1057
+ title: 'MoonshotAI'
1058
+ }, {
1059
+ color: '#6847f5',
1060
+ colorGradient: 'linear-gradient(-45deg, #A717FF, #2622FF)',
1061
+ desc: 'https://novita.ai/',
1062
+ docsUrl: 'novita',
1063
+ fullTitle: 'Novita',
1064
+ group: 'provider',
1065
+ id: 'Novita',
1066
+ param: {
1067
+ hasAvatar: true,
1068
+ hasBrand: false,
1069
+ hasBrandColor: false,
1070
+ hasColor: true,
1071
+ hasCombine: true,
1072
+ hasText: true,
1073
+ hasTextCn: false
1074
+ },
1075
+ title: 'novita.ai'
1076
+ }, {
1077
+ color: '#74B71B',
1078
+ desc: 'https://www.nvidia.com/en-us/ai-on-rtx/chat-with-rtx-generative-ai/',
1079
+ docsUrl: 'nvidia',
1080
+ fullTitle: 'Nvidia (ChatWithRTX)',
1081
+ group: 'application',
1082
+ id: 'Nvidia',
1083
+ param: {
1084
+ hasAvatar: true,
1085
+ hasBrand: false,
1086
+ hasBrandColor: false,
1087
+ hasColor: true,
1088
+ hasCombine: true,
1089
+ hasText: true,
1090
+ hasTextCn: false
1091
+ },
1092
+ title: 'Nvidia'
1093
+ }, {
1094
+ color: '#fff',
1095
+ desc: 'https://ollama.ai',
1096
+ docsUrl: 'ollama',
1097
+ fullTitle: 'Ollama',
1098
+ group: 'provider',
1099
+ id: 'Ollama',
1100
+ param: {
1101
+ hasAvatar: true,
1102
+ hasBrand: false,
1103
+ hasBrandColor: false,
1104
+ hasColor: false,
1105
+ hasCombine: true,
1106
+ hasText: true,
1107
+ hasTextCn: false
1108
+ },
1109
+ title: 'Ollama'
1110
+ }, {
1111
+ color: '#000',
1112
+ desc: 'https://openai.com',
1113
+ docsUrl: 'open-ai',
1114
+ fullTitle: 'OpenAI (ChatGPT)',
1115
+ group: 'provider',
1116
+ id: 'OpenAI',
1117
+ param: {
1118
+ hasAvatar: true,
1119
+ hasBrand: false,
1120
+ hasBrandColor: false,
1121
+ hasColor: false,
1122
+ hasCombine: true,
1123
+ hasText: true,
1124
+ hasTextCn: false
1125
+ },
1126
+ title: 'OpenAI'
1127
+ }, {
1128
+ color: '#4A7FE3',
1129
+ desc: 'https://huggingface.co/openchat',
1130
+ docsUrl: 'open-chat',
1131
+ fullTitle: 'OpenChat',
1132
+ group: 'model',
1133
+ id: 'OpenChat',
1134
+ param: {
1135
+ hasAvatar: true,
1136
+ hasBrand: false,
1137
+ hasBrandColor: false,
1138
+ hasColor: true,
1139
+ hasCombine: true,
1140
+ hasText: true,
1141
+ hasTextCn: false
1142
+ },
1143
+ title: 'OpenChat'
1144
+ }, {
1145
+ color: '#6566F1',
1146
+ desc: 'https://openrouter.ai',
1147
+ docsUrl: 'open-router',
1148
+ fullTitle: 'OpenRouter',
1149
+ group: 'provider',
1150
+ id: 'OpenRouter',
1151
+ param: {
1152
+ hasAvatar: true,
1153
+ hasBrand: false,
1154
+ hasBrandColor: false,
1155
+ hasColor: false,
1156
+ hasCombine: true,
1157
+ hasText: true,
1158
+ hasTextCn: false
1159
+ },
1160
+ title: 'OpenRouter'
1161
+ }, {
1162
+ color: '#FFF',
1163
+ desc: 'https://ai.google/discover/palm2',
1164
+ docsUrl: 'pa-lm',
1165
+ fullTitle: 'PaLM (Google)',
1166
+ group: 'model',
1167
+ id: 'PaLM',
1168
+ param: {
1169
+ hasAvatar: true,
1170
+ hasBrand: false,
1171
+ hasBrandColor: false,
1172
+ hasColor: true,
1173
+ hasCombine: true,
1174
+ hasText: true,
1175
+ hasTextCn: false
1176
+ },
1177
+ title: 'PaLM'
1178
+ }, {
1179
+ color: '#22B8CD',
1180
+ desc: 'https://perplexity.ai',
1181
+ docsUrl: 'perplexity',
1182
+ fullTitle: 'Perplexity',
1183
+ group: 'provider',
1184
+ id: 'Perplexity',
1185
+ param: {
1186
+ hasAvatar: true,
1187
+ hasBrand: false,
1188
+ hasBrandColor: false,
1189
+ hasColor: true,
1190
+ hasCombine: true,
1191
+ hasText: true,
1192
+ hasTextCn: false
1193
+ },
1194
+ title: 'Perplexity'
1195
+ }, {
1196
+ color: '#000',
1197
+ desc: 'https://pollinations.ai',
1198
+ docsUrl: 'pollinations',
1199
+ fullTitle: 'Pollinations',
1200
+ group: 'application',
1201
+ id: 'Pollinations',
1202
+ param: {
1203
+ hasAvatar: true,
1204
+ hasBrand: false,
1205
+ hasBrandColor: false,
1206
+ hasColor: false,
1207
+ hasCombine: true,
1208
+ hasText: true,
1209
+ hasTextCn: false
1210
+ },
1211
+ title: 'Pollinations'
1212
+ }, {
1213
+ color: '#1041F3',
1214
+ desc: 'https://chatglm.cn',
1215
+ docsUrl: 'qingyan',
1216
+ fullTitle: 'Qingyan (智谱清言)',
1217
+ group: 'application',
1218
+ id: 'Qingyan',
1219
+ param: {
1220
+ hasAvatar: true,
1221
+ hasBrand: false,
1222
+ hasBrandColor: false,
1223
+ hasColor: true,
1224
+ hasCombine: true,
1225
+ hasText: true,
1226
+ hasTextCn: false
1227
+ },
1228
+ title: 'Qingyan'
1229
+ }, {
1230
+ color: '#615ced',
1231
+ colorGradient: 'linear-gradient(to right, #00055F, #6F69F7)',
1232
+ desc: 'https://huggingface.co/Qwen',
1233
+ docsUrl: 'qwen',
1234
+ fullTitle: 'Qwen (千问)',
1235
+ group: 'model',
1236
+ id: 'Qwen',
1237
+ param: {
1238
+ hasAvatar: true,
1239
+ hasBrand: false,
1240
+ hasBrandColor: false,
1241
+ hasColor: true,
1242
+ hasCombine: true,
1243
+ hasText: true,
1244
+ hasTextCn: false
1245
+ },
1246
+ title: 'Qwen'
1247
+ }, {
1248
+ color: '#EA2805',
1249
+ desc: 'https://replicate.com',
1250
+ docsUrl: 'replicate',
1251
+ fullTitle: 'Replicate',
1252
+ group: 'provider',
1253
+ id: 'Replicate',
1254
+ param: {
1255
+ hasAvatar: true,
1256
+ hasBrand: true,
1257
+ hasBrandColor: false,
1258
+ hasColor: false,
1259
+ hasCombine: false,
1260
+ hasText: false,
1261
+ hasTextCn: false
1262
+ },
1263
+ title: 'Replicate'
1264
+ }, {
1265
+ color: '#FD5402',
1266
+ desc: 'https://replit.com',
1267
+ docsUrl: 'replit',
1268
+ fullTitle: 'Replit',
1269
+ group: 'application',
1270
+ id: 'Replit',
1271
+ param: {
1272
+ hasAvatar: true,
1273
+ hasBrand: false,
1274
+ hasBrandColor: false,
1275
+ hasColor: true,
1276
+ hasCombine: true,
1277
+ hasText: true,
1278
+ hasTextCn: false
1279
+ },
1280
+ title: 'Replit'
1281
+ }, {
1282
+ color: '#fff',
1283
+ desc: 'https://runwayml.com',
1284
+ docsUrl: 'runway',
1285
+ fullTitle: 'Runway',
1286
+ group: 'application',
1287
+ id: 'Runway',
1288
+ param: {
1289
+ hasAvatar: true,
1290
+ hasBrand: false,
1291
+ hasBrandColor: false,
1292
+ hasColor: false,
1293
+ hasCombine: true,
1294
+ hasText: true,
1295
+ hasTextCn: false
1296
+ },
1297
+ title: 'Runway'
1298
+ }, {
1299
+ color: '#3431C3',
1300
+ desc: 'https://github.com/RWKV',
1301
+ docsUrl: 'rwkv',
1302
+ fullTitle: 'RWKV',
1303
+ group: 'model',
1304
+ id: 'Rwkv',
1305
+ param: {
1306
+ hasAvatar: true,
1307
+ hasBrand: false,
1308
+ hasBrandColor: false,
1309
+ hasColor: true,
1310
+ hasCombine: true,
1311
+ hasText: true,
1312
+ hasTextCn: false
1313
+ },
1314
+ title: 'RWKV'
1315
+ }, {
1316
+ color: '#5B2AD8',
1317
+ desc: 'https://platform.sensenova.cn',
1318
+ docsUrl: 'sense-nova',
1319
+ fullTitle: 'SenseNova',
1320
+ group: 'provider',
1321
+ id: 'SenseNova',
1322
+ param: {
1323
+ hasAvatar: true,
1324
+ hasBrand: true,
1325
+ hasBrandColor: true,
1326
+ hasColor: true,
1327
+ hasCombine: true,
1328
+ hasText: true,
1329
+ hasTextCn: false
1330
+ },
1331
+ title: 'SenseNova'
1332
+ }, {
1333
+ color: '#7C3AED',
1334
+ desc: 'https://siliconflow.cn/zh-cn/',
1335
+ docsUrl: 'silicon-cloud',
1336
+ fullTitle: 'SiliconCloud (SiliconFlow)',
1337
+ group: 'provider',
1338
+ id: 'SiliconCloud',
1339
+ param: {
1340
+ hasAvatar: true,
1341
+ hasBrand: false,
1342
+ hasBrandColor: false,
1343
+ hasColor: true,
1344
+ hasCombine: true,
1345
+ hasText: true,
1346
+ hasTextCn: false
1347
+ },
1348
+ title: 'SiliconCloud'
1349
+ }, {
1350
+ color: '#0070f0',
1351
+ desc: 'https://xinghuo.xfyun.cn',
1352
+ docsUrl: 'spark',
1353
+ fullTitle: 'Spark (讯飞星火)',
1354
+ group: 'model',
1355
+ id: 'Spark',
1356
+ param: {
1357
+ hasAvatar: true,
1358
+ hasBrand: false,
1359
+ hasBrandColor: false,
1360
+ hasColor: true,
1361
+ hasCombine: true,
1362
+ hasText: true,
1363
+ hasTextCn: false
1364
+ },
1365
+ title: 'Spark'
1366
+ }, {
1367
+ color: '#330066',
1368
+ colorGradient: 'linear-gradient(to bottom, #9D39FF, #A380FF)',
1369
+ desc: 'https://deepmind.google/technologies/gemini',
1370
+ docsUrl: 'stability',
1371
+ fullTitle: 'Stability (StableDiffusion)',
1372
+ group: 'provider',
1373
+ id: 'Stability',
1374
+ param: {
1375
+ hasAvatar: true,
1376
+ hasBrand: true,
1377
+ hasBrandColor: true,
1378
+ hasColor: true,
1379
+ hasCombine: true,
1380
+ hasText: true,
1381
+ hasTextCn: false
1382
+ },
1383
+ title: 'Stability'
1384
+ }, {
1385
+ color: '#005AFF',
1386
+ desc: 'https://www.stepfun.com',
1387
+ docsUrl: 'stepfun',
1388
+ fullTitle: 'Stepfun (阶跃星辰)',
1389
+ group: 'model',
1390
+ id: 'Stepfun',
1391
+ param: {
1392
+ hasAvatar: true,
1393
+ hasBrand: false,
1394
+ hasBrandColor: false,
1395
+ hasColor: true,
1396
+ hasCombine: true,
1397
+ hasText: true,
1398
+ hasTextCn: false
1399
+ },
1400
+ title: 'Stepfun'
1401
+ }, {
1402
+ color: '#000',
1403
+ desc: 'https://app.suno.ai',
1404
+ docsUrl: 'suno',
1405
+ fullTitle: 'Suno',
1406
+ group: 'application',
1407
+ id: 'Suno',
1408
+ param: {
1409
+ hasAvatar: true,
1410
+ hasBrand: false,
1411
+ hasBrandColor: false,
1412
+ hasColor: false,
1413
+ hasCombine: true,
1414
+ hasText: true,
1415
+ hasTextCn: false
1416
+ },
1417
+ title: 'Suno'
1418
+ }, {
1419
+ color: '#6400FF',
1420
+ desc: 'https://www.tii.ae',
1421
+ docsUrl: 'tii',
1422
+ fullTitle: 'Technology Innovation Institute (Falcon)',
1423
+ group: 'provider',
1424
+ id: 'TII',
1425
+ param: {
1426
+ hasAvatar: true,
1427
+ hasBrand: false,
1428
+ hasBrandColor: false,
1429
+ hasColor: true,
1430
+ hasCombine: true,
1431
+ hasText: true,
1432
+ hasTextCn: false
1433
+ },
1434
+ title: 'Technology Innovation Institute'
1435
+ }, {
1436
+ color: '#0052D9',
1437
+ desc: 'https://tencent.com',
1438
+ docsUrl: 'tencent',
1439
+ fullTitle: 'Tencent',
1440
+ group: 'provider',
1441
+ id: 'Tencent',
1442
+ param: {
1443
+ hasAvatar: true,
1444
+ hasBrand: true,
1445
+ hasBrandColor: true,
1446
+ hasColor: true,
1447
+ hasCombine: false,
1448
+ hasText: true,
1449
+ hasTextCn: true
1450
+ },
1451
+ title: 'Tencent'
1452
+ }, {
1453
+ color: '#0f6fff',
1454
+ desc: 'https://www.together.ai',
1455
+ docsUrl: 'together',
1456
+ fullTitle: 'together.ai',
1457
+ group: 'provider',
1458
+ id: 'Together',
1459
+ param: {
1460
+ hasAvatar: true,
1461
+ hasBrand: true,
1462
+ hasBrandColor: true,
1463
+ hasColor: true,
1464
+ hasCombine: true,
1465
+ hasText: true,
1466
+ hasTextCn: false
1467
+ },
1468
+ title: 'together.ai'
1469
+ }, {
1470
+ color: '#908AF9',
1471
+ colorGradient: 'linear-gradient(to bottom, #AEBCFE, #805DFA)',
1472
+ desc: 'https://www.upstage.ai',
1473
+ docsUrl: 'upstage',
1474
+ fullTitle: 'Upstage',
1475
+ group: 'provider',
1476
+ id: 'Upstage',
1477
+ param: {
1478
+ hasAvatar: true,
1479
+ hasBrand: false,
1480
+ hasBrandColor: false,
1481
+ hasColor: true,
1482
+ hasCombine: true,
1483
+ hasText: true,
1484
+ hasTextCn: false
1485
+ },
1486
+ title: 'Upsate'
1487
+ }, {
1488
+ color: '#4285F4',
1489
+ desc: 'https://cloud.google.com/generative-ai-studio',
1490
+ docsUrl: 'vertex-ai',
1491
+ fullTitle: 'VertexAI (Google)',
1492
+ group: 'provider',
1493
+ id: 'VertexAI',
1494
+ param: {
1495
+ hasAvatar: true,
1496
+ hasBrand: false,
1497
+ hasBrandColor: false,
1498
+ hasColor: true,
1499
+ hasCombine: true,
1500
+ hasText: true,
1501
+ hasTextCn: false
1502
+ },
1503
+ title: 'VertexAI'
1504
+ }, {
1505
+ color: '#000',
1506
+ desc: 'https://viggle.ai',
1507
+ docsUrl: 'viggle',
1508
+ fullTitle: 'Viggle',
1509
+ group: 'application',
1510
+ id: 'Viggle',
1511
+ param: {
1512
+ hasAvatar: true,
1513
+ hasBrand: false,
1514
+ hasBrandColor: false,
1515
+ hasColor: false,
1516
+ hasCombine: true,
1517
+ hasText: true,
1518
+ hasTextCn: false
1519
+ },
1520
+ title: 'Viggle'
1521
+ }, {
1522
+ color: '#fff',
1523
+ desc: 'https://github.com/vllm-project',
1524
+ docsUrl: 'vllm',
1525
+ fullTitle: 'vLLM',
1526
+ group: 'provider',
1527
+ id: 'Vllm',
1528
+ param: {
1529
+ hasAvatar: true,
1530
+ hasBrand: false,
1531
+ hasBrandColor: false,
1532
+ hasColor: true,
1533
+ hasCombine: true,
1534
+ hasText: true,
1535
+ hasTextCn: false
1536
+ },
1537
+ title: 'vLLM'
1538
+ }, {
1539
+ color: '#167ADF',
1540
+ colorGradient: 'linear-gradient(to right, #0A51C3, #23A4FB)',
1541
+ desc: 'https://yiyan.baidu.com',
1542
+ docsUrl: 'wenxin',
1543
+ fullTitle: 'Wenxin (文心)',
1544
+ group: 'model',
1545
+ id: 'Wenxin',
1546
+ param: {
1547
+ hasAvatar: true,
1548
+ hasBrand: false,
1549
+ hasBrandColor: false,
1550
+ hasColor: true,
1551
+ hasCombine: true,
1552
+ hasText: true,
1553
+ hasTextCn: false
1554
+ },
1555
+ title: 'Wenxin'
1556
+ }, {
1557
+ color: '#F38020',
1558
+ desc: 'https://developers.cloudflare.com/workers-ai',
1559
+ docsUrl: 'workers-ai',
1560
+ fullTitle: 'WorkersAI (Cloudflare)',
1561
+ group: 'provider',
1562
+ id: 'WorkersAI',
1563
+ param: {
1564
+ hasAvatar: true,
1565
+ hasBrand: false,
1566
+ hasBrandColor: false,
1567
+ hasColor: true,
1568
+ hasCombine: true,
1569
+ hasText: true,
1570
+ hasTextCn: false
1571
+ },
1572
+ title: 'WorkersAI'
1573
+ }, {
1574
+ color: '#fff',
1575
+ desc: 'https://x.ai',
1576
+ docsUrl: 'xai',
1577
+ fullTitle: 'xAI',
1578
+ group: 'provider',
1579
+ id: 'XAI',
1580
+ param: {
1581
+ hasAvatar: true,
1582
+ hasBrand: false,
1583
+ hasBrandColor: false,
1584
+ hasColor: false,
1585
+ hasCombine: true,
1586
+ hasText: true,
1587
+ hasTextCn: false
1588
+ },
1589
+ title: 'Grok'
1590
+ }, {
1591
+ color: '#003425',
1592
+ desc: 'https://github.com/01-ai/Yi',
1593
+ docsUrl: 'yi',
1594
+ fullTitle: 'Yi (零一万物)',
1595
+ group: 'model',
1596
+ id: 'Yi',
1597
+ param: {
1598
+ hasAvatar: true,
1599
+ hasBrand: false,
1600
+ hasBrandColor: false,
1601
+ hasColor: true,
1602
+ hasCombine: true,
1603
+ hasText: true,
1604
+ hasTextCn: false
1605
+ },
1606
+ title: 'Yi'
1607
+ }, {
1608
+ color: '#6300FF',
1609
+ desc: 'https://zeabur.com',
1610
+ docsUrl: 'zeabur',
1611
+ fullTitle: 'Zeabur',
1612
+ group: 'application',
1613
+ id: 'Zeabur',
1614
+ param: {
1615
+ hasAvatar: true,
1616
+ hasBrand: false,
1617
+ hasBrandColor: false,
1618
+ hasColor: true,
1619
+ hasCombine: true,
1620
+ hasText: true,
1621
+ hasTextCn: false
1622
+ },
1623
+ title: 'Zeabur'
1624
+ }, {
1625
+ color: '#003425',
1626
+ desc: 'https://www.lingyiwanwu.com/',
1627
+ docsUrl: 'zero-one',
1628
+ fullTitle: '01.AI (零一万物)',
1629
+ group: 'provider',
1630
+ id: 'ZeroOne',
1631
+ param: {
1632
+ hasAvatar: true,
1633
+ hasBrand: false,
1634
+ hasBrandColor: false,
1635
+ hasColor: false,
1636
+ hasCombine: true,
1637
+ hasText: true,
1638
+ hasTextCn: false
1639
+ },
1640
+ title: '01.AI'
1641
+ }, {
1642
+ color: '#3859FF',
1643
+ desc: 'https://zhipuai.cn',
1644
+ docsUrl: 'zhipu',
1645
+ fullTitle: 'Zhipu (智谱)',
1646
+ group: 'provider',
1647
+ id: 'Zhipu',
1648
+ param: {
1649
+ hasAvatar: true,
1650
+ hasBrand: false,
1651
+ hasBrandColor: false,
1652
+ hasColor: true,
1653
+ hasCombine: true,
1654
+ hasText: true,
1655
+ hasTextCn: false
1656
+ },
1657
+ title: 'Zhipu'
1587
1658
  }];
1588
1659
  export default toc;