Skip to content

Commit 22a0502

Browse files
authored
Add support for vertex on stagehand server (#1602)
# why Vertex is supported on local mode # what changed Adds vertex as a supported provider for local binary. Unlocks vertex for canonical sdks # test plan <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Add Vertex as a supported provider in Stagehand Server so users can select "vertex" and run models via Vertex. Updates the AISDK provider types to include "vertex" and includes a patch changeset. <sup>Written for commit 0a5cd3b. Summary will update on new commits. <a href="https://cubic.dev/pr/browserbase/stagehand/pull/1602">Review in cubic</a></sup> <!-- End of auto-generated description by cubic. -->
1 parent 1a5b26d commit 22a0502

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/thin-things-wear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@browserbasehq/stagehand-server": patch
3+
---
4+
5+
Include vertex as a supported provider

packages/server/src/types/model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const AISDK_PROVIDERS = [
1111
"deepseek",
1212
"perplexity",
1313
"ollama",
14+
"vertex",
1415
] as const;
1516
export type AISDKProvider = (typeof AISDK_PROVIDERS)[number];
1617

0 commit comments

Comments
 (0)