How the Model Proxy works for Claude Remote Control
mainWhen using claude remote-control, the system requires two different authentication paths: Bridge authentication must go to Anthropic, while model API calls are routed to DeepSeek. This proxy splits the traffic:
- Bridge WebSocket: Connects to
wss://bridge.claudeusercontent.com(Anthropic, hardcoded). - Model API calls: Routed to
http://localhost:3200(the proxy)./v1/messagesrequests are forwarded toapi.deepseek.comusing your DeepSeek API key.- All other requests are passed through to
api.anthropic.com.