Imagen 4.0 Ultra Generate 001 AI Image Generation Model

Google's Imagen 4.0 Ultra model offering the highest fidelity and resolution for professional-grade image generation

Imagen 4.0 Ultra Generate 001 API OpenAI-compatible

Integrate Imagen 4.0 Ultra Generate 001 into your workflow to generate high-resolution, text-to-image assets via Lumenfall's unified OpenAI-compatible endpoint.

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