Auto-Pilot Pricing
Auto-Pilot is included in all pepe.business plans. You only pay:
- The per-connected-account cost (see Pricing)
- The content generation cost (table below)
Generation costs
Images
| Type | Cost |
|---|---|
| Standard image (1024x1024) | $0.02 |
| HD image (2048x2048) | $0.04 |
| 10-image carousel | $0.18 |
| Image with brand kit | $0.03 |
| Image with watermark + text | $0.04 |
Videos
| Type | Cost |
|---|---|
| Slideshow 15s | $0.08 |
| Slideshow 30s | $0.12 |
| Screen recording 30s + voiceover | $0.18 |
| Motion design 45s | $0.35 |
| AI avatar 30s | $0.45 |
| AI avatar 60s | $0.85 |
| Voiceover only | $0.04 / 30s |
Captions and hashtags
LLM generation of the caption text: free (included in the image/video generation cost).
Source scan
| Operation | Cost |
|---|---|
| Initial scan | $0 (included) |
| Daily rescan | $0 (included) |
| Webhook sync | $0 (included) |
| On-demand scan | $0.01 / page |
Monthly cost example
Scenario: Shop with 200 products, daily publishing on Instagram + Facebook + TikTok.
- Connected accounts: 3 × $6 = $18/month
- Auto-Pilot posts: 30 days × 3 posts = 90 posts
- Image per post: 1 × $0.04 = $0.04 × 90 = $3.60
- TikTok video: 30 × $0.12 = $3.60
- Estimated total: $25.20/month
Estimator
POST /v1/autopilot/estimate
{
"strategy": "daily_product_highlight",
"platforms": ["instagram", "facebook", "tiktok"],
"schedule": "daily",
"options": {
"imageStyle": "lifestyle",
"video": true,
"videoType": "slideshow",
"duration": 15
},
"durationDays": 30
}
{
"estimatedCost": 25.20,
"currency": "USD",
"breakdown": {
"accounts": 18.00,
"images": 3.60,
"videos": 3.60
},
"estimatedPosts": 90
}
Per-plan limits
| Plan | Auto-Pilot posts / day | Videos / day | Sources |
|---|---|---|---|
| Free | 5 | 1 | 1 |
| Pro | 50 | 20 | 5 |
| Enterprise | Unlimited | Unlimited | Unlimited |
Free credits
Each new account receives $10 of Auto-Pilot credits to try with no commitment.