Skip to main content
token-hub

One API key. Every LLM.

OpenAI-compatible endpoint for Claude, GPT, Gemini, DeepSeek, Qwen, Kimi, and GLM. Pay in USD or CNY, from $5. No subscription.

Topup from $5 · Credits valid 12 months · No monthly lock-in

Supported models

Seven providers, one endpoint. Switch models by changing a single string.

Anthropic
Claude
3.5 Sonnet / Haiku
OpenAI
GPT
4o / 4o-mini
Google
Gemini
2.0 Flash
DeepSeek
DeepSeek
V3 / R1
Alibaba
Qwen
2.5-72B
Moonshot
Kimi
moonshot-v1-128k
Zhipu
GLM
4.5

How it works

1

Sign up

Create a free account with email or Google. Takes under 30 seconds.

2

Create a key

Topup from $5. Generate an API key in one click and copy the sk-th_… value shown once.

3

Call the API

Point any OpenAI-compatible SDK at our base URL. No code changes beyond the endpoint.

curl https://api.sandboxclaw.com/v1/chat/completions \
  -H "Authorization: Bearer sk-th_..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-3-5-sonnet",
    "messages": [{"role":"user","content":"Hello"}]
  }'

Simple pricing