InstantID

Popular
Community
Image Generation

InstantID makes realistic portraits of a real person from a single reference photo without per-user training. Combines a face encoder with an IdentityNet adapter on SDXL to keep identity and pose while following a text prompt, so it is fast and tuning-free.

Generate with InstantID
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

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

About this model

InstantID is a zero-shot identity-preserving generation method built on SDXL. From one face photo it produces new portraits in different styles and scenes while holding the likeness, with optional pose control from the reference image. This Replicate packaging by zsxkib is widely used for instant avatars and AI headshots.
Try InstantID
Sign in to generate β€” 50 free credits on sign-up

Pricing

Price per Generation
Per generation€2.00

API Integration

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

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

const rw = railwail("YOUR_API_KEY");

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

// Or use the image() method for full control
const res = await rw.image("instant-id", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Price
€2.00
Developer
Community
Category
Image Generation
Supported Formats
image
text
Tags
avatar
portrait
instant-id
identity
face
sdxl
replicate

Frequently asked questions

Start using InstantID today

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