mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:20:45 +00:00
refactor(gateway): move model pricing policy to manifests
This commit is contained in:
@@ -2,6 +2,26 @@
|
||||
"id": "kimi",
|
||||
"enabledByDefault": true,
|
||||
"providers": ["kimi", "kimi-coding"],
|
||||
"modelPricing": {
|
||||
"providers": {
|
||||
"kimi": {
|
||||
"openRouter": {
|
||||
"provider": "moonshotai"
|
||||
},
|
||||
"liteLLM": {
|
||||
"provider": "moonshot"
|
||||
}
|
||||
},
|
||||
"kimi-coding": {
|
||||
"openRouter": {
|
||||
"provider": "moonshotai"
|
||||
},
|
||||
"liteLLM": {
|
||||
"provider": "moonshot"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"providerAuthEnvVars": {
|
||||
"kimi": ["KIMI_API_KEY", "KIMICODE_API_KEY"],
|
||||
"kimi-coding": ["KIMI_API_KEY", "KIMICODE_API_KEY"]
|
||||
|
||||
Reference in New Issue
Block a user