mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-17 21:10:54 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"id": "moonshot",
|
|
"providers": ["moonshot"],
|
|
"providerAuthEnvVars": {
|
|
"moonshot": ["MOONSHOT_API_KEY"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "moonshot",
|
|
"method": "api-key",
|
|
"choiceId": "moonshot-api-key",
|
|
"choiceLabel": "Kimi API key (.ai)",
|
|
"groupId": "moonshot",
|
|
"groupLabel": "Moonshot AI (Kimi K2.5)",
|
|
"groupHint": "Kimi K2.5 + Kimi Coding",
|
|
"optionKey": "moonshotApiKey",
|
|
"cliFlag": "--moonshot-api-key",
|
|
"cliOption": "--moonshot-api-key <key>",
|
|
"cliDescription": "Moonshot API key"
|
|
},
|
|
{
|
|
"provider": "moonshot",
|
|
"method": "api-key-cn",
|
|
"choiceId": "moonshot-api-key-cn",
|
|
"choiceLabel": "Kimi API key (.cn)",
|
|
"groupId": "moonshot",
|
|
"groupLabel": "Moonshot AI (Kimi K2.5)",
|
|
"groupHint": "Kimi K2.5 + Kimi Coding",
|
|
"optionKey": "moonshotApiKey",
|
|
"cliFlag": "--moonshot-api-key",
|
|
"cliOption": "--moonshot-api-key <key>",
|
|
"cliDescription": "Moonshot API key"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|