Documentation

Token System.

How AI usage is measured and allocated per plan.

01

Allocation

Each plan comes with a token allocation that resets at the start of each billing period:

  • Free — 1M tokens
  • Pro — 10M tokens
  • Studio — 50M tokens

Tokens are deducted based on actual AI model usage (input + output tokens). Unused tokens do not carry over to the next period.

02

Check Remaining Tokens

Via the dashboard account page, or API:

Terminal
curl https://cexi.my.id/api/users/me \
  -H "Authorization: Bearer your_jwt_token"

Response includes tokensRemaining and tokensLimit.

03

API Key Access

PRO and STUDIO plans can generate API keys from the dashboard to access the v1 API at https://cexi.my.id/api/v1/. The FREE plan does not include API key access.