Recraft V4 Pro

AI Image Generation Model

$$$$ · 25¢

Recraft's latest image generation model at ~2048px resolution with stronger composition, refined lighting, and realistic materials for print-ready and large-scale work

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.

Base URL
https://api.lumenfall.ai/openai/v1
Model
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": "..." }] }