diff --git a/integrations/computer-use/yutori.mdx b/integrations/computer-use/yutori.mdx index 35077fc..6f6e20a 100644 --- a/integrations/computer-use/yutori.mdx +++ b/integrations/computer-use/yutori.mdx @@ -2,13 +2,13 @@ title: "Yutori" --- -[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. +[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. -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. +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. ## Quick setup with our Yutori example app -Get started quickly with our Kernel app template that includes a pre-configured Yutori n1 integration: +Get started quickly with our Kernel app template that includes a pre-configured Yutori n1.5 integration: ```bash kernel create --name my-yutori-app --template yutori @@ -18,9 +18,9 @@ Choose `TypeScript` or `Python` as the programming language. Then follow the [deploy](/apps/deploy) and [invoke](/apps/invoke) guides to deploy and run your Yutori automation on Kernel's infrastructure. -## Benefits of using Kernel with Yutori n1 +## Benefits of using Kernel with Yutori n1.5 -- **No local browser management**: Run n1 automations without installing or maintaining browsers locally +- **No local browser management**: Run n1.5 automations without installing or maintaining browsers locally - **Scalability**: Launch multiple browser sessions in parallel for concurrent AI agents - **Stealth mode**: Built-in anti-detection features for reliable web interactions - **Session state**: Maintain browser state across runs via [Profiles](/auth/profiles) @@ -33,4 +33,4 @@ Then follow the [deploy](/apps/deploy) and [invoke](/apps/invoke) guides to depl - Learn about [stealth mode](/browsers/bot-detection/stealth) for avoiding detection - Learn how to properly [terminate browser sessions](/browsers/termination) - Learn how to [deploy](/apps/deploy) your Yutori app to Kernel -- Read the [Yutori n1 API documentation](https://docs.yutori.com/reference/n1) for model details +- Read the [Yutori n1.5 API documentation](https://docs.yutori.com/reference/n1-5) for model details diff --git a/integrations/overview.mdx b/integrations/overview.mdx index ca7e727..6ad6c7b 100644 --- a/integrations/overview.mdx +++ b/integrations/overview.mdx @@ -35,7 +35,7 @@ Kernel provides detailed guides for popular agent frameworks: - **[Computer Use (OpenAI)](/integrations/computer-use/openai)** - OpenAI's computer use capability - **[Computer Use (Gemini)](/integrations/computer-use/gemini)** - Gemini's computer use capability - **[Computer Use (OpenAGI)](/integrations/computer-use/openagi)** - OpenAGI's computer use capability -- **[Computer Use (Yutori)](/integrations/computer-use/yutori)** - Yutori n1 pixels-to-actions model +- **[Computer Use (Yutori)](/integrations/computer-use/yutori)** - Yutori Navigator n1.5 pixels-to-actions model - **[Laminar](/integrations/laminar)** - Observability and tracing for AI browser automations - **[Magnitude](/integrations/magnitude)** - Vision-focused browser automation framework - **[Notte](/integrations/notte)** - AI agent framework for browser automation