diff --git a/docs/features/bring-your-own-llm.mdx b/docs/features/bring-your-own-llm.mdx index 7080ad5e..6f646ede 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