Remove Background (lucataco)

Community
Image Generation

Lucataco's remove-bg, a rembg-based background removal model that returns the foreground subject on a transparent background. A popular, low-cost option for quick product and portrait cutouts.

Generate with Remove Background (lucataco)
Describe what you want and pick a size — the image renders inline.
Sign in to try this model with €5 free credits.
Sign in
Result appears here
TL;DR·Last updated June 24, 2026

Remove Background (lucataco) is image generation AI model from Community, priced at €0.000 per 1M input tokens with a unknown context window.

About this model

remove-bg takes one image and outputs the subject isolated from its background using the rembg pipeline. It is a simple single-input model aimed at fast batch cutouts where you just need the foreground on transparency.
Try Remove Background (lucataco)
Sign in to generate — 50 free credits on sign-up

Pricing

Price per Generation
Per generation€1.00

API Integration

Use our OpenAI-compatible API to integrate Remove Background (lucataco) into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

const images = await rw.run("lucataco-remove-bg", "A beautiful sunset over Tokyo");
console.log(images[0].url);

// Or use the image() method for full control
const res = await rw.image("lucataco-remove-bg", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Price
€1.00
Developer
Community
Category
Image Generation
Supported Formats
image
Tags
background-removal
lucataco
rembg
cutout
image

Frequently asked questions

Start using Remove Background (lucataco) today

Get started with free credits. No credit card required. Access Remove Background (lucataco) and 100+ other models through a single API.