DocsQuickstart
Quickstart
TokonLab provides a unified API gateway to access 200+ Chinese AI models. Our API is fully compatible with the OpenAI SDK — just change the base URL and you're ready to go.
1. Get your API key
Sign up for a free account and generate your API key from the dashboard. Free tier includes 50 requests/day with no credit card required.
sk-tokon-xxxxxxxxxxxxxxxxxxxxxxxxxxxx2. Install the SDK
3. Make your first request
Base URL
https://api.tokonlab.com/v1
Supported endpoints
POST
/v1/chat/completionsChat completions (streaming supported)POST
/v1/completionsText completionsPOST
/v1/embeddingsText embeddingsGET
/v1/modelsList available models