chore: update docs on models

This commit is contained in:
Felarof
2026-02-04 14:51:54 -08:00
parent 71b2b5ea94
commit 9385f8b2f2

View File

@@ -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) |
<Warning>
**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.
</Warning>
<Note>
Kimi K2.5 is an open-source, multimodal model with great agentic performance — and 60-70% cheaper than Claude models.
</Note>
---
## Cloud Providers