Developers in Vietnam hit the same wall: China's best models (Doubao, Qwen, GLM, Hunyuan) are locked behind mainland accounts and RMB billing. Here is the working path.
TideLink terminates the China-side account and payment, exposes a single OpenAI-compatible endpoint, and bills in USD via PayPal. You keep your existing client.
curl https://447a931e9b6e46249e80a111415cd170.app.workbuddy.link/v1/llm \
-H "Authorization: Bearer YOUR_KEY" \
-d '{"provider":"auto","messages":[{"role":"user","content":"Hi from Vietnam"}]}'
| Model | Input | Output |
|---|---|---|
| Doubao | ¥0.6/1M | ¥3.6/1M |
| Qwen | ¥0.3/1M | ¥0.6/1M |
| GLM | ¥0.6/1M | ¥0.6/1M |
| Hunyuan | ¥0.8/1M | ¥2/1M |
| DeepSeek | ¥1/1M | ¥2/1M |
| Kimi | ¥1/1M | ¥1/1M |
TideLink wraps Doubao, Qwen, GLM, Hunyuan, DeepSeek and Kimi behind a single OpenAI-compatible endpoint — with free sign-up credit.
Get an API key →