We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfdc9f commit 8ebd18aCopy full SHA for 8ebd18a
2 files changed
hyperbrowser/models/consts.py
@@ -70,7 +70,10 @@
70
"claude-3-7-sonnet-20250219",
71
]
72
CuaLlm = Literal["computer-use-preview", "gpt-5.4", "gpt-5.4-mini"]
73
-GeminiComputerUseLlm = Literal["gemini-2.5-computer-use-preview-10-2025",]
+GeminiComputerUseLlm = Literal[
74
+ "gemini-3-flash-preview",
75
+ "gemini-2.5-computer-use-preview-10-2025",
76
+]
77
SessionRegion = Literal[
78
"us-central",
79
"asia-south",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "hyperbrowser"
3
-version = "0.89.2"
+version = "0.89.3"
4
description = "Python SDK for hyperbrowser"
5
authors = ["Nikhil Shahi <nshahi1998@gmail.com>"]
6
license = "MIT"
0 commit comments