Recraft V4

AI Image Generation Model

$$ · 4¢

Recraft's latest text-to-image generation model with high-quality output, supporting various aspect ratios and custom color palettes

Recraft V4 API OpenAI-compatible

Integrate Recraft V4 into your workflow via Lumenfall’s OpenAI-compatible API to generate high-resolution images across diverse aspect ratios.

Base URL
https://api.lumenfall.ai/openai/v1
Model
recraft-v4
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",
    "prompt": "A serene mountain landscape at sunset",
    "size": "1024x1024"
  }'
# Response:
# { "created": 1234567890, "data": [{ "url": "https://...", "revised_prompt": "..." }] }