From 7dd15aa7de2825f835cce31d90d16a0df273336d Mon Sep 17 00:00:00 2001 From: Nikhil Shahi Date: Wed, 24 Jun 2026 15:05:07 -0700 Subject: [PATCH] add gemini-3.5-flash to gemini computer use --- package.json | 2 +- src/types/constants.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e3ef1e0..0d50b0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hyperbrowser/sdk", - "version": "0.91.0", + "version": "0.91.1", "description": "Node SDK for Hyperbrowser API", "author": "", "repository": { diff --git a/src/types/constants.ts b/src/types/constants.ts index 6a7a0b5..3f26b01 100644 --- a/src/types/constants.ts +++ b/src/types/constants.ts @@ -80,6 +80,7 @@ export type HyperAgentLlm = | "gemini-3-flash-preview"; export type GeminiComputerUseLlm = + | "gemini-3.5-flash" | "gemini-3-flash-preview" | "gemini-2.5-computer-use-preview-10-2025";