@lobehub/icons 1.38.0 → 1.38.1
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.
@@ -22,6 +22,7 @@ import Baichuan from "../Baichuan";
|
|
22
22
|
import BaiduCloud from "../BaiduCloud";
|
23
23
|
import Bedrock from "../Bedrock";
|
24
24
|
import Claude from "../Claude";
|
25
|
+
import Cloudflare from "../Cloudflare";
|
25
26
|
import DeepSeek from "../DeepSeek";
|
26
27
|
import Doubao from "../Doubao";
|
27
28
|
import Fireworks from "../Fireworks";
|
@@ -278,4 +279,8 @@ export var providerMappings = [{
|
|
278
279
|
Icon: XAI,
|
279
280
|
combineMultiple: 0.85,
|
280
281
|
keywords: [ModelProvider.XAI]
|
282
|
+
}, {
|
283
|
+
Icon: Cloudflare,
|
284
|
+
combineMultiple: 1.3,
|
285
|
+
keywords: [ModelProvider.Cloudflare]
|
281
286
|
}];
|
@@ -5,6 +5,7 @@ export var ModelProvider = /*#__PURE__*/function (ModelProvider) {
|
|
5
5
|
ModelProvider["Azure"] = "azure";
|
6
6
|
ModelProvider["Baichuan"] = "baichuan";
|
7
7
|
ModelProvider["Bedrock"] = "bedrock";
|
8
|
+
ModelProvider["Cloudflare"] = "cloudflare";
|
8
9
|
ModelProvider["DeepSeek"] = "deepseek";
|
9
10
|
ModelProvider["Doubao"] = "Doubao";
|
10
11
|
ModelProvider["FireworksAI"] = "fireworksai";
|