Billing & Usage
Wallet system
- Flopex uses prepaid wallet credits per API key.
- $10 free starting balance at signup (configurable by the operator).
- Each successful inference debits actual token usage (markup inclusive).
- When balance is insufficient for the conservative pre-check, the API returns
insufficient_balance(HTTP 402). POST /v1/balance/addtops up in beta without a card (simulated ledger).
Check balance
GET /v1/balance
curl -s https://api.flopex.ai/v1/balance \ -H 0