You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate templates to Model Gateway — remove separate model API keys, bump SDKs (#76)
* Migrate templates to Browserbase Model Gateway
* Fix Model Gateway naming and remove CUA notes from READMEs
* using correct package version
* updated stagehand package version to use latest
* Remove BROWSERBASE_PROJECT_ID from Stagehand templates
* bumped bb sdk versons
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,12 @@ A comprehensive collection of ready-to-use automation templates demonstrating th
20
20
21
21
> **💡 Pro Tip**: Each template's README contains detailed installation steps, environment variable requirements, and troubleshooting guides specific to that template.
22
22
23
+
## Model Gateway
24
+
25
+
Templates use the Model Gateway to route LLM requests — you only need your `BROWSERBASE_API_KEY`. No separate OpenAI, Anthropic, or Google API keys required. Supported models include OpenAI, Anthropic, and Google (Gemini).
26
+
27
+
> **Note**: CUA (Computer Use Agent) models are not yet supported through the Model Gateway. Templates using CUA models still require a separate model provider API key.
0 commit comments