All models
Imagev1.0.0

Recraft v4.1

Design-led text-to-image with precise prompt adherence.

3 inputsIMAGE

a flat vector illustration of a mountain cable car, muted alpine palette

Recraft v4.1 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-v4-1 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-v4-1", {
  prompt: { value: "example" },
  aspectRatio: { value: "example" },
  size: { value: "1024x1024" },
});

Schema

Inputs

prompt*TEXT
aspectRatioTEXT
1:1 · 4:3 · 3:4 · 3:2 · 2:3 · 16:9 · 9:16 · 1:2 · 2:1 · 4:5 · 5:4
sizeTEXT
1024x1024 · 1536x768 · 768x1536 · 1280x832 · 832x1280 · 1216x896 · 896x1216 · 1152x896 · 896x1152 · 832x1344 · 1280x896 · 896x1280 · 1344x768 · 768x1344
1024x1024

Outputs

imageIMAGE