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