feat(go/plugins/vertexai): Model Garden support for Claude 4.6 and 4.7#5031
Open
cabljac wants to merge 3 commits intogenkit-ai:mainfrom
Open
feat(go/plugins/vertexai): Model Garden support for Claude 4.6 and 4.7#5031cabljac wants to merge 3 commits intogenkit-ai:mainfrom
cabljac wants to merge 3 commits intogenkit-ai:mainfrom
Conversation
… Opus 4.6 models in Vertex Model Garden
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds support for Claude Sonnet 4.6 and Claude Opus 4.6 models to the Vertex AI Model Garden plugin and includes sample flows demonstrating their usage. Feedback was provided regarding the naming consistency of the model labels to ensure they align with existing patterns in the codebase.
apascal07
reviewed
Mar 31, 2026
apascal07
reviewed
Mar 31, 2026
6d582d4 to
beee7c1
Compare
beee7c1 to
c52a83a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Registers three Claude models in the Vertex Model Garden plugin:
claude-sonnet-4-6(Claude 4.6 Sonnet)claude-opus-4-6(Claude 4.6 Opus)claude-opus-4-7(Claude 4.7 Opus)Adds matching demo flows in
go/samples/modelgarden/main.go:claudeSonnet46VertexModelGardenFlowclaudeOpus46VertexModelGardenFlowclaudeOpus47VertexModelGardenFlowEach sample flow passes
MaxTokensin the Anthropic request config so Model Garden requests are valid.Test plan
gofmton changed Go filesgo test ./go/plugins/vertexai/modelgarden/...go build ./go/plugins/vertexai/modelgarden/... ./go/samples/modelgarden/...go vetclean/model/vertexai/claude-sonnet-4-6/model/vertexai/claude-opus-4-6/model/vertexai/claude-opus-4-7/flow/claudeSonnet46VertexModelGardenFlow/flow/claudeOpus46VertexModelGardenFlow/flow/claudeOpus47VertexModelGardenFlowChecklist
Closes #136
Closes #137