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
+1 -1
View File
@@ -37,7 +37,7 @@ export const PROVIDER_ENDPOINTS = {
kimi: "https://api.kimi.com/coding/v1/messages",
minimax: "https://api.minimax.io/anthropic/v1/messages",
"minimax-cn": "https://api.minimaxi.com/anthropic/v1/messages",
alicloud: "https://coding.dashscope.aliyuncs.com/v1/chat/completions",
alicode: "https://coding.dashscope.aliyuncs.com/v1/chat/completions",
openai: "https://api.openai.com/v1/chat/completions",
anthropic: "https://api.anthropic.com/v1/messages",
gemini: "https://generativelanguage.googleapis.com/v1beta/models",