Files
openclaw/extensions/anthropic-vertex/openclaw.plugin.json

19 lines
528 B
JSON

{
"id": "anthropic-vertex",
"name": "Anthropic Vertex",
"description": "OpenClaw Anthropic Vertex provider plugin for Claude models on Google Vertex AI.",
"activation": {
"onStartup": false
},
"enabledByDefault": true,
"providers": ["anthropic-vertex"],
"providerCatalogEntry": "./provider-discovery.ts",
"syntheticAuthRefs": ["anthropic-vertex"],
"nonSecretAuthMarkers": ["gcp-vertex-credentials"],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}