The platform in one minute
This is an AI API gateway platform. Simply put, the site owner connects accounts for channels such as ChatGPT, Claude, and Gemini to the backend, and you call these models using the API Key generated on this platform. The platform handles authentication, billing, routing, and forwarding.
Three concepts you must understand
| Concept | What it is | What you need to do |
|---|---|---|
| API Key | A "key" issued to you by the platform (in the form sk-xxx) | Create it and keep it safe; fill it in when your client makes calls |
| Group (service) | A resource pool of similar models, such as the "Claude group" or "GPT group" | Choose the group you want to use when creating a key |
| Balance / Subscription | The "money" or "plan quota" in your account | You get call quota only after topping up or redeeming |
Typical usage flow
Register and log in → Top up/redeem quota → Create an API Key → Configure your client → Start callingEach step corresponds to a document on this site; just follow the table of contents on the left.
Important reminders
- Each API Key is bound to only one group. If you need models from multiple platforms, create multiple keys
- Calls fail when your account balance is 0 (you'll see an insufficient balance message), so top up or redeem before calling
- Do not share your API Key with others or commit it to a public code repository. If it leaks, disable it in the console and create a new one immediately
