mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 04:43:57 +00:00
* feat(providers): add ClawRouter routing and quotas * docs(plugins): refresh Ollama inventory * test(plugins): register ClawRouter boundary coverage * docs(i18n): add ClawRouter glossary terms * docs(providers): expand ClawRouter setup guide
38 lines
908 B
JSON
38 lines
908 B
JSON
{
|
|
"id": "clawrouter",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"enabledByDefault": true,
|
|
"providers": ["clawrouter"],
|
|
"setup": {
|
|
"providers": [
|
|
{
|
|
"id": "clawrouter",
|
|
"envVars": ["CLAWROUTER_API_KEY"]
|
|
}
|
|
]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "clawrouter",
|
|
"method": "api-key",
|
|
"choiceId": "clawrouter-api-key",
|
|
"choiceLabel": "ClawRouter proxy key",
|
|
"choiceHint": "Approved models through one managed key",
|
|
"groupId": "clawrouter",
|
|
"groupLabel": "ClawRouter",
|
|
"groupHint": "Managed model access and quotas",
|
|
"optionKey": "clawrouterApiKey",
|
|
"cliFlag": "--clawrouter-api-key",
|
|
"cliOption": "--clawrouter-api-key <key>",
|
|
"cliDescription": "ClawRouter proxy key"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|