mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 20:00:42 +00:00
refactor(gateway): move model pricing policy to manifests
This commit is contained in:
@@ -2,6 +2,18 @@
|
||||
"id": "kilocode",
|
||||
"enabledByDefault": true,
|
||||
"providers": ["kilocode"],
|
||||
"modelPricing": {
|
||||
"providers": {
|
||||
"kilocode": {
|
||||
"openRouter": {
|
||||
"passthroughProviderModel": true
|
||||
},
|
||||
"liteLLM": {
|
||||
"passthroughProviderModel": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"providerAuthEnvVars": {
|
||||
"kilocode": ["KILOCODE_API_KEY"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user