n1 is a browser-use model developed by Yutori, which enables building computer use agents (CUA). Given a user goal, a webpage screenshot, and action history, n1 predicts browser actions — such as clicking, typing, scrolling — to complete complex multi-step tasks. The model is trained on large-scale real-world web interaction trajectories and reinforcement learning with simulated and real websites. In Anchor Browser, this agent is available directly through agentic API’s andDocumentation Index
Fetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txt
Use this file to discover all available pages before exploring further.
taskOptions.agent = 'yutori'.
Overview
Yutori Browser Use provides:- Browser-use automation with native browser actions
- State-of-the-art performance — outperforms GPT 5.4 and Opus 4.6 (+3%) on Navi-bench and WestWorld, while being 2.5x faster and 4-5x cheaper
- Multi-step task handling for navigation, extraction, and workflow completion
- Structured output support through
output_schemawhen you need machine-readable results
Supported Models
| Model | Model ID | Best For |
|---|---|---|
| Yutori n1 | n1-latest | State-of-the-art browser-use automation (default) |
Code Example
Supported Browser-Use Actions
Yutori in Anchor Browser supports these core browser-use actions:left_click,double_click,triple_click,right_clickscroll,scroll_attype,key_presshover,draggoto_url,go_back,refreshwait
Best Practices
- Set
max_stepsintentionally based on task complexity to control runtime - Use
output_schemafor reliable, structured extraction workflows - Write specific prompts with clear success criteria for better automation quality

