Inference Credits
Prepaid credit system for image, video, and other inference models.
Overview
Inference models are billed in credits (1 credit = 1 cent USD). Credits are prepaid — purchase credit packages via Razorpay (INR). Each inference deducts credits based on the model's pricing.
Inference pricing
| Model type | Pricing |
|---|---|
| Image generation | 20 credits/run |
| Image editing | 20 credits/run |
| Video generation | 10 credits/second |
| OCR | 1 credit/100 characters |
| TTS | 2 credits/second |
| ASR | 20 credits/run |
Purchase credits
- 1View available credit packages from the dashboard or API
- 2Select a package and create a Razorpay order
- 3Complete payment via Razorpay Checkout
- 4Credits are added to your balance immediately
Check balance
curl https://code.in2peta.com/v1/billing/credits/balance \
-H "Authorization: Bearer sk_..."