mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-08 10:02:56 +08:00
* feat(models): add Claude Sonnet 5 support Co-authored-by: Ariel Bravy <ariel@vortexradar.com> * fix(models): align Sonnet 5 validation baselines * fix(models): satisfy Sonnet 5 CI contracts * fix(models): enforce Sonnet 5 provider contracts * docs(changelog): defer Sonnet 5 release note --------- Co-authored-by: Peter Steinberger <steipete@gmail.com> Co-authored-by: Ariel Bravy <ariel@vortexradar.com>
42 lines
1.4 KiB
Markdown
42 lines
1.4 KiB
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.
|
|
|
|
## Claude Sonnet 5
|
|
|
|
Use `anthropic-vertex/claude-sonnet-5` with Vertex's `global`, `us`, or `eu`
|
|
endpoint. Sonnet 5 defaults to adaptive thinking at `high` effort and supports
|
|
`/think off` or the native `/think xhigh|max` levels. OpenClaw publishes its
|
|
1,000,000-token context window and 128,000-token output limit automatically.
|
|
|
|
Catalog pricing follows Vertex's introductory global rate of `$2/$10` per
|
|
million input/output tokens through August 31, 2026, then `$3/$15` from
|
|
September 1. The `us` and `eu` multi-region endpoints use Vertex's documented
|
|
10% premium.
|
|
|
|
<!-- openclaw-plugin-reference:manual-end -->
|