Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ bcode run "On Google flights return all flight details from New York to SF tomor

### Connect an LLM

<picture>
<source media="(prefers-color-scheme: light)" srcset="static/browsercode_best_models_light.png">
<source media="(prefers-color-scheme: dark)" srcset="static/browsercode_best_models_dark.png">
<img alt="Best BrowserCode models on BU Bench" src="static/browsercode_best_models_light.png" width="100%">
</picture>

<picture>
<source media="(prefers-color-scheme: light)" srcset="static/browser_harness_by_model_light.png">
<source media="(prefers-color-scheme: dark)" srcset="static/browser_harness_by_model_dark.png">
Expand All @@ -48,11 +54,13 @@ BrowserCode supports any model you can reach with an API key, plus [every provid

Use `/connect` in the TUI, or set provider API keys in your environment.

Recommended models from current BrowserCode evals:
Recommended models from current BU Bench evals:

- Frontier: `claude-opus-4-7`, `gpt-5.5`
- Value: `glm-5.1`, `mimo-v2.5-pro`
- Budget: `gemini-3-flash-preview`
- Best score: `claude-opus-4-7`
- Best speed: `gpt-5.5`
- Best open-weight: `glm-5.2`
- Best value: `gemini-3.1-pro-preview`
- Lowest cost: `gemini-3-flash-preview`

### Connect a Browser

Expand Down
Binary file added static/browsercode_best_models_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/browsercode_best_models_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading