feat(presets): add LemonData provider across all six apps

Register LemonData (third-party partner) preset for Claude, Codex,
Gemini, OpenCode, OpenClaw, and Hermes, plus icon assets and i18n
partner promotion copy (zh/en/ja). Claude preset uses
ANTHROPIC_API_KEY auth; OpenAI-compatible apps target gpt-5.4.
This commit is contained in:
Jason
2026-04-22 10:39:17 +08:00
parent 2274da0b8e
commit f4a9021461
12 changed files with 149 additions and 3 deletions
+28
View File
@@ -1418,6 +1418,34 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [
},
},
},
{
name: "LemonData",
websiteUrl: "https://lemondata.cc",
apiKeyUrl: "https://lemondata.cc/r/FFX1ZDUP",
settingsConfig: {
npm: "@ai-sdk/openai-compatible",
name: "LemonData",
options: {
baseURL: "https://api.lemondata.cc/v1",
apiKey: "",
setCacheKey: true,
},
models: {
"gpt-5.4": { name: "GPT-5.4" },
},
},
category: "third_party",
isPartner: true,
partnerPromotionKey: "lemondata",
icon: "lemondata",
templateValues: {
apiKey: {
label: "API Key",
placeholder: "",
editorValue: "",
},
},
},
{
name: "AWS Bedrock",
websiteUrl: "https://aws.amazon.com/bedrock/",