mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
chore: update docs on models
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user