How to use Chinese AI models from Mexico

Developers in Mexico 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.

The three walls

The fix: one OpenAI-compatible gateway

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 Mexico"}]}'

Model pricing (official 2026)

ModelInputOutput
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

Skip the setup. One key for every China model.

TideLink wraps Doubao, Qwen, GLM, Hunyuan, DeepSeek and Kimi behind a single OpenAI-compatible endpoint — with free sign-up credit.

Get an API key →