@lobehub/icons 2.25.0 → 2.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +75 -74
- package/es/Dolphin/components/Avatar.d.ts +5 -0
- package/es/Dolphin/components/Avatar.js +25 -0
- package/es/Dolphin/components/Combine.d.ts +5 -0
- package/es/Dolphin/components/Combine.js +26 -0
- package/es/Dolphin/components/Mono.d.ts +3 -0
- package/es/Dolphin/components/Mono.js +40 -0
- package/es/Dolphin/components/Text.d.ts +3 -0
- package/es/Dolphin/components/Text.js +39 -0
- package/es/Dolphin/index.d.ts +13 -0
- package/es/Dolphin/index.js +12 -0
- package/es/Dolphin/style.d.ts +7 -0
- package/es/Dolphin/style.js +9 -0
- package/es/IBM/components/Avatar.d.ts +5 -0
- package/es/IBM/components/Avatar.js +25 -0
- package/es/IBM/components/Combine.d.ts +5 -0
- package/es/IBM/components/Combine.js +24 -0
- package/es/IBM/components/Mono.d.ts +3 -0
- package/es/IBM/components/Mono.js +41 -0
- package/es/IBM/components/Text.d.ts +3 -0
- package/es/IBM/components/Text.js +40 -0
- package/es/IBM/index.d.ts +13 -0
- package/es/IBM/index.js +12 -0
- package/es/IBM/style.d.ts +7 -0
- package/es/IBM/style.js +9 -0
- package/es/LG/components/Avatar.d.ts +5 -0
- package/es/LG/components/Avatar.js +24 -0
- package/es/LG/components/Color.d.ts +3 -0
- package/es/LG/components/Color.js +39 -0
- package/es/LG/components/Combine.d.ts +7 -0
- package/es/LG/components/Combine.js +32 -0
- package/es/LG/components/Inner.d.ts +3 -0
- package/es/LG/components/Inner.js +40 -0
- package/es/LG/components/Mono.d.ts +3 -0
- package/es/LG/components/Mono.js +40 -0
- package/es/LG/components/Text.d.ts +3 -0
- package/es/LG/components/Text.js +39 -0
- package/es/LG/index.d.ts +15 -0
- package/es/LG/index.js +14 -0
- package/es/LG/style.d.ts +7 -0
- package/es/LG/style.js +9 -0
- package/es/Lovable/components/Avatar.d.ts +5 -0
- package/es/Lovable/components/Avatar.js +25 -0
- package/es/Lovable/components/Color.d.ts +3 -0
- package/es/Lovable/components/Color.js +70 -0
- package/es/Lovable/components/Combine.d.ts +7 -0
- package/es/Lovable/components/Combine.js +32 -0
- package/es/Lovable/components/Mono.d.ts +3 -0
- package/es/Lovable/components/Mono.js +41 -0
- package/es/Lovable/components/Text.d.ts +3 -0
- package/es/Lovable/components/Text.js +39 -0
- package/es/Lovable/index.d.ts +15 -0
- package/es/Lovable/index.js +14 -0
- package/es/Lovable/style.d.ts +7 -0
- package/es/Lovable/style.js +9 -0
- package/es/Menlo/components/Avatar.d.ts +5 -0
- package/es/Menlo/components/Avatar.js +25 -0
- package/es/Menlo/components/Color.d.ts +3 -0
- package/es/Menlo/components/Color.js +39 -0
- package/es/Menlo/components/Combine.d.ts +7 -0
- package/es/Menlo/components/Combine.js +29 -0
- package/es/Menlo/components/Mono.d.ts +3 -0
- package/es/Menlo/components/Mono.js +40 -0
- package/es/Menlo/components/Text.d.ts +3 -0
- package/es/Menlo/components/Text.js +39 -0
- package/es/Menlo/index.d.ts +13 -0
- package/es/Menlo/index.js +12 -0
- package/es/Menlo/style.d.ts +7 -0
- package/es/Menlo/style.js +9 -0
- package/es/Phind/components/Avatar.d.ts +5 -0
- package/es/Phind/components/Avatar.js +25 -0
- package/es/Phind/components/Combine.d.ts +5 -0
- package/es/Phind/components/Combine.js +24 -0
- package/es/Phind/components/Mono.d.ts +3 -0
- package/es/Phind/components/Mono.js +40 -0
- package/es/Phind/components/Text.d.ts +3 -0
- package/es/Phind/components/Text.js +49 -0
- package/es/Phind/index.d.ts +13 -0
- package/es/Phind/index.js +12 -0
- package/es/Phind/style.d.ts +7 -0
- package/es/Phind/style.js +9 -0
- package/es/Skywork/components/Avatar.d.ts +5 -0
- package/es/Skywork/components/Avatar.js +25 -0
- package/es/Skywork/components/Color.d.ts +3 -0
- package/es/Skywork/components/Color.js +42 -0
- package/es/Skywork/components/Combine.d.ts +7 -0
- package/es/Skywork/components/Combine.js +32 -0
- package/es/Skywork/components/Mono.d.ts +3 -0
- package/es/Skywork/components/Mono.js +42 -0
- package/es/Skywork/components/Text.d.ts +3 -0
- package/es/Skywork/components/Text.js +39 -0
- package/es/Skywork/index.d.ts +15 -0
- package/es/Skywork/index.js +14 -0
- package/es/Skywork/style.d.ts +7 -0
- package/es/Skywork/style.js +9 -0
- package/es/YouMind/components/Avatar.d.ts +5 -0
- package/es/YouMind/components/Avatar.js +25 -0
- package/es/YouMind/components/Combine.d.ts +5 -0
- package/es/YouMind/components/Combine.js +29 -0
- package/es/YouMind/components/Mono.d.ts +3 -0
- package/es/YouMind/components/Mono.js +41 -0
- package/es/YouMind/components/Text.d.ts +3 -0
- package/es/YouMind/components/Text.js +39 -0
- package/es/YouMind/index.d.ts +13 -0
- package/es/YouMind/index.js +12 -0
- package/es/YouMind/style.d.ts +7 -0
- package/es/YouMind/style.js +9 -0
- package/es/features/modelConfig.js +44 -0
- package/es/icons.d.ts +8 -0
- package/es/icons.js +8 -0
- package/es/toc.js +147 -3
- package/package.json +1 -1
@@ -10,6 +10,8 @@ import Aws from "../Aws";
|
|
10
10
|
import Aya from "../Aya";
|
11
11
|
import Baichuan from "../Baichuan";
|
12
12
|
import BaiduCloud from "../BaiduCloud";
|
13
|
+
import Bilibili from "../Bilibili";
|
14
|
+
import BilibiliIndex from "../BilibiliIndex";
|
13
15
|
import BurnCloud from "../BurnCloud";
|
14
16
|
import ByteDance from "../ByteDance";
|
15
17
|
import ChatGLM from "../ChatGLM";
|
@@ -21,6 +23,7 @@ import Dalle from "../Dalle";
|
|
21
23
|
import Dbrx from "../Dbrx";
|
22
24
|
import DeepMind from "../DeepMind";
|
23
25
|
import DeepSeek from "../DeepSeek";
|
26
|
+
import Dolphin from "../Dolphin";
|
24
27
|
import Doubao from "../Doubao";
|
25
28
|
import Fireworks from "../Fireworks";
|
26
29
|
import FishAudio from "../FishAudio";
|
@@ -31,31 +34,39 @@ import Gemma from "../Gemma";
|
|
31
34
|
import Google from "../Google";
|
32
35
|
import Grok from "../Grok";
|
33
36
|
import Hunyuan from "../Hunyuan";
|
37
|
+
import IBM from "../IBM";
|
34
38
|
import Ideogram from "../Ideogram";
|
35
39
|
import Inflection from "../Inflection";
|
36
40
|
import InternLM from "../InternLM";
|
37
41
|
import Jina from "../Jina";
|
38
42
|
import Kolors from "../Kolors";
|
43
|
+
import LG from "../LG";
|
39
44
|
import LLaVA from "../LLaVA";
|
40
45
|
import Liquid from "../Liquid";
|
46
|
+
import Menlo from "../Menlo";
|
41
47
|
import Meta from "../Meta";
|
42
48
|
import Microsoft from "../Microsoft";
|
43
49
|
import Minimax from "../Minimax";
|
44
50
|
import Mistral from "../Mistral";
|
45
51
|
import Moonshot from "../Moonshot";
|
52
|
+
import NousResearch from "../NousResearch";
|
53
|
+
import Nvidia from "../Nvidia";
|
46
54
|
import OpenAI from "../OpenAI";
|
47
55
|
import OpenChat from "../OpenChat";
|
48
56
|
import OpenRouter from "../OpenRouter";
|
49
57
|
import PaLM from "../PaLM";
|
50
58
|
import Perplexity from "../Perplexity";
|
59
|
+
import Phind from "../Phind";
|
51
60
|
import Qiniu from "../Qiniu";
|
52
61
|
import Qwen from "../Qwen";
|
53
62
|
import Rwkv from "../Rwkv";
|
54
63
|
import SenseNova from "../SenseNova";
|
64
|
+
import Skywork from "../Skywork";
|
55
65
|
import Spark from "../Spark";
|
56
66
|
import Stability from "../Stability";
|
57
67
|
import Stepfun from "../Stepfun";
|
58
68
|
import Suno from "../Suno";
|
69
|
+
import TII from "../TII";
|
59
70
|
import Udio from "../Udio";
|
60
71
|
import Upstage from "../Upstage";
|
61
72
|
import V0 from "../V0";
|
@@ -137,6 +148,12 @@ export var modelMappings = [{
|
|
137
148
|
}, {
|
138
149
|
Icon: InternLM,
|
139
150
|
keywords: ['internlm', 'internvl']
|
151
|
+
}, {
|
152
|
+
Icon: NousResearch,
|
153
|
+
keywords: ['deephermes', 'hermes', 'genstruct', 'minos']
|
154
|
+
}, {
|
155
|
+
Icon: Nvidia,
|
156
|
+
keywords: ['nemotron', 'openreasoning']
|
140
157
|
}, {
|
141
158
|
Icon: Meta,
|
142
159
|
keywords: ['llama', '/l3']
|
@@ -302,4 +319,31 @@ export var modelMappings = [{
|
|
302
319
|
}, {
|
303
320
|
Icon: BaiduCloud,
|
304
321
|
keywords: ['baidu', 'qianfan']
|
322
|
+
}, {
|
323
|
+
Icon: Phind,
|
324
|
+
keywords: ['phind']
|
325
|
+
}, {
|
326
|
+
Icon: Dolphin,
|
327
|
+
keywords: ['dolphin']
|
328
|
+
}, {
|
329
|
+
Icon: IBM,
|
330
|
+
keywords: ['ibm', 'granite']
|
331
|
+
}, {
|
332
|
+
Icon: Skywork,
|
333
|
+
keywords: ['skywork']
|
334
|
+
}, {
|
335
|
+
Icon: BilibiliIndex,
|
336
|
+
keywords: ['bilibili-index']
|
337
|
+
}, {
|
338
|
+
Icon: Bilibili,
|
339
|
+
keywords: ['bilibili']
|
340
|
+
}, {
|
341
|
+
Icon: LG,
|
342
|
+
keywords: ['kmmlu', 'exaone', 'lgai']
|
343
|
+
}, {
|
344
|
+
Icon: TII,
|
345
|
+
keywords: ['falcon']
|
346
|
+
}, {
|
347
|
+
Icon: Menlo,
|
348
|
+
keywords: ['menlo', 'lucy', 'jan-nano']
|
305
349
|
}];
|
package/es/icons.d.ts
CHANGED
@@ -62,6 +62,7 @@ export { default as DeepSeek, type CompoundedIcon as DeepSeekProps } from './Dee
|
|
62
62
|
export { default as Dify, type CompoundedIcon as DifyProps } from './Dify';
|
63
63
|
export { default as Doc2X, type CompoundedIcon as Doc2XProps } from './Doc2X';
|
64
64
|
export { default as DocSearch, type CompoundedIcon as DocSearchProps } from './DocSearch';
|
65
|
+
export { default as Dolphin, type CompoundedIcon as DolphinProps } from './Dolphin';
|
65
66
|
export { default as Doubao, type CompoundedIcon as DoubaoProps } from './Doubao';
|
66
67
|
export { default as DreamMachine, type CompoundedIcon as DreamMachineProps } from './DreamMachine';
|
67
68
|
export { default as ElevenLabs, type CompoundedIcon as ElevenLabsProps } from './ElevenLabs';
|
@@ -98,6 +99,7 @@ export { default as Higress, type CompoundedIcon as HigressProps } from './Higre
|
|
98
99
|
export { default as HuggingFace, type CompoundedIcon as HuggingFaceProps } from './HuggingFace';
|
99
100
|
export { default as Hunyuan, type CompoundedIcon as HunyuanProps } from './Hunyuan';
|
100
101
|
export { default as Hyperbolic, type CompoundedIcon as HyperbolicProps } from './Hyperbolic';
|
102
|
+
export { default as IBM, type CompoundedIcon as IBMProps } from './IBM';
|
101
103
|
export { default as Ideogram, type CompoundedIcon as IdeogramProps } from './Ideogram';
|
102
104
|
export { default as IFlyTekCloud, type CompoundedIcon as IFlyTekCloudProps } from './IFlyTekCloud';
|
103
105
|
export { default as Inference, type CompoundedIcon as InferenceProps } from './Inference';
|
@@ -118,6 +120,7 @@ export { default as Langfuse, type CompoundedIcon as LangfuseProps } from './Lan
|
|
118
120
|
export { default as LangGraph, type CompoundedIcon as LangGraphProps } from './LangGraph';
|
119
121
|
export { default as LangSmith, type CompoundedIcon as LangSmithProps } from './LangSmith';
|
120
122
|
export { default as LeptonAI, type CompoundedIcon as LeptonAIProps } from './LeptonAI';
|
123
|
+
export { default as LG, type CompoundedIcon as LGProps } from './LG';
|
121
124
|
export { default as Lightricks, type CompoundedIcon as LightricksProps } from './Lightricks';
|
122
125
|
export { default as Liquid, type CompoundedIcon as LiquidProps } from './Liquid';
|
123
126
|
export { default as LiveKit, type CompoundedIcon as LiveKitProps } from './LiveKit';
|
@@ -125,6 +128,7 @@ export { default as LlamaIndex, type CompoundedIcon as LlamaIndexProps } from '.
|
|
125
128
|
export { default as LLaVA, type CompoundedIcon as LLaVAProps } from './LLaVA';
|
126
129
|
export { default as LmStudio, type CompoundedIcon as LmStudioProps } from './LmStudio';
|
127
130
|
export { default as LobeHub, type CompoundedIcon as LobeHubProps } from './LobeHub';
|
131
|
+
export { default as Lovable, type CompoundedIcon as LovableProps } from './Lovable';
|
128
132
|
export { default as Luma, type CompoundedIcon as LumaProps } from './Luma';
|
129
133
|
export { default as Magic, type CompoundedIcon as MagicProps } from './Magic';
|
130
134
|
export { default as Make, type CompoundedIcon as MakeProps } from './Make';
|
@@ -132,6 +136,7 @@ export { default as Manus, type CompoundedIcon as ManusProps } from './Manus';
|
|
132
136
|
export { default as Mastra, type CompoundedIcon as MastraProps } from './Mastra';
|
133
137
|
export { default as MCP, type CompoundedIcon as MCPProps } from './MCP';
|
134
138
|
export { default as McpSo, type CompoundedIcon as McpSoProps } from './McpSo';
|
139
|
+
export { default as Menlo, type CompoundedIcon as MenloProps } from './Menlo';
|
135
140
|
export { default as Meta, type CompoundedIcon as MetaProps } from './Meta';
|
136
141
|
export { default as MetaAI, type CompoundedIcon as MetaAIProps } from './MetaAI';
|
137
142
|
export { default as MetaGPT, type CompoundedIcon as MetaGPTProps } from './MetaGPT';
|
@@ -162,6 +167,7 @@ export { default as PaLM, type CompoundedIcon as PaLMProps } from './PaLM';
|
|
162
167
|
export { default as Parasail, type CompoundedIcon as ParasailProps } from './Parasail';
|
163
168
|
export { default as Perplexity, type CompoundedIcon as PerplexityProps } from './Perplexity';
|
164
169
|
export { default as Phidata, type CompoundedIcon as PhidataProps } from './Phidata';
|
170
|
+
export { default as Phind, type CompoundedIcon as PhindProps } from './Phind';
|
165
171
|
export { default as Pika, type CompoundedIcon as PikaProps } from './Pika';
|
166
172
|
export { default as PixVerse, type CompoundedIcon as PixVerseProps } from './PixVerse';
|
167
173
|
export { default as Player2, type CompoundedIcon as Player2Props } from './Player2';
|
@@ -184,6 +190,7 @@ export { default as Search1API, type CompoundedIcon as Search1APIProps } from '.
|
|
184
190
|
export { default as SearchApi, type CompoundedIcon as SearchApiProps } from './SearchApi';
|
185
191
|
export { default as SenseNova, type CompoundedIcon as SenseNovaProps } from './SenseNova';
|
186
192
|
export { default as SiliconCloud, type CompoundedIcon as SiliconCloudProps } from './SiliconCloud';
|
193
|
+
export { default as Skywork, type CompoundedIcon as SkyworkProps } from './Skywork';
|
187
194
|
export { default as Smithery, type CompoundedIcon as SmitheryProps } from './Smithery';
|
188
195
|
export { default as Snowflake, type CompoundedIcon as SnowflakeProps } from './Snowflake';
|
189
196
|
export { default as Spark, type CompoundedIcon as SparkProps } from './Spark';
|
@@ -222,6 +229,7 @@ export { default as Xinference, type CompoundedIcon as XinferenceProps } from '.
|
|
222
229
|
export { default as Xuanyuan, type CompoundedIcon as XuanyuanProps } from './Xuanyuan';
|
223
230
|
export { default as Yandex, type CompoundedIcon as YandexProps } from './Yandex';
|
224
231
|
export { default as Yi, type CompoundedIcon as YiProps } from './Yi';
|
232
|
+
export { default as YouMind, type CompoundedIcon as YouMindProps } from './YouMind';
|
225
233
|
export { default as Yuanbao, type CompoundedIcon as YuanbaoProps } from './Yuanbao';
|
226
234
|
export { default as ZAI, type CompoundedIcon as ZAIProps } from './ZAI';
|
227
235
|
export { default as Zapier, type CompoundedIcon as ZapierProps } from './Zapier';
|
package/es/icons.js
CHANGED
@@ -62,6 +62,7 @@ export { default as DeepSeek } from "./DeepSeek";
|
|
62
62
|
export { default as Dify } from "./Dify";
|
63
63
|
export { default as Doc2X } from "./Doc2X";
|
64
64
|
export { default as DocSearch } from "./DocSearch";
|
65
|
+
export { default as Dolphin } from "./Dolphin";
|
65
66
|
export { default as Doubao } from "./Doubao";
|
66
67
|
export { default as DreamMachine } from "./DreamMachine";
|
67
68
|
export { default as ElevenLabs } from "./ElevenLabs";
|
@@ -98,6 +99,7 @@ export { default as Higress } from "./Higress";
|
|
98
99
|
export { default as HuggingFace } from "./HuggingFace";
|
99
100
|
export { default as Hunyuan } from "./Hunyuan";
|
100
101
|
export { default as Hyperbolic } from "./Hyperbolic";
|
102
|
+
export { default as IBM } from "./IBM";
|
101
103
|
export { default as Ideogram } from "./Ideogram";
|
102
104
|
export { default as IFlyTekCloud } from "./IFlyTekCloud";
|
103
105
|
export { default as Inference } from "./Inference";
|
@@ -118,6 +120,7 @@ export { default as Langfuse } from "./Langfuse";
|
|
118
120
|
export { default as LangGraph } from "./LangGraph";
|
119
121
|
export { default as LangSmith } from "./LangSmith";
|
120
122
|
export { default as LeptonAI } from "./LeptonAI";
|
123
|
+
export { default as LG } from "./LG";
|
121
124
|
export { default as Lightricks } from "./Lightricks";
|
122
125
|
export { default as Liquid } from "./Liquid";
|
123
126
|
export { default as LiveKit } from "./LiveKit";
|
@@ -125,6 +128,7 @@ export { default as LlamaIndex } from "./LlamaIndex";
|
|
125
128
|
export { default as LLaVA } from "./LLaVA";
|
126
129
|
export { default as LmStudio } from "./LmStudio";
|
127
130
|
export { default as LobeHub } from "./LobeHub";
|
131
|
+
export { default as Lovable } from "./Lovable";
|
128
132
|
export { default as Luma } from "./Luma";
|
129
133
|
export { default as Magic } from "./Magic";
|
130
134
|
export { default as Make } from "./Make";
|
@@ -132,6 +136,7 @@ export { default as Manus } from "./Manus";
|
|
132
136
|
export { default as Mastra } from "./Mastra";
|
133
137
|
export { default as MCP } from "./MCP";
|
134
138
|
export { default as McpSo } from "./McpSo";
|
139
|
+
export { default as Menlo } from "./Menlo";
|
135
140
|
export { default as Meta } from "./Meta";
|
136
141
|
export { default as MetaAI } from "./MetaAI";
|
137
142
|
export { default as MetaGPT } from "./MetaGPT";
|
@@ -162,6 +167,7 @@ export { default as PaLM } from "./PaLM";
|
|
162
167
|
export { default as Parasail } from "./Parasail";
|
163
168
|
export { default as Perplexity } from "./Perplexity";
|
164
169
|
export { default as Phidata } from "./Phidata";
|
170
|
+
export { default as Phind } from "./Phind";
|
165
171
|
export { default as Pika } from "./Pika";
|
166
172
|
export { default as PixVerse } from "./PixVerse";
|
167
173
|
export { default as Player2 } from "./Player2";
|
@@ -184,6 +190,7 @@ export { default as Search1API } from "./Search1API";
|
|
184
190
|
export { default as SearchApi } from "./SearchApi";
|
185
191
|
export { default as SenseNova } from "./SenseNova";
|
186
192
|
export { default as SiliconCloud } from "./SiliconCloud";
|
193
|
+
export { default as Skywork } from "./Skywork";
|
187
194
|
export { default as Smithery } from "./Smithery";
|
188
195
|
export { default as Snowflake } from "./Snowflake";
|
189
196
|
export { default as Spark } from "./Spark";
|
@@ -222,6 +229,7 @@ export { default as Xinference } from "./Xinference";
|
|
222
229
|
export { default as Xuanyuan } from "./Xuanyuan";
|
223
230
|
export { default as Yandex } from "./Yandex";
|
224
231
|
export { default as Yi } from "./Yi";
|
232
|
+
export { default as YouMind } from "./YouMind";
|
225
233
|
export { default as Yuanbao } from "./Yuanbao";
|
226
234
|
export { default as ZAI } from "./ZAI";
|
227
235
|
export { default as Zapier } from "./Zapier";
|
package/es/toc.js
CHANGED
@@ -1158,6 +1158,24 @@ var toc = [{
|
|
1158
1158
|
"hasTextColor": false
|
1159
1159
|
},
|
1160
1160
|
"title": "DocSearch"
|
1161
|
+
}, {
|
1162
|
+
"color": "#6186db",
|
1163
|
+
"desc": "https://dphn.ai",
|
1164
|
+
"docsUrl": "dolphin",
|
1165
|
+
"fullTitle": "Dolphin (dphnAI)",
|
1166
|
+
"group": "model",
|
1167
|
+
"id": "Dolphin",
|
1168
|
+
"param": {
|
1169
|
+
"hasAvatar": true,
|
1170
|
+
"hasBrand": false,
|
1171
|
+
"hasBrandColor": false,
|
1172
|
+
"hasColor": false,
|
1173
|
+
"hasCombine": true,
|
1174
|
+
"hasText": true,
|
1175
|
+
"hasTextCn": false,
|
1176
|
+
"hasTextColor": false
|
1177
|
+
},
|
1178
|
+
"title": "Dolphin"
|
1161
1179
|
}, {
|
1162
1180
|
"color": "#FFF",
|
1163
1181
|
"desc": "https://team.doubao.com",
|
@@ -1809,6 +1827,24 @@ var toc = [{
|
|
1809
1827
|
"hasTextColor": false
|
1810
1828
|
},
|
1811
1829
|
"title": "Hyperbolic"
|
1830
|
+
}, {
|
1831
|
+
"color": "#0F62FE",
|
1832
|
+
"desc": "https://huggingface.co/ibm-granite",
|
1833
|
+
"docsUrl": "ibm",
|
1834
|
+
"fullTitle": "IBM (Granite)",
|
1835
|
+
"group": "provider",
|
1836
|
+
"id": "IBM",
|
1837
|
+
"param": {
|
1838
|
+
"hasAvatar": true,
|
1839
|
+
"hasBrand": false,
|
1840
|
+
"hasBrandColor": false,
|
1841
|
+
"hasColor": false,
|
1842
|
+
"hasCombine": true,
|
1843
|
+
"hasText": true,
|
1844
|
+
"hasTextCn": false,
|
1845
|
+
"hasTextColor": false
|
1846
|
+
},
|
1847
|
+
"title": "IBM"
|
1812
1848
|
}, {
|
1813
1849
|
"color": "#2A80E2",
|
1814
1850
|
"desc": "https://xfyun.cn",
|
@@ -2063,6 +2099,24 @@ var toc = [{
|
|
2063
2099
|
"hasTextColor": false
|
2064
2100
|
},
|
2065
2101
|
"title": "Kolors"
|
2102
|
+
}, {
|
2103
|
+
"color": "#C00C3F",
|
2104
|
+
"desc": "https://www.lgresearch.ai",
|
2105
|
+
"docsUrl": "lg",
|
2106
|
+
"fullTitle": "LG AI (KMMLU/EXAONE)",
|
2107
|
+
"group": "provider",
|
2108
|
+
"id": "LG",
|
2109
|
+
"param": {
|
2110
|
+
"hasAvatar": true,
|
2111
|
+
"hasBrand": false,
|
2112
|
+
"hasBrandColor": false,
|
2113
|
+
"hasColor": true,
|
2114
|
+
"hasCombine": true,
|
2115
|
+
"hasText": true,
|
2116
|
+
"hasTextCn": false,
|
2117
|
+
"hasTextColor": false
|
2118
|
+
},
|
2119
|
+
"title": "LG AI"
|
2066
2120
|
}, {
|
2067
2121
|
"color": "#CB2D30",
|
2068
2122
|
"colorGradient": "linear-gradient(-45deg, #CB2D30, #ED823A)",
|
@@ -2299,6 +2353,24 @@ var toc = [{
|
|
2299
2353
|
"hasTextColor": false
|
2300
2354
|
},
|
2301
2355
|
"title": "LobeHub"
|
2356
|
+
}, {
|
2357
|
+
"color": "#000",
|
2358
|
+
"desc": "https://lovable.dev",
|
2359
|
+
"docsUrl": "lovable",
|
2360
|
+
"fullTitle": "Lovable",
|
2361
|
+
"group": "application",
|
2362
|
+
"id": "Lovable",
|
2363
|
+
"param": {
|
2364
|
+
"hasAvatar": true,
|
2365
|
+
"hasBrand": false,
|
2366
|
+
"hasBrandColor": false,
|
2367
|
+
"hasColor": true,
|
2368
|
+
"hasCombine": true,
|
2369
|
+
"hasText": true,
|
2370
|
+
"hasTextCn": false,
|
2371
|
+
"hasTextColor": false
|
2372
|
+
},
|
2373
|
+
"title": "Lovable"
|
2302
2374
|
}, {
|
2303
2375
|
"color": "#000",
|
2304
2376
|
"desc": "https://lumalabs.ai",
|
@@ -2425,6 +2497,24 @@ var toc = [{
|
|
2425
2497
|
"hasTextColor": false
|
2426
2498
|
},
|
2427
2499
|
"title": "MCP.so"
|
2500
|
+
}, {
|
2501
|
+
"color": "#FF5C00",
|
2502
|
+
"desc": "https://www.menlo.ai",
|
2503
|
+
"docsUrl": "menlo",
|
2504
|
+
"fullTitle": "MENLO (Lucy/Jan-nano)",
|
2505
|
+
"group": "provider",
|
2506
|
+
"id": "Menlo",
|
2507
|
+
"param": {
|
2508
|
+
"hasAvatar": true,
|
2509
|
+
"hasBrand": false,
|
2510
|
+
"hasBrandColor": false,
|
2511
|
+
"hasColor": false,
|
2512
|
+
"hasCombine": true,
|
2513
|
+
"hasText": true,
|
2514
|
+
"hasTextCn": false,
|
2515
|
+
"hasTextColor": false
|
2516
|
+
},
|
2517
|
+
"title": "MENLO"
|
2428
2518
|
}, {
|
2429
2519
|
"color": "#1d65c1",
|
2430
2520
|
"colorGradient": "linear-gradient(45deg, #007FF8, #0668E1, #007FF8)",
|
@@ -2720,7 +2810,7 @@ var toc = [{
|
|
2720
2810
|
"color": "#2D6376",
|
2721
2811
|
"desc": "https://nousresearch.com",
|
2722
2812
|
"docsUrl": "nous-research",
|
2723
|
-
"fullTitle": "NousResearch",
|
2813
|
+
"fullTitle": "NousResearch (Hermes)",
|
2724
2814
|
"group": "provider",
|
2725
2815
|
"id": "NousResearch",
|
2726
2816
|
"param": {
|
@@ -2793,8 +2883,8 @@ var toc = [{
|
|
2793
2883
|
"color": "#74B71B",
|
2794
2884
|
"desc": "https://nvidia.com/en-us/ai-on-rtx/chat-with-rtx-generative-ai/",
|
2795
2885
|
"docsUrl": "nvidia",
|
2796
|
-
"fullTitle": "Nvidia (
|
2797
|
-
"group": "
|
2886
|
+
"fullTitle": "Nvidia (Nemotron)",
|
2887
|
+
"group": "provider",
|
2798
2888
|
"id": "Nvidia",
|
2799
2889
|
"param": {
|
2800
2890
|
"hasAvatar": true,
|
@@ -2987,6 +3077,24 @@ var toc = [{
|
|
2987
3077
|
"hasTextColor": false
|
2988
3078
|
},
|
2989
3079
|
"title": "Phidata"
|
3080
|
+
}, {
|
3081
|
+
"color": "#000",
|
3082
|
+
"desc": "https://phind.com",
|
3083
|
+
"docsUrl": "phind",
|
3084
|
+
"fullTitle": "Phind",
|
3085
|
+
"group": "model",
|
3086
|
+
"id": "Phind",
|
3087
|
+
"param": {
|
3088
|
+
"hasAvatar": true,
|
3089
|
+
"hasBrand": false,
|
3090
|
+
"hasBrandColor": false,
|
3091
|
+
"hasColor": false,
|
3092
|
+
"hasCombine": true,
|
3093
|
+
"hasText": true,
|
3094
|
+
"hasTextCn": false,
|
3095
|
+
"hasTextColor": false
|
3096
|
+
},
|
3097
|
+
"title": "phind"
|
2990
3098
|
}, {
|
2991
3099
|
"color": "#FDF7EF",
|
2992
3100
|
"desc": "https://pika.art",
|
@@ -3369,6 +3477,24 @@ var toc = [{
|
|
3369
3477
|
"hasTextColor": false
|
3370
3478
|
},
|
3371
3479
|
"title": "SiliconCloud"
|
3480
|
+
}, {
|
3481
|
+
"color": "#fff",
|
3482
|
+
"desc": "https://skywork.ai",
|
3483
|
+
"docsUrl": "skywork",
|
3484
|
+
"fullTitle": "Skywork (天工)",
|
3485
|
+
"group": "model",
|
3486
|
+
"id": "Skywork",
|
3487
|
+
"param": {
|
3488
|
+
"hasAvatar": true,
|
3489
|
+
"hasBrand": false,
|
3490
|
+
"hasBrandColor": false,
|
3491
|
+
"hasColor": true,
|
3492
|
+
"hasCombine": true,
|
3493
|
+
"hasText": true,
|
3494
|
+
"hasTextCn": false,
|
3495
|
+
"hasTextColor": false
|
3496
|
+
},
|
3497
|
+
"title": "Skywork"
|
3372
3498
|
}, {
|
3373
3499
|
"color": "#EA580C",
|
3374
3500
|
"desc": "https://smithery.ai",
|
@@ -4059,6 +4185,24 @@ var toc = [{
|
|
4059
4185
|
"hasTextColor": false
|
4060
4186
|
},
|
4061
4187
|
"title": "Yi"
|
4188
|
+
}, {
|
4189
|
+
"color": "#000",
|
4190
|
+
"desc": "https://youmind.ai",
|
4191
|
+
"docsUrl": "you-mind",
|
4192
|
+
"fullTitle": "YouMind",
|
4193
|
+
"group": "application",
|
4194
|
+
"id": "YouMind",
|
4195
|
+
"param": {
|
4196
|
+
"hasAvatar": true,
|
4197
|
+
"hasBrand": false,
|
4198
|
+
"hasBrandColor": false,
|
4199
|
+
"hasColor": false,
|
4200
|
+
"hasCombine": true,
|
4201
|
+
"hasText": true,
|
4202
|
+
"hasTextCn": false,
|
4203
|
+
"hasTextColor": false
|
4204
|
+
},
|
4205
|
+
"title": "YouMind"
|
4062
4206
|
}, {
|
4063
4207
|
"color": "#fff",
|
4064
4208
|
"desc": "https://yuanbao.tencent.com",
|