All models
Imagev1.0.0

Recraft v3

High-quality text-to-image with style control

3 inputsIMAGE

a minimalist flat illustration of a steaming coffee cup, soft pastel palette

Recraft v3 output

Run the node

TEXT
TEXT
TEXT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins recraft-v3 and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("recraft-v3", {
  prompt: { value: "example" },
  size: { value: "1024x1024" },
  style: { value: "any" },
});

Schema

Inputs

prompt*TEXT
sizeTEXT
1024x1024 · 1365x1024 · 1024x1365 · 1536x1024 · 1024x1536 · 1820x1024 · 1024x1820 · 1024x2048 · 2048x1024 · 1434x1024 · 1024x1434 · 1024x1280 · 1280x1024 · 1024x1707 · 1707x1024
1024x1024
styleTEXT
any · realistic_image · digital_illustration · vector_illustration
any

Outputs

imageIMAGE