Skip to content

Billing

Users pay through a credit balance. Every API request deducts from the balance based on input and output token counts.

A 6% platform margin is added on top of the requested top-up amount.

Requested: $10.00
Margin (6%): $0.60
Charged: $10.60

Prices are quoted per 1M tokens in USD. Some models use input cached, reasoning tokens, image, or audio second units.

Example price units:

UnitExample valueNote
per 1M tokens$5.00Text input/output
per image$0.002Image generation
per second$0.0008Audio/video
per minute$0.048Realtime audio
per 1M token-hours$3.20Cache

Check the current price per model at Dashboard > Models.

Dashboard > Billing shows:

  • Live balance
  • Top-up history (amount, margin, date)
  • Per-request deductions
  • Monthly spend summary

Currently supported:

  • Credit card (3D Secure)
  • Bank transfer (manual confirmation)
  • Crypto (USDT TRC-20, optional)

If the balance cannot cover a request, the API returns 402 insufficient_balance. No tokens are consumed.

{
"error": {
"message": "Insufficient balance. Top up required.",
"type": "insufficient_balance"
}
}