mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-30 02:28:44 +00:00
19 lines
528 B
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": {}
|
|
}
|
|
}
|