@@ -230,10 +230,26 @@ export class Browserbase implements INodeType {
230230 name : 'Claude Haiku 4.5 (Anthropic)' ,
231231 value : 'anthropic/claude-haiku-4-5-20251001' ,
232232 } ,
233+ {
234+ name : 'Claude Opus 4.5 (Anthropic)' ,
235+ value : 'anthropic/claude-opus-4-5-20251101' ,
236+ } ,
237+ {
238+ name : 'Claude Opus 4.6 (Anthropic)' ,
239+ value : 'anthropic/claude-opus-4-6' ,
240+ } ,
233241 {
234242 name : 'Claude Sonnet 4.5 (Anthropic)' ,
235243 value : 'anthropic/claude-sonnet-4-5-20250929' ,
236244 } ,
245+ {
246+ name : 'Claude Sonnet 4.6 (Anthropic)' ,
247+ value : 'anthropic/claude-sonnet-4-6' ,
248+ } ,
249+ {
250+ name : 'Computer Use Preview (2025-03-11, OpenAI)' ,
251+ value : 'openai/computer-use-preview-2025-03-11' ,
252+ } ,
237253 {
238254 name : 'Computer Use Preview (OpenAI)' ,
239255 value : 'openai/computer-use-preview' ,
@@ -242,6 +258,14 @@ export class Browserbase implements INodeType {
242258 name : 'Gemini 2.5 CUA (Google)' ,
243259 value : 'google/gemini-2.5-computer-use-preview-10-2025' ,
244260 } ,
261+ {
262+ name : 'Gemini 3 Flash (Google)' ,
263+ value : 'google/gemini-3-flash-preview' ,
264+ } ,
265+ {
266+ name : 'Gemini 3 Pro (Google)' ,
267+ value : 'google/gemini-3-pro-preview' ,
268+ } ,
245269 ] ,
246270 default : 'google/gemini-2.5-computer-use-preview-10-2025' ,
247271 description : 'CUA model for vision-based browser control' ,
0 commit comments