@lobehub/icons 5.10.0 → 5.11.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.
|
@@ -182,7 +182,7 @@ export var modelMappings = [{
|
|
|
182
182
|
keywords: ['llava']
|
|
183
183
|
}, {
|
|
184
184
|
Icon: NanoBanana,
|
|
185
|
-
keywords: ['gemini-3.1-flash-image-preview', 'gemini-3-pro-image-preview', 'gemini-\\d+(?:\\.\\d+)?-(?:flash
|
|
185
|
+
keywords: ['gemini-3.1-flash-image-preview', 'gemini-3-pro-image-preview', 'gemini-\\d+(?:\\.\\d+)?-(?:flash(?:-lite)?|pro)-image(?:-preview)?(?::|$)', 'nanobanana', 'nano-banana']
|
|
186
186
|
}, {
|
|
187
187
|
Icon: Gemini,
|
|
188
188
|
keywords: ['gemini']
|
|
@@ -69,6 +69,7 @@ import Github from "../Github";
|
|
|
69
69
|
import GithubCopilot from "../GithubCopilot";
|
|
70
70
|
import Google from "../Google";
|
|
71
71
|
import GoogleCloud from "../GoogleCloud";
|
|
72
|
+
import Grok from "../Grok";
|
|
72
73
|
import Groq from "../Groq";
|
|
73
74
|
import Higress from "../Higress";
|
|
74
75
|
import Huawei from "../Huawei";
|
|
@@ -572,6 +573,9 @@ export var providerMappings = [{
|
|
|
572
573
|
Icon: XAI,
|
|
573
574
|
combineMultiple: 0.85,
|
|
574
575
|
keywords: [ModelProvider.XAI]
|
|
576
|
+
}, {
|
|
577
|
+
Icon: Grok,
|
|
578
|
+
keywords: [ModelProvider.SuperGrok]
|
|
575
579
|
}, {
|
|
576
580
|
Combine: /*#__PURE__*/memo(function (_ref7) {
|
|
577
581
|
var _ref7$size = _ref7.size,
|
|
@@ -123,6 +123,7 @@ export var ModelProvider = /*#__PURE__*/function (ModelProvider) {
|
|
|
123
123
|
ModelProvider["Straico"] = "straico";
|
|
124
124
|
ModelProvider["StreamLake"] = "streamlake";
|
|
125
125
|
ModelProvider["SubModel"] = "submodel";
|
|
126
|
+
ModelProvider["SuperGrok"] = "supergrok";
|
|
126
127
|
ModelProvider["TII"] = "tii";
|
|
127
128
|
ModelProvider["Taichu"] = "taichu";
|
|
128
129
|
ModelProvider["Targon"] = "targon";
|