We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5f903 commit ea0a9d9Copy full SHA for ea0a9d9
2 files changed
src/main/providers/builtin/kimi.ts
@@ -25,12 +25,14 @@ export const kimiConfig: BuiltinProviderConfig = {
25
'Priority': 'u=1, i',
26
},
27
enabled: true,
28
- description: 'Kimi K2.5 AI assistant by Moonshot, supports thinking mode and web search',
+ description: 'Kimi K2.6 AI assistant by Moonshot, supports thinking mode and web search',
29
supportedModels: [
30
+ 'Kimi-K2.6',
31
'Kimi-K2.5',
32
],
33
modelMappings: {
- 'Kimi-K2.5': 'kimi-k2.5',
34
+ 'Kimi-K2.6': 'kimi-k2.6',
35
+ 'Kimi-K2.5': 'kimi-k2.6',
36
37
credentialFields: [
38
{
src/main/proxy/adapters/kimi.ts
@@ -1,5 +1,5 @@
1
/**
2
- * Kimi K2.5 Adapter
+ * Kimi K2.6 Adapter
3
* Implements Kimi web API protocol with thinking mode and web search support
4
*/
5
0 commit comments