Skip to content

Commit 80451c4

Browse files
dprevoznikclaude
andcommitted
docs: update Yutori integration to Navigator n1.5
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 229a40c commit 80451c4

3 files changed

Lines changed: 21 additions & 7 deletions

File tree

changelog.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ import { YouTubeVideo } from '/snippets/youtube-video.mdx';
99
For API library updates, see the [Node SDK](https://github.com/onkernel/kernel-node-sdk/blob/main/CHANGELOG.md), [Python SDK](https://github.com/onkernel/kernel-python-sdk/blob/next/CHANGELOG.md), and [Go SDK](https://github.com/onkernel/kernel-go-sdk/blob/main/CHANGELOG.md) changelogs.
1010
</Note>
1111

12+
<Update label="May 13" tags={["Product", "Docs"]}>
13+
## Product updates
14+
15+
- Updated the [Yutori](/integrations/computer-use/yutori) `kernel create` template (TypeScript + Python) to Yutori's [Navigator n1.5](https://yutori.com/blog/introducing-n1-5) model. The template runs n1.5 in computer-use-only mode against the `browser_tools_core-20260403` tool set, picks up the new actions (`mouse_move`, `mouse_down`/`mouse_up`, `middle_click`, `hold_key`, `go_forward`, click `modifier`), and trims request payloads on long sessions to stay under the API ceiling.
16+
17+
## Documentation updates
18+
19+
- Updated the [Yutori](/integrations/computer-use/yutori) integration page to reference Navigator n1.5 and document the computer-use-only tool set used by the template.
20+
</Update>
21+
1222
<Update label="May 8" tags={["Product", "Docs"]}>
1323
## Product updates
1424

integrations/computer-use/yutori.mdx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,29 @@
22
title: "Yutori"
33
---
44

5-
[n1](https://yutori.com/blog/introducing-n1) is Yutori's pixels-to-actions LLM that predicts browser actions from screenshots. This computer use model enables AI agents to interact with web interfaces by analyzing visual content and generating appropriate mouse and keyboard actions.
5+
[Navigator n1.5](https://yutori.com/blog/introducing-n1-5) is Yutori's pixels-to-actions LLM that predicts browser actions from screenshots. This computer use model enables AI agents to interact with web interfaces by analyzing visual content and generating appropriate mouse and keyboard actions.
66

7-
By integrating Yutori n1 with Kernel, you can run these AI-powered browser automations on cloud-hosted infrastructure, eliminating the need for local browser management and enabling scalable, reliable AI agents.
7+
By integrating Yutori n1.5 with Kernel, you can run these AI-powered browser automations on cloud-hosted infrastructure, eliminating the need for local browser management and enabling scalable, reliable AI agents.
88

99
## Quick setup with our Yutori example app
1010

11-
Get started quickly with our Kernel app template that includes a pre-configured Yutori n1 integration:
11+
Get started quickly with our Kernel app template that includes a pre-configured Yutori n1.5 integration:
1212

1313
```bash
1414
kernel create --name my-yutori-app --template yutori
1515
```
1616

1717
Choose `TypeScript` or `Python` as the programming language.
1818

19+
The template runs n1.5 in **computer-use-only mode**, using the `browser_tools_core-20260403` tool set for coordinate-based browser actions. The DOM/Playwright "expanded" tools (`extract_elements`, `find`, `set_element_value`, `execute_js`) are disabled because the template doesn't expose a Playwright page to the model.
20+
21+
Yutori n1.5 recommends a **1280×800 (WXGA, 16:10)** viewport for best grounding accuracy. See [viewports](/browsers/viewport) for supported configurations.
22+
1923
Then follow the [deploy](/apps/deploy) and [invoke](/apps/invoke) guides to deploy and run your Yutori automation on Kernel's infrastructure.
2024

21-
## Benefits of using Kernel with Yutori n1
25+
## Benefits of using Kernel with Yutori n1.5
2226

23-
- **No local browser management**: Run n1 automations without installing or maintaining browsers locally
27+
- **No local browser management**: Run n1.5 automations without installing or maintaining browsers locally
2428
- **Scalability**: Launch multiple browser sessions in parallel for concurrent AI agents
2529
- **Stealth mode**: Built-in anti-detection features for reliable web interactions
2630
- **Session state**: Maintain browser state across runs via [Profiles](/auth/profiles)
@@ -33,4 +37,4 @@ Then follow the [deploy](/apps/deploy) and [invoke](/apps/invoke) guides to depl
3337
- Learn about [stealth mode](/browsers/bot-detection/stealth) for avoiding detection
3438
- Learn how to properly [terminate browser sessions](/browsers/termination)
3539
- Learn how to [deploy](/apps/deploy) your Yutori app to Kernel
36-
- Read the [Yutori n1 API documentation](https://docs.yutori.com/reference/n1) for model details
40+
- Read the [Yutori n1.5 API documentation](https://docs.yutori.com/reference/n1-5) for model details

integrations/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Kernel provides detailed guides for popular agent frameworks:
3535
- **[Computer Use (OpenAI)](/integrations/computer-use/openai)** - OpenAI's computer use capability
3636
- **[Computer Use (Gemini)](/integrations/computer-use/gemini)** - Gemini's computer use capability
3737
- **[Computer Use (OpenAGI)](/integrations/computer-use/openagi)** - OpenAGI's computer use capability
38-
- **[Computer Use (Yutori)](/integrations/computer-use/yutori)** - Yutori n1 pixels-to-actions model
38+
- **[Computer Use (Yutori)](/integrations/computer-use/yutori)** - Yutori Navigator n1.5 pixels-to-actions model
3939
- **[Laminar](/integrations/laminar)** - Observability and tracing for AI browser automations
4040
- **[Magnitude](/integrations/magnitude)** - Vision-focused browser automation framework
4141
- **[Notte](/integrations/notte)** - AI agent framework for browser automation

0 commit comments

Comments
 (0)