Get the current Gradium credit balance for the authenticated subscription.
cURL
curl --request GET \ --url https://api.gradium.ai/api/usages/credits
{ "remaining_credits": 123, "allocated_credits": 123, "billing_period": "<string>", "next_rollover_date": "2023-12-25", "plan_name": "" }
Documentation IndexFetch the complete documentation index at: https://docs.gradium.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.gradium.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Summary of credits for current billing period.