Model Comparison
VideoBGRemover offers two AI models to fit different use cases:videobgremover-original
Highest quality segmentation with detailed edge detection. Best for complex scenes.
- Quality: Highest
- Speed: Standard
- Pricing: 60 credits/min
videobgremover-light
Fast and efficient processing optimized for speed. Great for simple backgrounds.
- Quality: High
- Speed: 1.5x faster ⚡
- Pricing: 45 credits/min (25% cheaper)
Quick Comparison
| Feature | Original | Light |
|---|---|---|
| Model | videobgremover-original | videobgremover-light |
| Quality | Highest | High |
| Processing Speed | Standard | 1.5x faster |
| Pricing | 60 credits/min | 45 credits/min (25% cheaper) |
| Best For | Complex scenes, detailed segmentation | Fast processing, simple backgrounds |
When to Use Each Model
videobgremover-original (Default)
Use this model when you need:- Highest quality segmentation with precise edge detection
- Complex scenes with multiple objects or complex movement
- Professional output for client deliverables
- Challenging scenarios that require the best possible accuracy
- Professional video production
- E-commerce product videos with complex products
- Videos with multiple subjects or objects
- Content with complex movement or camera motion
videobgremover-light
Use this model when you need:- Fast processing (1.5x faster than original)
- Cost savings (25% cheaper)
- Face cam or talking head videos (single person content)
- High volume processing where speed matters
- Face cam videos and presentations
- UGC (user-generated content) with people talking
- Social media content with single subjects
- Quick prototypes or drafts
Usage Examples
Using Models via SDK (High-Level)
Using Models via API Client (Low-Level)
Using Models via cURL
Pricing Examples
Example 1: 30-second video- Original model:
30 × 1.0 = 30 credits - Light model:
Math.ceil(30 × 0.75) = 23 credits(7 credits saved, 23% cheaper)
- Original model:
120 × 1.0 = 120 credits - Light model:
Math.ceil(120 × 0.75) = 90 credits(30 credits saved, 25% cheaper)
- Original model:
300 × 1.0 = 300 credits - Light model:
Math.ceil(300 × 0.75) = 225 credits(75 credits saved, 25% cheaper)
Default Behavior
If you don’t specify a model:- ✅ API: Defaults to
videobgremover-original - ✅ SDK: Defaults to
videobgremover-original - ✅ Web UI: Uses
videobgremover-original
Model Selection Tips
Start with light model for prototyping, then switch to original for final output if you need the highest quality.
Model selection cannot be changed after job starts. Choose your model when calling
startJob().