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

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" },
});# Install once, then sign in
npm install -g blitflow
blitflow login
blitflow node recraft-v4-1 \
-i prompt="example" \
-i aspectRatio="example" \
-i size="1024x1024"{
"name": "runs_node",
"arguments": {
"node": "recraft-v4-1",
"inputs": {
"prompt": {
"value": "example"
},
"aspectRatio": {
"value": "example"
},
"size": {
"value": "1024x1024"
}
}
}
}curl https://studio.blitflow.com/api/v1/runs/node \
-H "Authorization: Bearer $BLITFLOW_TOKEN" \
-H "Content-Type: application/json" \
-d '{"node":"recraft-v4-1","inputs":{"prompt":{"value":"example"},"aspectRatio":{"value":"example"},"size":{"value":"1024x1024"}}}'Schema
Inputs
| prompt* | TEXT | ||
| aspectRatio | TEXT | 1:1 · 4:3 · 3:4 · 3:2 · 2:3 · 16:9 · 9:16 · 1:2 · 2:1 · 4:5 · 5:4 | |
| size | TEXT | 1024x1024 · 1536x768 · 768x1536 · 1280x832 · 832x1280 · 1216x896 · 896x1216 · 1152x896 · 896x1152 · 832x1344 · 1280x896 · 896x1280 · 1344x768 · 768x1344 | 1024x1024 |
Outputs
| image | IMAGE |