For the complete documentation index, see llms.txt. This page is also available as Markdown.

How can I track my funds?

How can I check my current balance?

Where can I see my outgoing balance?

On the usage page in your dashboard, your balance is displayed in credits and is automatically deducted based on model usage.


How are real payments converted into usage credits?

AI/ML API uses a unified credit system for all models. Your balance is displayed in credits and automatically deducts based on model usage.

Conversion Rate: $1 USD = 2,000,000 credits

Example calculations:

  • $0.05 = 100k credits

  • $0.50 = 1M credits

  • $5.00 = 10M credits

  • $50.00 = 100M credits


Where can I check in advance how much a specific model call will cost?

You can find the pricing for all available models on the pricing page.


Where can I see how many credits were actually spent for a request?

The number of credits actually consumed by a request is returned in the credits_used field of the API response.

Here are example response snippets showing usage information for different model categories.

Chat model (v1/chat/completions)
Chat model example response (v1/responses)
Image model example response
Video model example response
Music model example response

Last updated

Was this helpful?