HairWisps without halos
Closed-form foreground matting cleans soft edges. No fringing, even on stark color contrasts.
Drop an image in. Get a transparent PNG out. ~200 ms per call. BiRefNet on Modal GPUs. MIT licensed, self-hostable, 40× cheaper than remove.bg.
curl -X POST "https://useknockout--api.modal.run/remove" \
-H "Authorization: Bearer $TOKEN" \
-F "file=@cat.jpg" -o out.png

BiRefNet ranks #1 on DIS5K and HRSOD. We benchmark against remove.bg on hard subjects: hair, fur, glass, group photos.
HairClosed-form foreground matting cleans soft edges. No fringing, even on stark color contrasts.
GlassCocktail glasses, perfume bottles, water — handled cleanly. The matte preserves real opacity.
Multi-subjectMultiple people, overlapping subjects, complex backgrounds. BiRefNet handles them in one pass.
StickersiMessage / WhatsApp / Telegram-ready cutouts with a configurable outline width.
Cover the full image-cutout, composition, and enhancement workflow without stitching together half a dozen vendors.
Official SDKs for Node, React, CLI, and Python. Or hit the REST API directly.
npm i @useknockout/node
import { Knockout } from "@useknockout/node";
const client = new Knockout({ token: process.env.KNOCKOUT_TOKEN });
const png = await client.remove({ file: "./input.jpg" });For reference — the same image on remove.bg is $0.20 at their PAYG rate.
Best for: Eval, side projects, OSS
Best for: Side projects, early startups
Best for: Production workloads
Best for: Compliance, BYO-cloud