Recraft's latest image generation model at ~2048px resolution with stronger composition, refined lighting, and realistic materials for print-ready and large-scale work
Details
recraft-v4-pro
Providers & Pricing (2)
Recraft V4 Pro is available from 2 providers, with per-image pricing starting at $0.25 through Replicate.
replicate/recraft-v4-pro
fal/recraft-v4-pro
Provider Performance
Fastest generation through replicate at 33,670ms median latency with 100.0% success rate.
Aggregated from real API requests over the last 30 days.
Generation Time
Success Rate
Time to First Byte
Provider Rankings
| # | Provider | p50 Gen Time | p95 Gen Time | Success Rate | TTFB (p50) |
|---|---|---|---|---|---|
| 1 | replicate | 33,670ms | 35,199ms | 100.0% | 33,802ms |
Recraft V4 Pro API OpenAI-compatible
Integrate Recraft V4 Pro into your application via Lumenfall’s OpenAI-compatible API to generate text-to-image assets at up to 2048px resolution with advanced spatial composition.
https://api.lumenfall.ai/openai/v1
recraft-v4-pro
curl -X POST \
https://api.lumenfall.ai/openai/v1/images/generations \
-H "Authorization: Bearer $LUMENFALL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "recraft-v4-pro",
"prompt": "A serene mountain landscape at sunset",
"size": "1024x1024"
}'
# Response:
# { "created": 1234567890, "data": [{ "url": "https://...", "revised_prompt": "..." }] }
import OpenAI from 'openai';
const client = new OpenAI({
apiKey: 'YOUR_API_KEY',
baseURL: 'https://api.lumenfall.ai/openai/v1'
});
const response = await client.images.generate({
model: 'recraft-v4-pro',
prompt: 'A serene mountain landscape at sunset',
size: '1024x1024'
});
// { created: 1234567890, data: [{ url: "https://...", revised_prompt: "..." }] }
console.log(response.data[0].url);
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://api.lumenfall.ai/openai/v1"
)
response = client.images.generate(
model="recraft-v4-pro",
prompt="A serene mountain landscape at sunset",
size="1024x1024"
)
# { created: 1234567890, data: [{ url: "https://...", revised_prompt: "..." }] }
print(response.data[0].url)
Gallery
View all 4 imagesRecraft V4 Pro FAQ
How much does Recraft V4 Pro cost?
Recraft V4 Pro starts at $0.25 per image through Lumenfall. Pricing varies by provider. Lumenfall does not add any markup to provider pricing.
How do I use Recraft V4 Pro via API?
You can use Recraft V4 Pro through Lumenfall's OpenAI-compatible API. Send requests to the unified endpoint with model ID "recraft-v4-pro". Code examples are available in Python, JavaScript, and cURL.
Which providers offer Recraft V4 Pro?
Recraft V4 Pro is available through Replicate and fal.ai on Lumenfall. Lumenfall automatically routes requests to the best available provider.
What is the maximum resolution for Recraft V4 Pro?
Recraft V4 Pro supports images up to 3072x3072 resolution.
Overview
Recraft V4 Pro is a high-resolution text-to-image model developed by Recraft AI, specifically designed for professional-grade graphic design and print-ready digital art. Unlike many foundation models that focus primarily on photorealism, Recraft V4 Pro prioritizes spatial composition, complex text rendering, and material accuracy at resolutions up to 2048px. It is characterized by its ability to follow long, intricate prompts while maintaining anatomical and structural consistency.
Strengths
- Exact Text Rendering: The model demonstrates high accuracy when generating specific strings of text within images, making it suitable for logo design, posters, and UI mockups.
- Material and Texture Fidelity: It excels at simulating physical properties such as the specularity of metal, the translucency of glass, and the tactile nature of various fabrics.
- Compositional Control: V4 Pro handles complex scene layouts better than earlier iterations, accurately placing multiple objects in relation to one another as defined in the prompt.
- Vector-Like Precision: Although it outputs raster images, the model generates sharp edges and clean color separations that mimic the aesthetic of professional vector software and high-end digital illustration.
Limitations
- Prompt Sensitivity: To achieve the highest level of detail in large-scale prints, the model often requires more descriptive prompting regarding lighting and material types compared to “one-click” consumer models.
- Inference Speed: Due to its high output resolution (~2048px) and focus on structural integrity, it may have higher latency than smaller, distilled models optimized for rapid iteration.
- Stylized Bias: While capable of photorealism, the model’s default “cleanliness” can sometimes lean toward a polished commercial aesthetic that may require specific negative prompting for more “gritty” or lo-fi artistic styles.
Technical Background
Recraft V4 Pro is an evolution of Recraft’s proprietary architecture, optimized for high-resolution 2K outputs without the artifacts often seen in tiled upscaling or standard latent diffusion. The training methodology emphasizes alignment with design-centric datasets, focusing on spatial relationships and typographical accuracy. It utilizes a refined lighting system that calculates shadows and reflections based on object geometry rather than simple texture overlays.
Best For
This model is best suited for professional designers creating print-ready assets, brand identities, and commercial illustrations where precise text and high-resolution details are non-negotiable. It is an excellent choice for generating marketing collateral, detailed product concepts, and complex icon sets. Recraft V4 Pro is available for testing and integration through Lumenfall’s unified API and interactive playground, allowing developers to compare its output alongside other industry-leading image models.
Try Recraft V4 Pro in Playground
Generate images with custom prompts — no API key needed.