Skip to main content

AI API GATEWAY

One key.
One endpoint.

OpenAI Chat Completions, Anthropic Messages, and Responses behind one TokenHub key.

Topup from $5 / Credits valid 12 months / No subscription

Change one base_url
and keep the rest.

curl https://llm.sandboxclaw.com/v1/chat/completions \
  -H "Authorization: Bearer $TOKENHUB_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "moonshot-v1-8k",
    "messages": [{"role": "user", "content": "Reply exactly ok"}],
    "max_tokens": 8
  }'

Claude Code, Codex, OpenCode, and DeepSeek-TUI,
matched to their wire protocol.

export ANTHROPIC_BASE_URL=https://llm.sandboxclaw.com
export ANTHROPIC_API_KEY=$TOKENHUB_KEY

claude --bare -p --model moonshot-v1-8k "Reply exactly ok"

Models and protocols,
one endpoint.

  • OpenAI-compatible Chat Completions
  • Anthropic-compatible Messages
  • Codex protocol Responses
  • Model list /v1/models

Simple topups. No monthly lock-in.

  • USD checkout through Stripe, from $5.
  • Credits stay valid for 12 months and are consumed as used.
  • No subscription lock-in. Unused credits are refundable within 7 days.
Get API key