tristan-mcinnis/dsh-browser-vision

tristan-mcinnis★ 0Python最后同步: 2026-08-22

在 GitHub 打开

Browser tool for DeepSeek Harness that can SEE the page: browser-use over CDP driven by deepseek-v4-flash-vision-exp. Reads canvas text, text inside images and rendered charts, returns schema-validated JSON, and reports per-run cost.

README 摘要

English       简体中文 dsh-browser-vision — a browser tool for DeepSeek that can see the page A fully contained browser-use tool driven by DeepSeek through DeepSeek's OpenAI-compatible API. It is designed as a cheap and fast alternative to running browser-use with a general-purpose model, and to be callable from any agent or harness (Codex, Claude Code, OpenCode, custom evals, CI, ...) via a plain CLI with a machine-readable JSON mode. Since DeepSeek shipped deepseek-v4-flash-vision-exp , the agent can look at the page , not just read its DOM. That model is priced identically to the text Flash model, and a screenshot costs at most 384 input tokens , so vision is no longer a premium feature to be switched off for cost. It is on by default , and the eval suite says that is also the cheapest setting. What makes it cheap and fast (all overridable via env): - DeepSeek Flash ( deepseek-v4-flash ) / Flash Vision ( deepseek-v4-flash-vision-exp ) — far cheaper and faster than GPT-class models, and the same price as each other. - Vision by default ( DSBROWSER VISION MODE=on ) — a screenshot every step, because a blind agent burns whole step budgets on tasks it cannot see, and…

在 GitHub 查看完整 README →
内容/媒体browser-automationbrowser-usecdpdeepseekdeepseek-harnessdshdsh-pluginvision

分类