Tool integration guides

Use Chinese AI models in the tools you already run.

ChinaAPI gives international developers one OpenAI-compatible endpoint for DeepSeek, Kimi, Qwen, GLM, and MiniMax models, billed in USD at official China list prices.

Setup tutorials

Five OpenAI-compatible integration paths.

Connection details

Same endpoint across tools.

Base URL

https://dash.chinaapi.ai/v1. Chat completions are available at /v1/chat/completions.

API key

Register, open Dashboard, then go to Console -> Tokens. Keys use the sk-... format.

Trial

Signup includes $1 free credit for self-serve testing.

Pricing

Check live pricing before production runs. Model availability and IDs can change.

Start testing

Create one key and reuse it across the guides.

Use the same ChinaAPI token in Cursor, Cline, LiteLLM, LobeChat, n8n, or direct OpenAI-compatible SDK calls.

Good first models

deepseek-v4-flash, qwen3.6-flash, and MiniMax-M2.7 are sensible low-latency first tests.

Heavier reasoning

Try qwen3.7-max, glm-5.2, deepseek-v4-pro, or kimi-k2.7-code when output quality matters more than speed.