@lobehub/icons 2.1.0 → 2.2.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.
@@ -14,6 +14,7 @@ import CodeGeeX from "../CodeGeeX";
|
|
14
14
|
import Cohere from "../Cohere";
|
15
15
|
import Dalle from "../Dalle";
|
16
16
|
import Dbrx from "../Dbrx";
|
17
|
+
import DeepMind from "../DeepMind";
|
17
18
|
import DeepSeek from "../DeepSeek";
|
18
19
|
import Doubao from "../Doubao";
|
19
20
|
import Fireworks from "../Fireworks";
|
@@ -108,6 +109,11 @@ export var modelMappings = [{
|
|
108
109
|
}, {
|
109
110
|
Icon: Gemini,
|
110
111
|
keywords: ['gemini']
|
112
|
+
},
|
113
|
+
// google is imagen-4.0-ultra-generate-exp-05-20; fal is imagen4/preview
|
114
|
+
{
|
115
|
+
Icon: DeepMind,
|
116
|
+
keywords: ['^imagen-', '^imagen\\d/']
|
111
117
|
}, {
|
112
118
|
Icon: Gemma,
|
113
119
|
keywords: ['gemma']
|