Skip to content

Commit 1ec213c

Browse files
feat: add Gemini 3.7 Flash to Gemini CUA and HyperAgent (#114)
Accept gemini-3.7-flash on GeminiComputerUseLlm and HyperAgentLlm to match the API. Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 6ca559b commit 1ec213c

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
@@ -62,6 +62,7 @@
6262
"claude-sonnet-4-6",
6363
"claude-sonnet-4-5",
6464
"gemini-2.5-flash",
65+
"gemini-3.7-flash",
6566
"gemini-3-flash-preview",
6667
]
6768
ClaudeComputerUseLlm = Literal[
@@ -87,6 +88,7 @@
8788
"gpt-5.4-mini",
8889
]
8990
GeminiComputerUseLlm = Literal[
91+
"gemini-3.7-flash",
9092
"gemini-3.6-flash",
9193
"gemini-3.5-flash",
9294
"gemini-3.5-flash-lite",

0 commit comments

Comments
 (0)