diff --git a/open-sse/config/providerModels.js b/open-sse/config/providerModels.js index 4a064cb5..bc2e2a0e 100644 --- a/open-sse/config/providerModels.js +++ b/open-sse/config/providerModels.js @@ -144,7 +144,7 @@ export const PROVIDER_MODELS = { { id: "claude-sonnet-4.5-thinking-agentic", name: "Claude Sonnet 4.5 (Thinking + Agentic)" }, { id: "claude-haiku-4.5-thinking-agentic", name: "Claude Haiku 4.5 (Thinking + Agentic)" }, ], - qd: [ // Qoder AI - tier + frontier models (server-published catalog) + qd: [ // Qoder - tier + frontier models (server-published catalog) // Tier models — pick a quality/cost tradeoff { id: "auto", name: "Qoder Auto" }, { id: "ultimate", name: "Qoder Ultimate" }, diff --git a/src/shared/constants/providers.js b/src/shared/constants/providers.js index fcecc39a..05302aa3 100644 --- a/src/shared/constants/providers.js +++ b/src/shared/constants/providers.js @@ -9,7 +9,7 @@ export const FREE_PROVIDERS = { "gemini-cli": { id: "gemini-cli", alias: "gc", name: "Gemini CLI", icon: "terminal", color: "#4285F4", deprecated: true, deprecationNotice: RISK_NOTICE, website: "https://github.com/google-gemini/gemini-cli", notice: { signupUrl: "https://github.com/google-gemini/gemini-cli" } }, // gitlab: { id: "gitlab", alias: "gl", name: "GitLab Duo", icon: "code", color: "#FC6D26" }, // codebuddy: { id: "codebuddy", alias: "cb", name: "CodeBuddy", icon: "smart_toy", color: "#006EFF" }, - qoder: { id: "qoder", alias: "qd", name: "Qoder AI", icon: "water_drop", color: "#EC4899", deprecated: true, deprecationNotice: RISK_NOTICE, website: "https://qoder.com", notice: { signupUrl: "https://qoder.com" } }, + qoder: { id: "qoder", alias: "qd", name: "Qoder", icon: "water_drop", color: "#EC4899", deprecated: true, deprecationNotice: RISK_NOTICE, website: "https://qoder.com", notice: { signupUrl: "https://qoder.com" } }, // iflow: { id: "iflow", alias: "if", name: "iFlow AI", icon: "water_drop", color: "#6366F1", website: "https://iflow.cn", notice: { signupUrl: "https://iflow.cn" } }, opencode: { id: "opencode", alias: "oc", name: "OpenCode Free", icon: "terminal", color: "#E87040", textIcon: "OC", noAuth: true, passthroughModels: true, modelsFetcher: { url: "https://opencode.ai/zen/v1/models", type: "opencode-free" } }, };