← All models
Remove video backgrounds in real time with Bria’s VRMBG 3.0 model. Built for live streaming, real-time video apps, content creation, and low-latency workflows that need fast, accurate background removal.
Details
- Accepts
- video + image
Pricing
- Price
- 0.525 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| image_url | string | Playground webcam/video source. Media is sent over WebRTC. |
| blur_strength | integer | Background blur strength, 0-100 (used when background_type is 'blur'). |
| background_type | stringenum: color, image, blur | How to replace the background: 'color', 'image', or 'blur'. |
| background_color | stringenum: Black, White, Gray, Red, Green, Blue… | Solid background colour (used when background_type is 'color'). |
| background_image_url | — | Background image URL or data URI (used when background_type is 'image'). |