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. Ideogram 3.0 Turbo Ideogram 3.0 Balanced Ideogram 3.0 Quality 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: Copy import { writeFile } from "fs/promises" ; import Replicate from "replicate" ; const replicate = new Replicate (); Copy const input = { prompt: "The text \" V3 Turbo \" in the center middle." , aspect_ratio: "3:2" , …