ImagineArt 1.5 (Preview) AI Image Generation Model

Featured #8 Preview

Vyro AI's professional-grade text-to-image model delivering photorealistic output with accurate text rendering and typography precision for commercial workflows

imagineart-1.5 API OpenAI-compatible

Integrate ImagineArt 1.5 (Preview) through Lumenfall’s OpenAI-compatible API to generate high-resolution professional images and typography-accurate media.

Base URL
https://api.lumenfall.ai/openai/v1
Model
imagineart-1.5-preview
curl -X POST \
  https://api.lumenfall.ai/openai/v1/images/generations \
  -H "Authorization: Bearer $LUMENFALL_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "imagineart-1.5-preview",
    "prompt": "A serene mountain landscape at sunset",
    "size": "1024x1024"
  }'
# Response:
# { "created": 1234567890, "data": [{ "url": "https://...", "revised_prompt": "..." }] }