mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 10:53:59 +00:00
* feat(providers): auto-discover usage billing * feat(ui): show provider plans and billing * fix(ui): translate provider billing labels
41 lines
967 B
JSON
41 lines
967 B
JSON
{
|
|
"id": "clawrouter",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"enabledByDefault": true,
|
|
"providers": ["clawrouter"],
|
|
"contracts": {
|
|
"usageProviders": ["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": {}
|
|
}
|
|
}
|