High-speed access to China's top AI models with streaming SSE, multi-subscription failover, automatic model discovery and 1M-token context.
curl https://api.silkgateway.ai/v1/chat/completions \ -H "Authorization: Bearer sk-your-key" \ -H "Content-Type: application/json" \ -d '{ "model": "deepseek-chat", "messages": [{"role": "user", "content": "Hello!"}], "stream": true }'
Everything you need between your app and the models.
Live from the gateway. Add your own providers and subscriptions anytime.
| Model | Input | Output | Context | Provider |
|---|---|---|---|---|
Prices per 1M tokens in USD. Combo names (e.g. fast-cheap) can also be used as the model field.
Point your existing OpenAI/Claude client at the gateway. That's it.
Start free. Upgrade when your traffic grows.