U2Net Saliency

Replicate
Image Generation

Salient-object detection network used for background removal and matting. Nested U-Net architecture trained on DUTS-TR for general scenes.

Generate with U2Net Saliency
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 May 16, 2026

U2Net Saliency is image generation AI model from Replicate, priced at €0.000 per 1M input tokens with a unknown context window.

Try U2Net Saliency
Sign in to generate — 50 free credits on sign-up

Pricing

Price per Generation
Per generation€0.001

API Integration

Use our OpenAI-compatible API to integrate U2Net Saliency into your application.

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

const rw = railwail("YOUR_API_KEY");

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

// Or use the image() method for full control
const res = await rw.image("u2net-saliency", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Price
€0.001
Developer
Replicate
Category
Image Generation
Supported Formats
image
Tags
replicate
background-removal
saliency
open-source

Frequently asked questions

Start using U2Net Saliency today

Get started with free credits. No credit card required. Access U2Net Saliency and 100+ other models through a single API.