Auth & Billing
gpt88.cc uses Bearer token authentication. Pricing, rate limits, and quota numbers are managed dynamically in the console.
Authentication
All requests use Authorization: Bearer <API_KEY>. Treat the key as a production secret.
HTTP headers
Authorization: Bearer $GPT88_API_KEY
Content-Type: application/json
X-Gpt88-User: usr_abc123
Idempotency-Key: 9c4a52a4-2fdd-4b49-9e72-1a7b7b4e3a01Key security
- Use keys only on the server side.
- Do not commit secrets into source control.
- Rotate keys by creating a new key first, deploying it, then revoking the old one.
Billing model
gpt88.cc uses RMB balance and official usage multiplied by the selected group multiplier. Pricing and group settings are controlled dynamically in the console.
If USD pricing or a $ symbol is confusing, read the RMB Balance & USD Top-Up Billing Guide for the difference between payment currency, account balance, and official usage.
- Top-up 1 RMB = 1 RMB in account balance.
- Actual deduction = official usage in USD x the selected group multiplier.
- Lower group multipliers reduce the cost per unit of usage.
- Pricing and quota values are read from the console and may change with upstream vendors.