Skip to content

Commit c835a3f

Browse files
authored
feat: add Gemini 3.6 Flash and 3.5 Flash Lite to Gemini CUA (#105)
1 parent a147a1f commit c835a3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hyperbrowser/models/consts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@
8686
"gpt-5.4-mini",
8787
]
8888
GeminiComputerUseLlm = Literal[
89+
"gemini-3.6-flash",
8990
"gemini-3.5-flash",
91+
"gemini-3.5-flash-lite",
9092
"gemini-3-flash-preview",
9193
"gemini-2.5-computer-use-preview-10-2025",
9294
]

0 commit comments

Comments
 (0)