refactor: rename provider to alicode (Aliyun Coding)

Rename alicloud to alicode to clearly indicate Aliyun's Coding Plan service.

- Provider ID: alicode (short for Aliyun Coding)
- Model format: alicode/qwen3.5-plus
- Simplified mapping - no more bidirectional aliases

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
BiuBiu_Hu
2026-02-26 08:05:05 +08:00
co-authored by Claude Opus 4.5
parent b0ec81f4a5
commit d14c18f77f
9 changed files with 13 additions and 20 deletions
+2 -2
View File
@@ -160,7 +160,7 @@ export const PROVIDER_MODELS = {
"minimax-cn": [
{ id: "MiniMax-M2.1", name: "MiniMax M2.1" },
],
alicloud: [
alicode: [
{ id: "qwen3.5-plus", name: "Qwen3.5 Plus" },
{ id: "kimi-k2.5", name: "Kimi K2.5" },
{ id: "glm-5", name: "GLM 5" },
@@ -223,7 +223,7 @@ export const PROVIDER_ID_TO_ALIAS = {
kimi: "kimi",
minimax: "minimax",
"minimax-cn": "minimax-cn",
alicloud: "alicloud",
alicode: "alicode",
};
export function getModelsByProviderId(providerId) {