AT
Auto Toon Docs

Billing & Credits

Understand how Auto Toon plans, credits, and pay-per-use billing work.

Credit-Based Plans

Each plan includes a monthly credit allowance and API key slots. Credits reset at the start of each billing cycle.

PlanCredits/moAPI KeysPrice
Free10 on signup0Free
Starter1004$16/mo
Pro30010$39/mo
Business70020$79/mo

Pay Per Use

For users who prefer flexibility over a monthly commitment, Auto Toon offers pay-per-use billing powered by Stripe usage-based billing.

  • No monthly commitment — pay only for what you use
  • Charged per operation at metered rates
  • Billed via Stripe usage-based billing
  • Rates vary by model (see pricing table below)

Pay Per Use Rates

Rates are charged per generated image and are automatically derived from our model catalog. They update whenever we add a new model or adjust pricing.

ModelRate per Image
Ideogram V3 Turbo$0.054
SeeDream 4.5$0.061
Nano Banana 2$0.072
Nano Banana Pro (Replicate)$0.072
SeeDream 5 Lite$0.072
SeeDream 4.0$0.072
Qwen Image Edit Plus$0.072
Qwen Image Edit 2511$0.072
Z-Image Turbo$0.072
GPT Image 2$0.095
Flux 2 Pro$0.108
Ideogram V3$0.108
Nano Banana Pro$0.121
Ideogram V3 Quality$0.162
Midjourney V7$0.324

Credit Costs by Operation

Each operation consumes credits based on the model used. A dash indicates the operation is not available for that model.

OperationGemini ProNano Banana 2SeeDream 4.5SeeDream 5
Product Enhancement3 cr2 cr1 cr2 cr
Fashion Editorial3 cr2 cr1 cr2 cr
Relight3 cr2 cr1 cr2 cr
Video (5s)10 cr
Video (10s)20 cr

Billing Endpoints

GET/api/credits/balance

Returns the current credit balance for the authenticated user.

Response200
json
{
  "balance": 42
}
GET/api/subscription

Returns the current subscription details including plan, status, and renewal date.

Response200
json
{
  "plan": "pro",
  "status": "active",
  "creditsRemaining": 87,
  "currentPeriodEnd": "2026-05-01T00:00:00.000Z"
}
GET/api/spending-limit

Returns the current spending limit for pay-per-use billing.

Response200
json
{
  "limitCents": 5000
}
POST/api/spending-limit

Set a monthly spending limit for pay-per-use billing. The value is specified in cents.

json
{
  "limitCents": 5000
}
Response200
json
{
  "limitCents": 5000,
  "updated": true
}

Need more credits?

Upgrade your plan or enable pay-per-use billing from the Dashboard to continue using Auto Toon without interruption.

Dialog Title

Dialog Title

Dialog Title

Dialog Title