Ideogram 3.0 on Replicate
TL;DR: Ideogram 3.0 is a major update to the text-to-image model, with big improvements in realism, style control, and layout generation. It comes in three varieties, all of which are live on Replicate.

About 3.0
Ideogram just launched version 3.0 of its text-to-image model, and it’s packed with features. The model comes in three varieties: “Turbo,” “Balanced,” and “Quality.”
The “Turbo” model is perfect for rapid iterations, while the “Quality” model delivers the highest fidelity results when precision matters most. The “Balanced” option sits comfortably in between, offering a good compromise for most use cases.
With all of the models, you get rich image results with more control, better text rendering, and a serious boost in realism.
Here’s how you can run each of these models with Replicate’s JS client:
import { writeFile } from "fs/promises";
import Replicate from "replicate";
const replicate = new Replicate();
const input = {
prompt: "The text \"V3 Turbo\" in the center middle.",
aspect_ratio: "3:2",
};
const turbo_output = await replicate.run("ideogram-ai/ideogram-v3-turbo", { input });
await writeFile("turbo_output.png", output);
const input = {
prompt: "The text \"V3 Balanced\" in the center middle.",
aspect_ratio: "3:2",
};
const balanced_output = await replicate.run("ideogram-ai/ideogram-v3-balanced", { input });
await writeFile("balanced_output.png", output);
const input = {
prompt: "The text \"V3 Quality\" in the center middle.",
aspect_ratio: "3:2",
};
const quality_output = await replicate.run("ideogram-ai/ideogram-v3-quality", { input });
await writeFile("quality_output.png", quality_output);
Design
Ideogram 3.0 handles long or stylized phrases with precision, which is a big deal for graphic design and marketing work.
Ideogram v3's typography skills are fun to play withhttps://t.co/4Ovobmn5fx pic.twitter.com/t6355NbbsU
— fofr (@fofrAI) May 4, 2025
You can generate layouts that look more like they came from a design tool than an AI model: posters, product shots with branding, ads with copy in the right place. The results are useful, not just impressive.
We tried our hand at this by reimagining Replicate branding, taking our fast inference times into consideration:

Style Transfer
Ideogram 3.0 makes it easy to apply custom styles to your images using reference images. You can upload visuals that capture the look you’re going for—whether it’s a specific color palette, texture, composition, or mood—and the model will match that aesthetic in its generations. This kind of style transfer is useful when text prompts fall short, especially for abstract or hard-to-describe looks.
For example, you can pass in the following style reference images…

…and create a 3D blueprint map of San Francisco in the same style:

It’s pretty awesome.
Realism
Ideogram has leveled up its understanding of spatial detail, lighting, color, and texture. You can create scenes that look like real photography—complete with nuanced backgrounds and believable environments.
In human evaluations, the model came out on top across a wide range of prompts. It ranked highest in ELO scoring against other image generation models for realism, alignment, and versatility.
Check out these images for some inspiration:
Overall, Ideogram 3.0 pushes text-to-image generation to new levels. The model elegantly handles complex layouts, accurate text rendering, and photorealistic imagery.
Whether you’re designing mockups, creating marketing visuals, or exploring artistic styles, Ideogram 3.0 provides powerful capabilities to enhance your workflow. You can try all three versions on Replicate.
💬 Inquiries? Drop a post in Replicate Discord or tag us on X.