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,13 @@
"id": "lmstudio",
"enabledByDefault": true,
"providers": ["lmstudio"],
"modelPricing": {
"providers": {
"lmstudio": {
"external": false
}
}
},
"nonSecretAuthMarkers": ["lmstudio-local"],
"providerAuthEnvVars": {
"lmstudio": ["LM_API_TOKEN"]