mirror of https://github.com/openclaw/openclaw.git
29 lines
758 B
JSON
29 lines
758 B
JSON
{
|
|
"id": "kimi",
|
|
"providers": ["kimi", "kimi-coding"],
|
|
"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",
|
|
"groupId": "kimi-code",
|
|
"groupLabel": "Kimi Code",
|
|
"groupHint": "Dedicated coding endpoint",
|
|
"optionKey": "kimiCodeApiKey",
|
|
"cliFlag": "--kimi-code-api-key",
|
|
"cliOption": "--kimi-code-api-key <key>",
|
|
"cliDescription": "Kimi Code API key"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|