Articles · Models & providers
Using China-hosted models in Kition (DeepSeek / Qwen / Moonshot)
Under China network conditions, domestic models are often the most stable choice. Setup mirrors OpenAI — one baseURL away.
Kition Team·May 7, 2026·1 min read
Setup examples
- DeepSeek: baseURL
https://api.deepseek.com, wire responses - Qwen: DashScope OpenAI-compatible endpoint
- Moonshot: baseURL
https://api.moonshot.cn/v1 - All use the responses wire, all support function calls
Heads up
- Some domestic models still trail GPT-5 / Claude on function-call reliability
- Long-context pricing varies wildly
- Don’t send personal data to providers whose compliance posture you’re unsure about
Related reading
Files, backup & privacy
A complete guide to working offline
Planes, subways, mountains — most of Kition runs offline. The only thing that needs network is your AI provider.
Getting started
Wire your first AI model: OpenAI / Anthropic
One table on wire types, real configs for three providers, and a checklist for auth failures.
