Skip to content

Commit 8ebd18a

Browse files
authored
add gemini-3-flash-preview to gemini computer use (#68)
1 parent 9bfdc9f commit 8ebd18a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

hyperbrowser/models/consts.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@
7070
"claude-3-7-sonnet-20250219",
7171
]
7272
CuaLlm = Literal["computer-use-preview", "gpt-5.4", "gpt-5.4-mini"]
73-
GeminiComputerUseLlm = Literal["gemini-2.5-computer-use-preview-10-2025",]
73+
GeminiComputerUseLlm = Literal[
74+
"gemini-3-flash-preview",
75+
"gemini-2.5-computer-use-preview-10-2025",
76+
]
7477
SessionRegion = Literal[
7578
"us-central",
7679
"asia-south",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hyperbrowser"
3-
version = "0.89.2"
3+
version = "0.89.3"
44
description = "Python SDK for hyperbrowser"
55
authors = ["Nikhil Shahi <nshahi1998@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)