@lobehub/icons 1.46.2 → 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.
Files changed (96) hide show
  1. package/es/CogView/components/Text.js +3 -13
  2. package/es/ComfyUI/components/Avatar.js +1 -0
  3. package/es/ComfyUI/components/Color.js +3 -2
  4. package/es/Cursor/components/Avatar.d.ts +5 -0
  5. package/es/Cursor/components/Avatar.js +28 -0
  6. package/es/Cursor/components/Combine.d.ts +5 -0
  7. package/es/Cursor/components/Combine.js +26 -0
  8. package/es/Cursor/components/Mono.d.ts +3 -0
  9. package/es/Cursor/components/Mono.js +119 -0
  10. package/es/Cursor/components/Text.d.ts +3 -0
  11. package/es/Cursor/components/Text.js +40 -0
  12. package/es/Cursor/index.d.ts +13 -0
  13. package/es/Cursor/index.js +14 -0
  14. package/es/Cursor/style.d.ts +4 -0
  15. package/es/Cursor/style.js +4 -0
  16. package/es/DeepAI/components/Avatar.d.ts +5 -0
  17. package/es/DeepAI/components/Avatar.js +28 -0
  18. package/es/DeepAI/components/Combine.d.ts +5 -0
  19. package/es/DeepAI/components/Combine.js +26 -0
  20. package/es/DeepAI/components/Mono.d.ts +3 -0
  21. package/es/DeepAI/components/Mono.js +41 -0
  22. package/es/DeepAI/components/Text.d.ts +3 -0
  23. package/es/DeepAI/components/Text.js +40 -0
  24. package/es/DeepAI/index.d.ts +13 -0
  25. package/es/DeepAI/index.js +14 -0
  26. package/es/DeepAI/style.d.ts +4 -0
  27. package/es/DeepAI/style.js +4 -0
  28. package/es/DeepSeek/components/Color.js +3 -14
  29. package/es/DeepSeek/components/Mono.js +2 -12
  30. package/es/Dify/components/Avatar.d.ts +5 -0
  31. package/es/Dify/components/Avatar.js +30 -0
  32. package/es/Dify/components/Color.d.ts +3 -0
  33. package/es/Dify/components/Color.js +55 -0
  34. package/es/Dify/components/Combine.d.ts +7 -0
  35. package/es/Dify/components/Combine.js +33 -0
  36. package/es/Dify/components/Mono.d.ts +3 -0
  37. package/es/Dify/components/Mono.js +59 -0
  38. package/es/Dify/components/Text.d.ts +3 -0
  39. package/es/Dify/components/Text.js +45 -0
  40. package/es/Dify/components/TextColor.d.ts +3 -0
  41. package/es/Dify/components/TextColor.js +49 -0
  42. package/es/Dify/index.d.ts +18 -0
  43. package/es/Dify/index.js +19 -0
  44. package/es/Dify/style.d.ts +5 -0
  45. package/es/Dify/style.js +5 -0
  46. package/es/Flux/components/Mono.js +4 -14
  47. package/es/GiteeAI/components/Mono.js +3 -13
  48. package/es/MyShell/components/Avatar.d.ts +5 -0
  49. package/es/MyShell/components/Avatar.js +28 -0
  50. package/es/MyShell/components/Color.d.ts +3 -0
  51. package/es/MyShell/components/Color.js +85 -0
  52. package/es/MyShell/components/Combine.d.ts +7 -0
  53. package/es/MyShell/components/Combine.js +32 -0
  54. package/es/MyShell/components/Mono.d.ts +3 -0
  55. package/es/MyShell/components/Mono.js +44 -0
  56. package/es/MyShell/components/Text.d.ts +3 -0
  57. package/es/MyShell/components/Text.js +40 -0
  58. package/es/MyShell/index.d.ts +15 -0
  59. package/es/MyShell/index.js +16 -0
  60. package/es/MyShell/style.d.ts +4 -0
  61. package/es/MyShell/style.js +4 -0
  62. package/es/Poe/components/Avatar.d.ts +5 -0
  63. package/es/Poe/components/Avatar.js +29 -0
  64. package/es/Poe/components/Color.d.ts +3 -0
  65. package/es/Poe/components/Color.js +88 -0
  66. package/es/Poe/components/Combine.d.ts +7 -0
  67. package/es/Poe/components/Combine.js +32 -0
  68. package/es/Poe/components/Mono.d.ts +3 -0
  69. package/es/Poe/components/Mono.js +47 -0
  70. package/es/Poe/components/Text.d.ts +3 -0
  71. package/es/Poe/components/Text.js +40 -0
  72. package/es/Poe/index.d.ts +15 -0
  73. package/es/Poe/index.js +16 -0
  74. package/es/Poe/style.d.ts +4 -0
  75. package/es/Poe/style.js +4 -0
  76. package/es/Tiangong/components/Avatar.d.ts +5 -0
  77. package/es/Tiangong/components/Avatar.js +30 -0
  78. package/es/Tiangong/components/Color.d.ts +3 -0
  79. package/es/Tiangong/components/Color.js +99 -0
  80. package/es/Tiangong/components/Combine.d.ts +7 -0
  81. package/es/Tiangong/components/Combine.js +32 -0
  82. package/es/Tiangong/components/Mono.d.ts +3 -0
  83. package/es/Tiangong/components/Mono.js +45 -0
  84. package/es/Tiangong/components/Text.d.ts +3 -0
  85. package/es/Tiangong/components/Text.js +40 -0
  86. package/es/Tiangong/index.d.ts +16 -0
  87. package/es/Tiangong/index.js +17 -0
  88. package/es/Tiangong/style.d.ts +5 -0
  89. package/es/Tiangong/style.js +5 -0
  90. package/es/features/IconAvatar/index.js +1 -0
  91. package/es/features/getLobeIconCDN/index.d.ts +1 -1
  92. package/es/icons.d.ts +6 -0
  93. package/es/icons.js +6 -0
  94. package/es/toc.d.ts +1 -0
  95. package/es/toc.js +1862 -1656
  96. package/package.json +2 -2
package/es/toc.js CHANGED
@@ -1,1659 +1,1865 @@
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: '#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'
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;