mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 15:06:49 +02:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"id": "kimi",
|
|
"enabledByDefault": true,
|
|
"providers": ["kimi", "kimi-coding"],
|
|
"providerRequest": {
|
|
"providers": {
|
|
"kimi": {
|
|
"family": "moonshot",
|
|
"compatibilityFamily": "moonshot"
|
|
},
|
|
"kimi-coding": {
|
|
"family": "moonshot",
|
|
"compatibilityFamily": "moonshot"
|
|
}
|
|
}
|
|
},
|
|
"modelPricing": {
|
|
"providers": {
|
|
"kimi": {
|
|
"openRouter": {
|
|
"provider": "moonshotai"
|
|
},
|
|
"liteLLM": {
|
|
"provider": "moonshot"
|
|
}
|
|
},
|
|
"kimi-coding": {
|
|
"openRouter": {
|
|
"provider": "moonshotai"
|
|
},
|
|
"liteLLM": {
|
|
"provider": "moonshot"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"providerAuthEnvVars": {
|
|
"kimi": ["KIMI_API_KEY", "KIMICODE_API_KEY"],
|
|
"kimi-coding": ["KIMI_API_KEY", "KIMICODE_API_KEY"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "kimi",
|
|
"method": "api-key",
|
|
"choiceId": "kimi-code-api-key",
|
|
"choiceLabel": "Kimi Code API key (subscription)",
|
|
"groupId": "moonshot",
|
|
"groupLabel": "Moonshot AI (Kimi K2.6)",
|
|
"groupHint": "Kimi K2.6",
|
|
"optionKey": "kimiCodeApiKey",
|
|
"cliFlag": "--kimi-code-api-key",
|
|
"cliOption": "--kimi-code-api-key <key>",
|
|
"cliDescription": "Kimi Code API key (subscription)"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|