Yutori
yutori api platform

Simply put, the best web agent in the world.

Build with Yutori’s state-of-the-art web agents that can autonomously monitor and execute tasks on the web.
Yutori Navigator

Highest accuracy, lowest price.

Navigator sets a new state of the art on browser-use benchmarks: 78.7% success rate on Online-Mind2Web3 and 83.4% on Navi-Bench, a new benchmark we are introducing. It also demonstrates strong real-world performance, outperforming other computer-use models.
Navi-Bench Evaluation

API capabilities.

n1 is a pixels-to-actions LLM that predicts actions to interact with webpages in a browser. The n1 API follows OpenAI’s Chat Completions spec. It takes the user’s task in natural language, the current screenshot, and the action history as input, and predicts the next action.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24curl --request POST \
    --url https://api.yutori.com/v1/chat/completions \
    --header 'Authorization: Bearer <api_key>' \
    --header 'Content-Type: application/json' \
    --data '{
      "model": "n1-preview-2025-11",
      "messages": [
        {
          "role": "user",
          "content": "Describe the screenshot and search for Yutori."
        },
        {
          "role": "observation",
          "content": [
            {
              "type": "image_url",
              "image_url": {
                "url": "https://upload.wikimedia.org/wikipedia/commons/5/53/Google_homepage_%28as_of_January_2024%29.jpg"
              }
            }
          ]
        }
      ]
    }'

Ready to try it out?

Let's equip your system with the most performant web agents.
Yutori | AI agents for everyday digital tasks