Image Generation
Auto-Pilot generates visuals from your existing content. Here's how it works.
Generation pipeline
1. Source product/article (image + text + metadata)
↓
2. Content analysis (vision LLM)
↓
3. Prompt generation
↓
4. Image generation (DALL-E 3, Flux, Stable Diffusion 3)
↓
5. Platform adaptation (ratio, size, watermark)
↓
6. Quality check (no text artifacts, brand-safe)
↓
7. A/B variant (3 variants, best selected)
↓
8. Final output
Image styles
POST /v1/autopilot/run
{
"sourceId": "src_xxx",
"strategy": "daily_product_highlight",
"platforms": ["instagram"],
"options": {
"imageStyle": "lifestyle"
}
}
Available styles:
| Style | Description | Best for |
|---|---|---|
product | Product on white background | Pure e-commerce |
lifestyle | Product in usage context | Instagram, Pinterest |
editorial | Magazine style, sophisticated | LinkedIn, magazines |
minimal | Clean, lots of white space | SaaS, tech |
bold | Vibrant colors, contrasts | TikTok, Gen Z |
vintage | Retro filter | Fashion, lifestyle |
flat-design | 2D illustration | Tech, education |
3d-render | Modern 3D render | Tech, gaming |
Ratios per platform
pepe.business automatically generates the right ratios:
| Platform | Ratio | Dimensions |
|---|---|---|
| Instagram square feed | 1:1 | 1080x1080 |
| Instagram portrait feed | 4:5 | 1080x1350 |
| Instagram Story / Reel | 9:16 | 1080x1920 |
| Twitter / X | 16:9 | 1600x900 |
| 1.91:1 | 1200x627 | |
| Facebook feed | 1.91:1 | 1200x630 |
| 2:3 | 1000x1500 | |
| TikTok | 9:16 | 1080x1920 |
Carousels
For multi-image carousels, pepe.business generates a coherent series:
POST /v1/autopilot/run
{
"sourceId": "src_xxx",
"strategy": "best_sellers_weekly",
"platforms": ["instagram"],
"options": {
"carouselSize": 5,
"carouselStyle": "cohesive_design",
"coverStyle": "lifestyle",
"slideStyle": "product"
}
}
Brand kit
For visual consistency, configure your brand kit:
POST /v1/autopilot/brand-kit
{
"colors": {
"primary": "#10b981",
"secondary": "#0f172a",
"accent": "#f59e0b"
},
"fonts": {
"heading": "Inter",
"body": "Inter"
},
"logoUrl": "https://example.com/logo.png",
"toneOfVoice": "playful_professional",
"avoid": ["competitor_logos", "alcohol", "weapons"]
}
All generated images respect this brand kit.
Watermark
Add your logo automatically:
POST /v1/autopilot/run
{
"sourceId": "src_xxx",
"strategy": "daily_product_highlight",
"platforms": ["instagram"],
"options": {
"watermark": {
"logoUrl": "https://example.com/logo.png",
"position": "bottom_right",
"opacity": 0.8,
"size": 0.08
}
}
}
Text overlay
Add generated text on the image:
"options": {
"textOverlay": {
"template": "{product_name} - {price}",
"font": "Inter",
"color": "#ffffff",
"background": "rgba(0,0,0,0.6)",
"position": "bottom"
}
}
Pricing
| Type | Cost |
|---|---|
| Standard image (1024x1024) | $0.02 |
| HD image (2048x2048) | $0.04 |
| Carousel (10 images) | $0.18 |
| Image with brand kit | $0.03 |
| Image with watermark + text | $0.04 |
You see the estimated cost before launching an Auto-Pilot campaign.
Limits
- 1,000 images / day per account
- 100 carousels / day
- Brand kit required for multi-post consistency
- Free regeneration if quality < threshold