mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:50:49 +00:00
refactor(plugins): move provider routing metadata to manifests
This commit is contained in:
@@ -2,6 +2,19 @@
|
||||
"id": "zai",
|
||||
"enabledByDefault": true,
|
||||
"providers": ["zai"],
|
||||
"providerEndpoints": [
|
||||
{
|
||||
"endpointClass": "zai-native",
|
||||
"hosts": ["api.z.ai"]
|
||||
}
|
||||
],
|
||||
"providerRequest": {
|
||||
"providers": {
|
||||
"zai": {
|
||||
"family": "zai"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modelPricing": {
|
||||
"providers": {
|
||||
"zai": {
|
||||
|
||||
Reference in New Issue
Block a user