Skip to content

Commit ea0a9d9

Browse files
bennyliiDeepSeek V4 Pro
andcommitted
Kimi 模型版本从 K2.5 升级到 K2.6,保留 K2.5 向后兼容
Co-Authored-By: DeepSeek V4 Pro <noreply@deepseek.com>
1 parent 3a5f903 commit ea0a9d9

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/main/providers/builtin/kimi.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ export const kimiConfig: BuiltinProviderConfig = {
2525
'Priority': 'u=1, i',
2626
},
2727
enabled: true,
28-
description: 'Kimi K2.5 AI assistant by Moonshot, supports thinking mode and web search',
28+
description: 'Kimi K2.6 AI assistant by Moonshot, supports thinking mode and web search',
2929
supportedModels: [
30+
'Kimi-K2.6',
3031
'Kimi-K2.5',
3132
],
3233
modelMappings: {
33-
'Kimi-K2.5': 'kimi-k2.5',
34+
'Kimi-K2.6': 'kimi-k2.6',
35+
'Kimi-K2.5': 'kimi-k2.6',
3436
},
3537
credentialFields: [
3638
{

src/main/proxy/adapters/kimi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Kimi K2.5 Adapter
2+
* Kimi K2.6 Adapter
33
* Implements Kimi web API protocol with thinking mode and web search support
44
*/
55

0 commit comments

Comments
 (0)