Skip to content

Commit 4c4713d

Browse files
vercel-ai-sdk[bot]tengis617gr2m
authored
Backport: feat(google-vertex): add claude-opus-4-5@20251101 model support (#10625)
This is an automated backport of #10569 to the release-v5.0 branch. FYI @tengis617 Co-authored-by: tengis <[email protected]> Co-authored-by: Gregor Martynus <[email protected]>
1 parent 09db8a8 commit 4c4713d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/hip-taxis-guess.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ai-sdk/google-vertex': patch
3+
---
4+
5+
Add claude-opus-4-5@20251101 to Google Vertex Anthropic models

packages/google-vertex/src/anthropic/google-vertex-anthropic-messages-options.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/claude
22
export type GoogleVertexAnthropicMessagesModelId =
3+
| 'claude-opus-4-5@20251101'
34
| 'claude-sonnet-4-5@20250929'
45
| 'claude-opus-4-1@20250805'
56
| 'claude-opus-4@20250514'

0 commit comments

Comments
 (0)