← All Models
Recraft V4.1
Recraft's flagship raster model. Tuned for high aesthetics — natural photorealism, smoother 3D, stronger short-prompt adherence. 1024px base, ~10s.
Specifications
| Provider | Recraft |
| Category | Image |
Quick Start
curl -X POST https://query.genx.sh/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"recraft-v4.1","params":{"prompt":"A flat design icon of a rocket ship launching into space","size":"1024x1024"}}'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
prompt |
string | required | — | Text description of the image |
n |
number | optional | 1 |
Number of images to generate (1-6) |
size |
string | optional | 1024x1024 |
WxH or aspect ratio (e.g. 1024x1024, 16:9). See Recraft Appendix for supported sizes. |
negative_prompt |
string | optional | — | What to avoid in the output |
text_layout |
array | optional | — | Optional bbox-based text placement |