mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 17:51:22 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"id": "arcee",
|
|
"enabledByDefault": true,
|
|
"providers": ["arcee"],
|
|
"providerAuthEnvVars": {
|
|
"arcee": ["ARCEEAI_API_KEY"]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "arcee",
|
|
"method": "arcee-platform",
|
|
"choiceId": "arceeai-api-key",
|
|
"choiceLabel": "Arcee AI API key",
|
|
"choiceHint": "Direct (chat.arcee.ai)",
|
|
"groupId": "arcee",
|
|
"groupLabel": "Arcee AI",
|
|
"groupHint": "Direct API or OpenRouter",
|
|
"optionKey": "arceeaiApiKey",
|
|
"cliFlag": "--arceeai-api-key",
|
|
"cliOption": "--arceeai-api-key <key>",
|
|
"cliDescription": "Arcee AI API key"
|
|
},
|
|
{
|
|
"provider": "arcee",
|
|
"method": "openrouter",
|
|
"choiceId": "arceeai-openrouter",
|
|
"choiceLabel": "OpenRouter API key",
|
|
"choiceHint": "Via OpenRouter (openrouter.ai)",
|
|
"groupId": "arcee",
|
|
"groupLabel": "Arcee AI",
|
|
"groupHint": "Direct API or OpenRouter",
|
|
"optionKey": "openrouterApiKey",
|
|
"cliFlag": "--openrouter-api-key",
|
|
"cliOption": "--openrouter-api-key <key>",
|
|
"cliDescription": "OpenRouter API key for Arcee AI models"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|