From 9385f8b2f28fa587151ac62989d7775c147fd61b Mon Sep 17 00:00:00 2001 From: Felarof Date: Wed, 4 Feb 2026 14:51:54 -0800 Subject: [PATCH] chore: update docs on models --- docs/features/bring-your-own-llm.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/features/bring-your-own-llm.mdx b/docs/features/bring-your-own-llm.mdx index 7080ad5e2..6f646ede5 100644 --- a/docs/features/bring-your-own-llm.mdx +++ b/docs/features/bring-your-own-llm.mdx @@ -10,12 +10,16 @@ BrowserOS includes a default AI model you can use right away, but it has strict | Mode | What works | Recommendation | |------|------------|----------------| | **Chat Mode** | Any model, including local | Ollama or Gemini Flash | -| **Agent Mode** | Cloud models only | Claude Opus 4.5 | +| **Agent Mode** | Cloud models only | Claude Opus 4.5 or Kimi K2.5 (open source) | -**Local LLMs aren't powerful for most agentic tasks yet.** They're great for Chat — asking questions about a page, summarizing, etc. But agent tasks need strong reasoning to click the right elements and handle multi-step workflows. Use Claude Opus 4.5 or Sonnet 4.5 for agents. +**Local LLMs aren't powerful for most agentic tasks yet.** They're great for Chat — asking questions about a page, summarizing, etc. But agent tasks need strong reasoning to click the right elements and handle multi-step workflows. Use Claude Opus 4.5, Sonnet 4.5, or Kimi K2.5 for agents. + +Kimi K2.5 is an open-source, multimodal model with great agentic performance — and 60-70% cheaper than Claude models. + + --- ## Cloud Providers