refactor(gateway): move model pricing policy to manifests

This commit is contained in:
Peter Steinberger
2026-04-27 09:26:37 +01:00
parent a494eea6d4
commit a60f15c611
22 changed files with 665 additions and 91 deletions

View File

@@ -2,6 +2,18 @@
"id": "kilocode",
"enabledByDefault": true,
"providers": ["kilocode"],
"modelPricing": {
"providers": {
"kilocode": {
"openRouter": {
"passthroughProviderModel": true
},
"liteLLM": {
"passthroughProviderModel": true
}
}
}
},
"providerAuthEnvVars": {
"kilocode": ["KILOCODE_API_KEY"]
},