mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 12:50:53 +08:00
Coding Plan: - 更新模型列表至最新(qwen3.6-plus、kimi-k2.5、glm-5 等 9 个模型) - 修正上下文窗口参数(qwen3.6-plus: 1M, glm-5: 200K 等) - label 从 "Token (Coding) Plan" 改回 "Coding Plan" Token Plan(新增): - 新增 dashscope-token-plan.json 配置 - baseUrl: token-plan.cn-beijing.maas.aliyuncs.com/compatible-mode/v1 - 包含文本模型 4 个 + 图像模型 4 个(wan2.7 + qwen-image-2.0) - accessMode: "token-plan",usageTracking: credits Providers (dashscope.json): - 补充 qwen-image-2.0-pro 和 qwen-image-2.0 两个图像生成模型
15 lines
298 B
JSON
15 lines
298 B
JSON
{
|
|
"description": "Coding Plan / Token Plan 预设加载顺序索引",
|
|
"order": [
|
|
"zhipu-coding",
|
|
"dashscope-coding",
|
|
"dashscope-token-plan",
|
|
"volcengine-coding",
|
|
"minimax-coding",
|
|
"moonshot-coding",
|
|
"infini-coding",
|
|
"moorethread-coding",
|
|
"kwai-coding"
|
|
]
|
|
}
|