Google Imagen 4

Popular
Google DeepMind
Image Generation

Google DeepMind's Imagen 4 text-to-image model, hosted on Replicate. Sharp detail, accurate text rendering, and strong prompt adherence across photographic and illustrated styles. Outputs up to 2K resolution.

Generate with Google Imagen 4
Describe what you want and pick a size — the image renders inline.
Sign in to try this model with €5 free credits.
Sign in
Result appears here
TL;DR·Last updated June 24, 2026

Google Imagen 4 is image generation AI model from Google DeepMind, priced at €0.000 per 1M input tokens with a unknown context window.

About this model

Imagen 4 is Google DeepMind's latest text-to-image model, exposed through Replicate's official Google partnership. It improves on Imagen 3 in fine detail, typography, and prompt fidelity, and renders text inside images more reliably than most competitors. An Ultra tier is available for the highest quality and a Fast tier for lower latency.
Try Google Imagen 4
Sign in to generate — 50 free credits on sign-up

Pricing

Price per Generation
Per generation€4.00

API Integration

Use our OpenAI-compatible API to integrate Google Imagen 4 into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

const images = await rw.run("imagen-4-flagship", "A beautiful sunset over Tokyo");
console.log(images[0].url);

// Or use the image() method for full control
const res = await rw.image("imagen-4-flagship", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Price
€4.00
Developer
Google DeepMind
Category
Image Generation
Supported Formats
text
Tags
replicate
google
imagen
text-to-image
photorealism
flagship

Frequently asked questions

Start using Google Imagen 4 today

Get started with free credits. No credit card required. Access Google Imagen 4 and 100+ other models through a single API.