Skip to content

Pricing

Pixapi uses credits to meter model usage. Pricing depends on the model family and generation settings.

Use the live pricing page as the source of truth for plan limits and credit packages.

Cost drivers

WorkloadMain cost drivers
Image generationmodel id, quality, size, output count
Image editingmodel id, reference image count, output count
Video generationmodel id, duration, quality, size

Planning usage

Estimate monthly cost with:

txt
monthly credits = requests per month * average credits per request

Then add a buffer for retries, experiments, and quality upgrades.

Billing errors

When credits are insufficient, Pixapi returns:

json
{
  "error": {
    "code": "insufficient_credits",
    "message": "Not enough credits for this request."
  }
}

Show Credits, Billing, or an upgrade path instead of retrying automatically.