feat: update PIPELLM preset with full config, add Codex support and icon

Update base URL to cc-api.pipellm.ai, add complete model definitions
(Opus/Sonnet/Haiku), add Codex preset with custom TOML config, add
pipellm PNG icon, and set apiKeyUrl to referral link.
This commit is contained in:
Jason
2026-04-10 22:09:21 +08:00
parent 7d21663e6d
commit 337224546c
7 changed files with 58 additions and 9 deletions
+2
View File
@@ -3,6 +3,7 @@
import _dds from "./dds.svg?url";
import _eflowcode from "./eflowcode.png";
import _pipellm from "./pipellm.png";
import _shengsuanyun from "./shengsuanyun.svg?url";
import _xcode from "./xcode.svg?url";
@@ -81,6 +82,7 @@ export const icons: Record<string, string> = {
export const iconUrls: Record<string, string> = {
dds: _dds,
eflowcode: _eflowcode,
pipellm: _pipellm,
shengsuanyun: _shengsuanyun,
xcode: _xcode,
};
+7
View File
@@ -366,6 +366,13 @@ export const iconMetadata: Record<string, IconMetadata> = {
keywords: ["openrouter", "router", "aggregator"],
defaultColor: "#6566F1",
},
pipellm: {
name: "pipellm",
displayName: "PIPELLM",
category: "ai-provider",
keywords: ["pipellm", "pipe"],
defaultColor: "currentColor",
},
eflowcode: {
name: "eflowcode",
displayName: "E-FlowCode",
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB