Async jobs
Queue generation, poll status, and return image URLs when render completes.
Imagen 3 API is a Google image generation model for teams that need strong prompt following, clean compositions, and production-friendly visual output through one LumixAI endpoint.

Model overview
Stable Imagen 3 image API model for realistic prompts, clean lighting, and dependable image creation.
Use Imagen 3 through LumixAI when you want one stable REST workflow for prompts, model selection, async jobs, usage tracking, and credit pricing. The page targets searches for Imagen 3 API, Imagen 3 image API, and Google image generation API.
photorealistic images
blog visuals
commerce assets
Developer workflow
Queue generation, poll status, and return image URLs when render completes.
Imagen 3 starts at 5 credits per image before conditional rules.
await fetch("https://api.example.com/v1/images/jobs", {
method: "POST",
headers: {
"Content-Type": "application/json",
"X-API-Key": process.env.LUMIXAI_API_KEY
},
body: JSON.stringify({
model: "imagen3",
prompt: "premium product image, clean studio lighting",
aspectRatio: "16:9",
resolution: "2k"
})
});Next step