Get Your API Key
Start accessing China's top AI models in seconds
By signing up, you agree to our Terms and Privacy Policy
Welcome to SilkGateway!
Your API key has been generated
Your API Key
⚠️ Save this key now — it won't be shown again!
Quick Start
# Test your API key
curl https://api.silkgateway.ai/v1/chat/completions \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{"model":"deepseek-chat","messages":[{"role":"user","content":"Hello"}]}'
Go to Dashboard
View Documentation
curl https://api.silkgateway.ai/v1/chat/completions \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{"model":"deepseek-chat","messages":[{"role":"user","content":"Hello"}]}'