Recraft V3

Popular
Replicate
Image Generation

Recraft's text-to-image model that topped the Hugging Face text-to-image arena at release. Strong long-text rendering, brand-style consistency, and precise control over image dimensions and color palettes.

Generate with Recraft V3
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

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

About this model

Recraft V3 (codename red_panda) is a design-focused text-to-image model from Recraft. It can place long passages of legible text, follow a brand style across multiple images, and generate at arbitrary aspect ratios. It briefly held the top spot on public text-to-image leaderboards and is widely used for marketing and product design assets.
Try Recraft V3
Sign in to generate — 50 free credits on sign-up

Pricing

Price per Generation
Per generation€3.00

API Integration

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

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

const rw = railwail("YOUR_API_KEY");

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

// Or use the image() method for full control
const res = await rw.image("recraft-v3-flagship", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Price
€3.00
Developer
Replicate
Category
Image Generation
Supported Formats
text
Tags
replicate
recraft
text-to-image
design
brand
typography
flagship

Frequently asked questions

Start using Recraft V3 today

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