mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-17 21:10:54 +00:00
28 lines
742 B
JSON
28 lines
742 B
JSON
{
|
|
"id": "kimi-coding",
|
|
"providers": ["kimi-coding"],
|
|
"providerAuthEnvVars": {
|
|
"kimi-coding": ["KIMI_API_KEY", "KIMICODE_API_KEY"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "kimi-coding",
|
|
"method": "api-key",
|
|
"choiceId": "kimi-code-api-key",
|
|
"choiceLabel": "Kimi Code API key (subscription)",
|
|
"groupId": "moonshot",
|
|
"groupLabel": "Moonshot AI (Kimi K2.5)",
|
|
"groupHint": "Kimi K2.5 + Kimi Coding",
|
|
"optionKey": "kimiCodeApiKey",
|
|
"cliFlag": "--kimi-code-api-key",
|
|
"cliOption": "--kimi-code-api-key <key>",
|
|
"cliDescription": "Kimi Coding API key"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|