# Imagen 4.0 Generate 001 > Google's latest Imagen 4.0 text-to-image generation model with significantly better text rendering and overall image quality ## Quick Reference - Model ID: imagen-4.0-generate-001 - Creator: Google - Status: active - Family: imagen-4 - Base URL: https://api.lumenfall.ai/openai/v1 ## Specifications - Input Modalities: text - Output Modalities: image ## Model Identifiers - Primary Slug: imagen-4.0-generate-001 ## Dates ## Tags image-generation, text-to-image ## Available Providers ### fal.ai - Config Key: fal/imagen-4.0-generate-001 - Provider Model ID: fal-ai/imagen4/preview - Pricing: - source: official - currency: USD - components: [{"type" => "output", "metric" => "image", "unit_price" => 0.04}] - source_url: https://fal.ai/models/fal-ai/imagen4/preview/api - effective_at: 2026-01-26 ### Gemini API - Config Key: gemini/imagen-4.0-generate-001 - Provider Model ID: imagen-4.0-generate-001 - Regions: global - Pricing: - source: official - currency: USD - components: [{"type" => "output", "metric" => "image", "unit_price" => 0.04}] - source_url: https://ai.google.dev/gemini-api/docs/pricing#imagen ### Replicate - Config Key: replicate/imagen-4.0-generate-001 - Provider Model ID: google/imagen-4 - Pricing: - source: official - currency: USD - components: [{"type" => "output", "metric" => "image", "unit_price" => 0.04}] - source_url: https://replicate.com/google/imagen-4 - effective_at: 2026-01-26 ### Vertex AI - Config Key: vertex/imagen-4.0-generate-001 - Provider Model ID: imagen-4.0-generate-001 - Regions: global - Pricing: - source: official - currency: USD - components: [{"type" => "output", "metric" => "image", "unit_price" => 0.04}] - source_url: https://cloud.google.com/vertex-ai/generative-ai/pricing ## Arena Benchmarks ### Adorable Baby Animals in Sunny Meadow - Elo: 1097 - Record: 4W / 12L / 0T (16 battles) - Rank: #21 of 23 ## Image Gallery 5 images available for this model. - Curated examples: 4 - "A wide, cinematic shot of a high-end, boutique hotel lobby at golden hour. In the center of the frame, behind a polis..." - "A hyper-realistic, macro close-up of a weathered leather workbench where a silver quill and a glass inkwell sit next ..." - "A hyper-realistic close-up of an artisan's workbench, focusing on a hand-carved wooden printing block resting on a be..." - "A sun-drenched artisanal bakery storefront with a large gold-leaf sign on the window that reads "FLOUR & BLOOM" in el..." - Competition results: 1 - Adorable Baby Animals in Sunny Meadow: #21 of 23 (Elo 1097) ## Example Prompt The following prompt was used to generate an example image in our playground: A sun-drenched artisanal bakery storefront with a large gold-leaf sign on the window that reads "FLOUR & BLOOM" in elegant serif typography. A small, calm capybara sits quietly on the sidewalk next to a potted lavender plant. ## Code Examples ### Text to Image (Generation) #### cURL 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-generate-001", "prompt": "A serene mountain landscape at sunset", "size": "1024x1024" }' # Response: # { "created": 1234567890, "data": [{ "url": "https://...", "revised_prompt": "..." }] } #### JavaScript 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: 'imagen-4.0-generate-001', prompt: 'A serene mountain landscape at sunset', size: '1024x1024' }); // { created: 1234567890, data: [{ url: "https://...", revised_prompt: "..." }] } console.log(response.data[0].url); #### Python from openai import OpenAI client = OpenAI( api_key="YOUR_API_KEY", base_url="https://api.lumenfall.ai/openai/v1" ) response = client.images.generate( model="imagen-4.0-generate-001", prompt="A serene mountain landscape at sunset", size="1024x1024" ) # { created: 1234567890, data: [{ url: "https://...", revised_prompt: "..." }] } print(response.data[0].url) ## About ## Overview Imagen 4.0 Generate 001 is Google’s fourth-generation text-to-image model, designed to synthesize high-fidelity visuals from natural language descriptions. Developed by Google Research, this iteration focuses on solving long-standing hurdles in diffusion models, specifically the accurate rendering of complex typography and the adherence to detailed, multi-part prompts. It represents a significant architectural leap over the 3.0 series in terms of spatial reasoning and fine-grained detail. ## Strengths * **Precise Text Rendering:** The model demonstrates a high success rate when embedding specific strings, legible words, and long phrases into images, minimizing the common "gibberish" artifacts found in earlier generation models. * **Nuanced Prompt Adherence:** It excels at interpreting complex instructions that involve multiple subjects, specific lighting conditions (e.g., "volumetric God rays"), and precise camera angles without merging distinct elements. * **Compositional Realism:** The model exhibits improved spatial awareness, accurately placing objects in relation to one another according to prepositional commands (e.g., "behind," "to the left of," or "resting on"). * **High-Fidelity Textures:** It produces sharp, realistic textures for challenging subjects such as human skin, woven fabrics, and reflective surfaces, reducing the "plastic" look often associated with AI-generated imagery. ## Limitations * **Photorealistic Bias:** While capable of various styles, the model can lean toward a "stock photo" aesthetic unless specific artistic styles or medium-specific keywords (e.g., "charcoal sketch" or "35mm film grain") are heavily emphasized. * **Anatomical Edge Cases:** Like most diffusion models, it may still struggle with extreme anatomical poses or complex overlapping of limbs in crowded scenes. * **Generation Latency:** Due to the model's increased parameter count and complexity, inference times may be slightly higher compared to "Turbo" or "Lightning" variants of competing models. ## Technical Background Imagen 4.0 is built upon an evolved transformer-based diffusion architecture, likely utilizing a massive T5-XXL text encoder to deeply understand linguistic semantics before the image synthesis phase begins. This version incorporates a more robust training dataset focused on high-descriptive captions and high-resolution aesthetics. Key technical refinements were made to the sampling process to ensure that textural details remain coherent even at the edges of the frame. ## Best For * **Marketing and Ad Copy:** Creating hero images that require integrated legible text, such as signs, storefronts, or branded packaging. * **Concept Art:** Generating detailed character designs and environments that require strict adherence to specific stylistic and spatial prompts. * **UI/UX Prototyping:** Visualizing app interfaces and website layouts where text placement and icon clarity are essential. Imagen 4.0 Generate 001 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. ## Frequently Asked Questions ### How much does Imagen 4.0 Generate 001 cost? Imagen 4.0 Generate 001 starts at $0.04 per image through Lumenfall. Pricing varies by provider. Lumenfall does not add any markup to provider pricing. ### How do I use Imagen 4.0 Generate 001 via API? You can use Imagen 4.0 Generate 001 through Lumenfall's OpenAI-compatible API. Send requests to the unified endpoint with model ID "imagen-4.0-generate-001". Code examples are available in Python, JavaScript, and cURL. ### Which providers offer Imagen 4.0 Generate 001? Imagen 4.0 Generate 001 is available through fal.ai, Gemini API, Replicate, and Vertex AI on Lumenfall. Lumenfall automatically routes requests to the best available provider. ## Links - Model Page: https://lumenfall.ai/models/google/imagen-4.0-generate-001 - About: https://lumenfall.ai/models/google/imagen-4.0-generate-001/about - Providers, Pricing & Performance: https://lumenfall.ai/models/google/imagen-4.0-generate-001/providers - API Reference: https://lumenfall.ai/models/google/imagen-4.0-generate-001/api - Benchmarks: https://lumenfall.ai/models/google/imagen-4.0-generate-001/benchmarks - Use Cases: https://lumenfall.ai/models/google/imagen-4.0-generate-001/use-cases - Gallery: https://lumenfall.ai/models/google/imagen-4.0-generate-001/gallery - Playground: https://lumenfall.ai/playground?model=imagen-4.0-generate-001 - API Documentation: https://docs.lumenfall.ai