UI: label Qwen provider

This commit is contained in:
Muhammed Mukhthar CM
2026-01-17 20:28:15 +00:00
committed by Peter Steinberger
parent a760db9921
commit b56b67cdbd
8 changed files with 19 additions and 19 deletions

View File

@@ -234,7 +234,7 @@ function buildQwenPortalProvider(): ProviderConfig {
models: [
{
id: "coder-model",
name: "Qwen Coder (Portal)",
name: "Qwen Coder",
reasoning: false,
input: ["text"],
cost: QWEN_PORTAL_DEFAULT_COST,
@@ -243,7 +243,7 @@ function buildQwenPortalProvider(): ProviderConfig {
},
{
id: "vision-model",
name: "Qwen Vision (Portal)",
name: "Qwen Vision",
reasoning: false,
input: ["text", "image"],
cost: QWEN_PORTAL_DEFAULT_COST,

View File

@@ -196,7 +196,7 @@ export function buildAuthChoiceOptions(params: {
});
options.push({ value: "gemini-api-key", label: "Google Gemini API key" });
options.push({ value: "zai-api-key", label: "Z.AI (GLM 4.7) API key" });
options.push({ value: "qwen-portal", label: "Qwen Portal OAuth" });
options.push({ value: "qwen-portal", label: "Qwen OAuth" });
options.push({ value: "apiKey", label: "Anthropic API key" });
// Token flow is currently Anthropic-only; use CLI for advanced providers.
options.push({