Open Beta
One API for all Chinese LLMs
Access DeepSeek, Kimi, Qwen, and MiniMax through a single OpenAI-compatible endpoint. BYOK — your keys, your data.
Get Started — FreeAfter signing up, you get your API base URL and key instantly — no code required.
Quick start
curl https://api.silkhub.deepout.ai/v1/chat/completions \
-H "Authorization: Bearer sk-your-deepseek-key" \
-H "X-Provider: deepseek" \
-H "Content-Type: application/json" \
-d '{"model":"deepseek-chat","messages":[{"role":"user","content":"Hello"}]}'Or use the OpenAI SDK — change base_url and add one header.
Supported providers
| X-Provider | Name |
|---|---|
deepseek | DeepSeek |
kimi | Kimi (Moonshot) |
qwen | Qwen (Alibaba) |
minimax | MiniMax |
How it works
01
Add your API key
Paste your DeepSeek / Kimi / Qwen key in the dashboard. We encrypt and store it — you keep ownership.
02
Call our endpoint
Point your OpenAI SDK to our base_url. Add X-Provider header. No other changes.
03
Track usage
See token usage by provider in real time. Export logs. Cancel anytime.
Pricing
Free
$0
500 requests / month
- 1 API key
- All providers
- Basic usage stats
Pro
$19 / mo
Unlimited requests
- Unlimited API keys
- All providers
- Full dashboard + logs
Team
$79 / mo
Unlimited requests
- Multi-member
- Audit log export
- Priority support