huanglong0719/ds2api-browser-proxy — reverse-engineered prompt
Reverse engineered prompt
Build me a DeepSeek API proxy service that I can run locally and call like the OpenAI chat completions API. I want the normal use case to go through a real Chrome browser session, so my DeepSeek web account stays logged in and requests look like regular browser use. It should automatically support DeepSeek deep thinking, web search, streaming replies, normal replies, and image upload when the browser mode can handle it.
Please include two simple modes, a safer browser mode for daily chat, and a direct API mode for when I need tool or MCP style calls. Let me choose the mode from the model name or request setting. Add a config file where I can set my local API keys, DeepSeek account info, browser profile folder, timeout, and whether Chrome runs visibly or hidden. Keep sensitive files out of git.
Make it easy to run with Go and Docker, include example curl requests, and add clear setup notes. Look up current docs online if you need to.
Want more depth? Deep Reverse