Comment on page

Credits

Credits allow users to cover the compute cost of generating personalized content
To generate personalized content, the user must have enough Vana credits in their account to cover the compute cost. One credit per image will be deducted from the user's account when they generate images. Users can purchase Vana credits from their profile page.
If you'd like to cover the inference cost so users don't need credits to interact with your application, we can override this for specific applications.
get
https://api.vana.com/api/v0
/account/balance
Get Balance
Balance CURL Example
curl https://api.vana.com/api/v0/account/balance \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer LOGIN_TOKEN"