Skip to content

Commit 481d0a2

Browse files
committed
feat: add Claude Fable 5.1 to Claude computer use, Browser Use and HyperAgent models
1 parent 4e99a26 commit 481d0a2

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-fable-5-1",
3940
"claude-sonnet-5",
4041
"claude-sonnet-4-6",
4142
"claude-sonnet-4-5",
@@ -58,6 +59,7 @@
5859
"gpt-4.1",
5960
"gpt-4.1-mini",
6061
"gpt-4.1-nano",
62+
"claude-fable-5-1",
6163
"claude-sonnet-5",
6264
"claude-sonnet-4-6",
6365
"claude-sonnet-4-5",
@@ -66,6 +68,7 @@
6668
"gemini-3-flash-preview",
6769
]
6870
ClaudeComputerUseLlm = Literal[
71+
"claude-fable-5-1",
6972
"claude-opus-5",
7073
"claude-opus-4-5",
7174
"claude-opus-4-6",

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

0 commit comments

Comments
 (0)