mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-23 20:58:09 +00:00
Delay public GitHub release publication until postpublish verification, dependency evidence upload, proof append, and required plugin publish gates pass. Also updates release-maintainer instructions so newly publishable plugins are minted/prepublished through an owner-approved path without consuming the next auto-bumped beta version unless that path is the actual release publish.
30 lines
855 B
Markdown
30 lines
855 B
Markdown
---
|
|
summary: "OpenClaw Anthropic Vertex provider plugin for Claude models on Google Vertex AI."
|
|
read_when:
|
|
- You are installing, configuring, or auditing the anthropic-vertex plugin
|
|
title: "Anthropic Vertex plugin"
|
|
---
|
|
|
|
# Anthropic Vertex plugin
|
|
|
|
OpenClaw Anthropic Vertex provider plugin for Claude models on Google Vertex AI.
|
|
|
|
## Distribution
|
|
|
|
- Package: `@openclaw/anthropic-vertex-provider`
|
|
- Install route: npm; ClawHub
|
|
|
|
## Surface
|
|
|
|
providers: anthropic-vertex
|
|
|
|
<!-- openclaw-plugin-reference:manual-start -->
|
|
|
|
## Claude Fable 5
|
|
|
|
Use `anthropic-vertex/claude-fable-5` where the model is available in your Google Cloud region.
|
|
Fable 5 always uses adaptive thinking and defaults to `high` effort. `/think off` and
|
|
`/think minimal` use `low` effort because the model does not support disabling thinking.
|
|
|
|
<!-- openclaw-plugin-reference:manual-end -->
|