One API key.The models you need.
Access GPT, Claude, and leading Chinese models through familiar, compatible endpoints.
curl https://api.llm-token.cn/v1/chat/completions \ --header "Authorization: Bearer YOUR_API_KEY" \ --header "Content-Type: application/json" \ --data '{ "model": "MODEL_ID", "messages": [{ "role": "user", "content": "Explain why the sky is blue." }]}'{ "model": "MODEL_ID", "output": "A clear response, streamed through one compatible gateway."}Supported AI models and image generation
Showing 37 of 37 models
- Claude Sonnet 4.6
- GPT-5.4
- GPT-5.5
- GPT-5.3 Codex Spark
- GPT Image 2
- GPT Image 2 4K
- GPT-5.6 Sol
- GPT-5.6 Terra
- GPT-5.6 Luna
- Grok 4.5
- Claude Haiku 4.5
- Claude Sonnet 5
- Claude Fable 5
- Claude Opus 4.6
- Claude Opus 4.7
- Claude Opus 4.8
- Qwen 3.6 Plus
- Qwen 3.7 Plus
- Qwen 3.7 Max
- LongCat 2.0
- Hunyuan 3
- MiniMax M2.7
- MiniMax M2.7 Highspeed
- MiniMax M3
- Image 01
- Image 01 Live
- Step 3.7 Flash
- Doubao Seed 2.0 Code
- Doubao Seed 2.0 Pro
- MiMo V2.5 Pro
- MiMo V2.5
- DeepSeek V4 Pro
- DeepSeek V4 Flash
- Kimi K2.6
- Kimi K2.7
- GLM 5.1
- GLM 5.2
One API, many models.
Change the model, not your integration. The same key works across familiar API formats.
Docsimport requests response = requests.post( "https://api.llm-token.cn/v1/chat/completions", headers={"Authorization": "Bearer YOUR_API_KEY"}, json={ "model": "MODEL_ID", "messages": [ { "role": "user", "content": "Explain why the sky is blue." } ] })From checkout to first request.
- Choose a plan
Pick prepaid credits for your workload.
- Pay online
Complete checkout with an available payment method.
- Start building
Receive your key by email after payment confirmation.
FAQ
How do I get GPT API or Claude API access?
Open the access page, pick a package, and pay online — your GPT API and Claude API credentials are provisioned automatically. One account works across GPT, Claude, DeepSeek, Doubao, Kimi, GLM and more, and you can top up usage anytime.
Can I use Claude Code with this API?
Yes. Get Claude Code access here, point Claude Code at the Messages-compatible endpoint https://api.llm-token.cn/v1, and route requests to Kimi, Doubao, GLM, MiMo, DeepSeek, or Claude models through one account.
Does Claude Code work with Kimi, Doubao, GLM, and Xiaomi MiMo APIs?
Yes. The gateway exposes Kimi API, Doubao API, GLM API, and Xiaomi MiMo API behind the same Claude-compatible endpoint, so you can run Claude Code on lower-cost models without changing your client setup.
Which API formats are supported?
Chat Completions-compatible, Responses-compatible, and Messages-compatible endpoints are available.
Ready to make your first request?
Choose a plan, receive your API key, and switch models without rebuilding your integration.