Knouds uses a credit system to meter AI model usage. Each time a model node runs — whether on the canvas or through the API — credits are deducted from your balance. This page explains how credits are allocated, how to add more, and what the system does when your balance reaches zero.Documentation Index
Fetch the complete documentation index at: https://docs.knouds.ai/llms.txt
Use this file to discover all available pages before exploring further.
Checking your balance
Your current credit balance is visible in two places:- Top bar of the canvas — a live counter updates after every run.
- Settings → Billing — shows your full balance, including any top-up credits and when they expire.
How credits are consumed
Every AI model run deducts credits from your balance. The exact amount depends on the model and the options you choose (for example, resolution and aspect ratio affect image generation cost). The node shows an estimated cost in credits before you click Run — treat this as an approximation; the actual deduction is calculated after execution completes. Credits are deducted per node execution. A workflow with three model nodes deducts credits three times when it runs end-to-end.Free plan: trial grants
Free accounts receive a trial grant — a fixed number of free generations per model. These grants let you evaluate a model before committing to a paid plan. Once a trial grant is exhausted, the API returns:Paid plans: monthly credit allowance
Pro, Business, and Enterprise plans include a credit allowance that refreshes automatically at the start of each billing period. You do not need to do anything — the credits are added to your balance when your invoice is paid. If you use your monthly allowance before the next renewal, you can either wait for the refresh or top up immediately.Topping up credits
Top-up credits are a one-time purchase of extra credits on top of your plan balance. They are useful when you have a high-volume project that exceeds your monthly allowance. To top up:- Go to Settings → Billing.
- Select a credit pack under Top Up.
- Complete the Stripe checkout.
{ "url": "https://checkout.stripe.com/..." }) that you redirect the user to.
What happens at zero
When your balance reaches zero, the API returns402:
| Error code | Cause | Resolution |
|---|---|---|
INSUFFICIENT_CREDITS | Your plan credits (and any top-up balance) are depleted | Top up or wait for your monthly refresh |
grant_exhausted | Your trial grant for this model is used up | Upgrade your plan tier |
402 status shown above. In both cases, no credits are deducted for the failed run.