LobeChat access
Use LobeChat Cloud or your self-hosted LobeChat instance with provider settings enabled.
Start free — $2 credit
LobeChat integration
Set LobeChat's OpenAI provider to ChinaAPI's proxy URL and chat with official-price Chinese model families using one OpenAI-compatible key.
Prerequisites
Use LobeChat Cloud or your self-hosted LobeChat instance with provider settings enabled.
Create an sk-... token in Dashboard -> Console -> Tokens.
Setup
https://api.chinaapi-ru.com/v1. The exact label varies between Cloud, desktop, and self-hosted builds.deepseek-v4-flash, kimi-k2.6, or qwen3.7-plus.Copy-paste test
Reply in one sentence: LobeChat is using ChinaAPI for Chinese models.
If the in-tool request fails, verify the key with curl:
curl https://api.chinaapi-ru.com/v1/chat/completions \
-H "Authorization: Bearer sk-..." \
-H "Content-Type: application/json" \
-d '{"model":"qwen3.7-plus","messages":[{"role":"user","content":"Say LobeChat is connected."}],"stream":true}'
Recommended models
For current model details and rate evidence, review DeepSeek-V4 Flash and Qwen3.7 Plus before choosing a production default.
deepseek-v4-flashFast chat, coding help, and general assistant usage.
qwen3.7-plusBalanced reasoning, planning, and multimodal-friendly work.
kimi-k2.6General Kimi model for long chat context and planning.
glm-5.1Strong GLM option for reasoning, coding, and agent-style chat.
MiniMax-M2.7Efficient MiniMax model for lower-latency chat workflows.
Troubleshooting
Thinking models such as qwen3.7-max can generate reasoning tokens before visible output. Enable streaming if your LobeChat build exposes it, or raise proxy/client timeout settings in self-hosted deployments.
Model not found: check live pricing and enter the exact ID in LobeChat's model list.
401: make sure the API key starts with sk-, is saved under the OpenAI provider, and is paired with the ChinaAPI proxy URL.
Pricing and signup
ChinaAPI uses gateway-synchronized USD token rates that may follow providers' official China list prices where configured. Check the live pricing page for exact current IDs and availability.