[docs]: add Google Vertex AI configuration#1696
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Consistent with the rest of the models docs page. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Greptile SummaryAdded comprehensive Google Vertex AI configuration documentation to the First Class Models section. The new tab includes a working TypeScript example showing how to configure Vertex with service account credentials, explains the required Key additions:
Minor style issue:
Confidence Score: 4/5
Important Files Changed
Last reviewed commit: 10eb0da |
Gemini 3 Flash is available on Vertex AI and is the latest model. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| <Tab title="Google Vertex"> | ||
|
|
||
| <Warning> | ||
| Google Vertex requires `experimental: true` in the Stagehand constructor. |
There was a problem hiding this comment.
we should somehow set reminder to update this when it's no longer experimental
Summary
experimental: truerequirement, model object format (project,location,googleAuthOptions), and service account credentials setupThis was requested in Discord — the
vertex/provider is fully supported in code but was missing from documentation.Test plan
GoogleVertexProviderSettingstype🤖 Generated with Claude Code
Summary by cubic
Added Google Vertex configuration to v3 models docs. New tab with TS example using vertex/gemini-3-flash-preview, service account setup, and required fields (project, location, googleAuthOptions) with experimental: true; updated troubleshooting to say “Vertex” and point to service account credentials.
Written for commit c7ed246. Summary will update on new commits. Review in cubic