Introduction
TokenDock is an API gateway that gives developers and teams direct access to Qwen (Alibaba Cloud), MiniMax and DeepSeek models at below-provider list prices. You call our API using the standard OpenAI SDK — no code changes needed if you're already using OpenAI-compatible libraries.
TokenDock handles authentication, billing, and rate limiting. You prepay credits and spend them per token as you use the models.
How it works
- Create a TokenDock account and top up credits.
- Generate an API key from the API Keys page.
- Replace your existing API base URL and key with the TokenDock equivalents.
- Your requests are routed to the model provider. TokenDock deducts from your credit balance based on tokens used.
TokenDock is OpenAI API-compatible. Any library or tool that supports a custom
base_url will work without any other code changes.