There was an error while loading. Please reload this page.
1 parent ac76593 commit 65143b4Copy full SHA for 65143b4
2 files changed
hyperbrowser/models/consts.py
@@ -36,6 +36,7 @@
36
"gpt-4.1-mini",
37
"gpt-5",
38
"gpt-5-mini",
39
+ "claude-sonnet-5",
40
"claude-sonnet-4-6",
41
"claude-sonnet-4-5",
42
"claude-sonnet-4-20250514",
@@ -56,6 +57,7 @@
56
57
"gpt-4.1",
58
59
"gpt-4.1-nano",
60
61
62
63
"gemini-2.5-flash",
@@ -67,6 +69,7 @@
67
69
"claude-opus-4-7",
68
70
"claude-opus-4-8",
71
"claude-haiku-4-5-20251001",
72
73
74
75
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "hyperbrowser"
3
-version = "0.92.2"
+version = "0.92.3"
4
description = "Python SDK for hyperbrowser"
5
authors = ["Nikhil Shahi <nshahi1998@gmail.com>"]
6
license = "MIT"
0 commit comments