From 3498297078b171d713418654374c4a8c5b7a3dc7 Mon Sep 17 00:00:00 2001 From: Shri Date: Sun, 6 Sep 2026 22:28:01 +0000 Subject: [PATCH] Add gpt-6-astra to CuaLlm --- hyperbrowser/models/consts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperbrowser/models/consts.py b/hyperbrowser/models/consts.py index 2f2523a0..85269f8e 100644 --- a/hyperbrowser/models/consts.py +++ b/hyperbrowser/models/consts.py @@ -83,6 +83,7 @@ ] CuaLlm = Literal[ "computer-use-preview", + "gpt-6-astra", "gpt-5.6-sol", "gpt-5.6-terra", "gpt-5.6-luna",