Skip to content

Commit 65143b4

Browse files
authored
add claude-sonnet-5 (#98)
1 parent ac76593 commit 65143b4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

hyperbrowser/models/consts.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"gpt-4.1-mini",
3737
"gpt-5",
3838
"gpt-5-mini",
39+
"claude-sonnet-5",
3940
"claude-sonnet-4-6",
4041
"claude-sonnet-4-5",
4142
"claude-sonnet-4-20250514",
@@ -56,6 +57,7 @@
5657
"gpt-4.1",
5758
"gpt-4.1-mini",
5859
"gpt-4.1-nano",
60+
"claude-sonnet-5",
5961
"claude-sonnet-4-6",
6062
"claude-sonnet-4-5",
6163
"gemini-2.5-flash",
@@ -67,6 +69,7 @@
6769
"claude-opus-4-7",
6870
"claude-opus-4-8",
6971
"claude-haiku-4-5-20251001",
72+
"claude-sonnet-5",
7073
"claude-sonnet-4-6",
7174
"claude-sonnet-4-5",
7275
"claude-sonnet-4-20250514",

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

0 commit comments

Comments
 (0)