feat: add glm-4.7 and kimi-k2.5 to Coding Plan (Global/Intl region)

- Added glm-4.7 and kimi-k2.5 to the Global/Intl region template
- Excluded qwen3-coder-next as it's not yet supported internationally
- Both models configured with thinking enabled

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
pomelo-nwu 2026-02-23 10:18:57 +08:00
parent b0e8c66523
commit 7ebae58a8c

View file

@ -162,6 +162,32 @@ export function generateCodingPlanTemplate(
},
},
},
{
id: 'glm-4.7',
name: 'glm-4.7',
description:
'glm-4.7 model with thinking enabled from Coding Plan (Global/Intl)',
baseUrl: 'https://coding-intl.dashscope.aliyuncs.com/v1',
envKey: CODING_PLAN_ENV_KEY,
generationConfig: {
extra_body: {
enable_thinking: true,
},
},
},
{
id: 'kimi-k2.5',
name: 'kimi-k2.5',
description:
'kimi-k2.5 model with thinking enabled from Coding Plan (Global/Intl)',
baseUrl: 'https://coding-intl.dashscope.aliyuncs.com/v1',
envKey: CODING_PLAN_ENV_KEY,
generationConfig: {
extra_body: {
enable_thinking: true,
},
},
},
];
}