Skip to content

Commit 06be5c6

Browse files
authored
add GPT 5.6 agent models (#101)
1 parent 3f85432 commit 06be5c6

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

hyperbrowser/models/consts.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"gemini-2.5-flash",
4848
]
4949
HyperAgentLlm = Literal[
50+
"gpt-5.6-luna",
5051
"gpt-5.5",
5152
"gpt-5.2",
5253
"gpt-5.1",
@@ -75,7 +76,15 @@
7576
"claude-sonnet-4-20250514",
7677
"claude-3-7-sonnet-20250219",
7778
]
78-
CuaLlm = Literal["computer-use-preview", "gpt-5.4", "gpt-5.4-mini", "gpt-5.5"]
79+
CuaLlm = Literal[
80+
"computer-use-preview",
81+
"gpt-5.6-sol",
82+
"gpt-5.6-terra",
83+
"gpt-5.6-luna",
84+
"gpt-5.5",
85+
"gpt-5.4",
86+
"gpt-5.4-mini",
87+
]
7988
GeminiComputerUseLlm = Literal[
8089
"gemini-3.5-flash",
8190
"gemini-3-flash-preview",

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.93.1"
3+
version = "0.93.2"
44
description = "Python SDK for hyperbrowser"
55
authors = ["Nikhil Shahi <nshahi1998@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)