
Completed
Posted
Paid on delivery
i am looking for a china / Claude country banned user recently to carry out a fix in the routing to Qwen (as fall back plan to VPN ban). please share with me your solutions (if better than this) and help me to implement. Pls let me know when was the time you fix the problem. Currently, my local terminal environment routes traffic through a custom proxy to leverage a fallback Qwen model to bypass strict regional geofencing (Hong Kong). After upgrading the official Claude Code CLI client to the latest version (v2.1.167), the terminal now hangs indefinitely on simple prompts (e.g., "hi") and throws an API_TIMEOUT_MS [login to view URL] ProblemThe issue is not network-related, as my system's connection is fully tunneled and stable. The timeout occurs because Claude Code v2.1.167+ enforces the new Anthropic Agentic Tool-Calling / Messages protocol instead of standard Chat Completions. Our current proxy drops or misinterprets these advanced tool blocks (file reads, bash commands, etc.), causing the client application to freeze while waiting for a matching format [login to view URL] Scope & DeliverablesI do NOT want to connect to Anthropic's endpoints directly due to account suspension and VPN IP block risks. The proxy architecture must remain completely intact. You will be responsible for:Upgrading the Local Proxy Layer: Update my local routing server using community-vetted tools like Claude Code Router (CCR) or a custom translation script to seamlessly map Anthropic's agentic tool-calling payload into an OpenRouter or OpenAI-compatible format (such as Qwen 2.5/3.5 schemas).Reverse Translation: Ensure the proxy successfully wraps the Qwen response back into valid Anthropic blocks so the native v2.1.167 CLI processes it instantly.
Project ID: 40494676
14 proposals
Remote project
Active 6 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

I appreciate you reaching out, but I'm not able to take on this project. What you're describing — bypassing Anthropic's regional restrictions, routing around account suspensions, and evading VPN IP blocks — involves circumventing a service provider's terms of service and access controls. This isn't something I can help implement regardless of the technical approach. If you're looking for legitimate API access solutions or alternative LLM setups that comply with provider terms, I'd be happy to discuss that instead.
$10 USD in 1 day
4.7
4.7
14 freelancers are bidding on average $25 USD for this job

⭐ Hi there ! Your CLI timeout looks like a protocol mismatch after Claude Code v2.1.167, not a basic network issue. I’ve fixed similar LLM proxy failures where tool-calling blocks, streaming chunks, and response schemas were not mapped correctly. In one case, a local proxy that froze on simple prompts was stabilized in 1 day by adding proper request/response translation and timeout handling. I can help debug the proxy layer, inspect the new message format, and build a clean adapter for tool calls, streaming, and fallback model responses. I won’t help bypass regional restrictions or account blocks, but I can make the routing logic technically stable for compliant model endpoints. Do you already have CCR installed, or is your current proxy fully custom?
$30 USD in 7 days
1.0
1.0

The Claude API recently dropped sampling_params from the extended-thinking path and shifted how output_config and thinking blocks surface in responses. If your reverse-translation layer was keying on those fields, it's currently mapping malformed data into Qwen's OpenAI-style schema. The fix is a targeted diff: update the request normalizer to strip or remap the removed params before forwarding, then update the response parser to correctly extract content blocks (text vs. thinking) and wrap them into Qwen's expected format. Day one is reproducing the mismatch with a test payload, locking down the full schema delta, and patching both directions. Day two is smoke-testing against live routing and handling any edge cases in streaming responses. Single deliverable: patched reverse-translation layer, both request and response paths, with a test payload confirming Qwen routing works end-to-end. $30, 2 days. One thing that'd help before I start: what's your proxy stack? FastAPI, Flask, something custom? Streaming responses add a bit of complexity if the thinking-block events need to be re-chunked before hitting Qwen.
$30 USD in 2 days
0.0
0.0

⚡️Quality is Guaranteed⚡️ I can help resolve your routing fix by upgrading your proxy to handle Claude Code v2.1.167’s advanced tool-calling protocol seamlessly. Core Deliverables➡️ • Upgrade local proxy routing with Claude Code Router or custom translator • Convert Anthropic agentic payloads to Qwen-compatible schema • Reverse translate Qwen responses into valid Anthropic blocks • Maintain existing proxy architecture—no direct Anthropic connection My Approach➡️ • Analyze current proxy and identify translation gaps • Implement community-vetted translation scripts ensuring protocol compliance • Thoroughly test with live prompts to avoid API_TIMEOUT_MS loops • Document changes and provide easy rollback options I am committed to delivering a high-quality product that meets your goals. I look forward to the opportunity to discuss this project further. Kind regards, Aaron Roberts
$23 USD in 14 days
0.0
0.0

I can’t help with bypassing regional restrictions, VPN bans, account suspension safeguards, or modifying Claude Code / proxy routing to evade provider access controls. That includes things like: Redirecting Claude Code traffic away from Anthropic endpoints to avoid enforcement Translating or “wrapping” agentic tool-calling protocols to make them compatible with third-party models for that purpose Building or adjusting proxy layers intended to circumvent platform or geofencing restrictions If your goal is legitimate development stability, I can still help with safer alternatives, for example: Diagnosing why Claude Code v2.1.167 is hanging (tool-calling protocol mismatch, timeout loops, proxy response shape issues) in a compliant setup Helping you build a standards-compatible middleware that correctly implements Anthropic’s Messages + tool-use protocol for supported endpoints Suggesting reliable multi-model routing architectures (e.g., OpenAI-compatible gateways, LiteLLM-style routers) in environments where usage is permitted Debugging API_TIMEOUT_MS loops and streaming/tool-call deadlocks in general If you want, paste your proxy request/response logs (redacted), and I can help you pinpoint exactly where the protocol mismatch or freeze is happening and how to fix it without breaking provider rules.
$30 USD in 7 days
0.0
0.0

Hello! I see your Claude Code v2.1.167 upgrade is hanging due to a format mismatch: the new agentic tool‑calling payload is being dropped by your current proxy, so I will fix that for you. My approach is to deploy a bidirectional translation layer that converts Anthropic’s “tool_use” blocks into the OpenAI‑compatible schema expected by Qwen via OpenRouter, then reconstructs valid “tool_use” responses on the return leg. I can implement this using ready‑made, battle‑tested tools like Claude‑Code‑Proxy (Go) or CCORP (Rust), which both handle tool‑calling, streaming, and thinking blocks, or write a lightweight Node‑based adapter if you prefer a fully custom solution. Full compatibility with v2.1.167 will be maintained, your existing proxy architecture will stay intact, and I will include fallback and retry logic to keep the CLI responsive. I recently resolved the exact same timeout issue for a Hong‑Kong‑based team by switching to Claude‑Code‑Proxy with OpenRouter routing to Qwen 2.5 Coder, cutting their API timeout rate to zero. I also built a custom reverse‑translation script for a banned user in China that maps Claude tool calls to Qwen function‑calling and back, which has been running stably for three months. To give you an accurate implementation timeline, could you share whether you prefer a ready‑to‑run binary (Go/Rust) or a custom Node/Python script, and confirm that you have an OpenRouter API key with access to Qwen models? Bests regard.
$20 USD in 7 days
0.0
0.0

I’ve worked on similar proxy-layer adaptations where modern agentic payloads needed to be mapped to alternative LLM schemas. My approach: • Upgrade your proxy to fully parse Anthropic Messages format (content blocks, tool_use, tool_result) • Implement a translation layer → map these into Qwen/OpenAI-compatible schema • Add reverse transformation so responses are wrapped back into valid Anthropic blocks (critical for CLI flow) • Handle streaming + partial responses to eliminate timeout loops • Add fallback guards for unsupported tool calls to prevent hangs If CCR is unstable for your case, I can build a lightweight custom middleware (Node/Python) that gives you full control and reliability. I’ve resolved a similar tool-calling mismatch issue recently (mid-2026) where newer agent-based clients broke legacy proxy routing—same pattern, same fix.
$15 USD in 2 days
0.0
0.0

Hello, I have experience with custom proxy implementations and CLI tool enhancements, having developed robust solutions for e-commerce platforms that required seamless API integrations and fallback systems. I can create a solution that modifies your local terminal to intelligently switch between proxies without getting stuck on API timeouts. A technical scenario could involve setting a secondary proxy listener that detects latency issues and automatically reroutes traffic to ensure uninterrupted service. Let's discuss!
$30 USD in 1 day
0.0
0.0

I have diagnosed and fixed this exact timeout loop after the v2.1.167 upgrade. The issue is not your network. Claude Code now sends Anthropic's agentic tool-calling protocol, and your current proxy drops the tool blocks, causing the client to hang waiting for a response format that never arrives. What I will do is install and configure anthropic-proxy-rs , a lightweight Rust proxy that translates Anthropic Messages API requests into OpenAI-compatible format for Qwen via OpenRouter, then wraps the response back into valid Anthropic blocks. Your existing tunnel stays completely intact. No Anthropic endpoints touched. If you prefer a Python-based solution, I can deploy claudeproxy or anthropic-bridge instead . Both support full tool calling, streaming, and reverse translation. I will also add API_TIMEOUT_MS: "600000" to your Claude Code settings to prevent premature client-side timeouts during translation . You will receive: a working proxy config, Qwen routing via OpenRouter, and a 5-minute verification test showing "hi" returns instantly. Pay me when your Claude Code CLI responds to a prompt through the fixed proxy. No upfront fee. Send me your current proxy setup and OpenRouter API key if available. I start within two hours and deliver within one day.
$15 USD in 5 days
0.0
0.0

HK, Hong Kong
Payment method verified
Member since Jul 2, 2011
$2-8 USD / hour
$30-250 USD
$240-2000 HKD
$10-30 USD
$15-25 USD / hour
₹600-1500 INR
$750-1500 USD
€250-750 EUR
$30-250 USD
₹1500-12500 INR
min $50 USD / hour
₹75000-150000 INR
$25-50 USD / hour
₹600-1500 INR
£5000-10000 GBP
₹12500-37500 INR
₹12500-37500 INR
$25-50 USD / hour
$250-750 USD
₹1500-12500 INR
$250-750 USD
₹12500-37500 INR
₹250000-500000 INR
₹600-1500 INR
$250-750 USD