Ideogram 2.0 Turbo
Ideogram's fast text-to-image variant. Strong typography and logo rendering at low latency.
Ideogram 2.0 Turbo is image generation AI model from Ideogram, priced at €0.000 per 1M input tokens with a unknown context window.
Pricing
API Integration
Use our OpenAI-compatible API to integrate Ideogram 2.0 Turbo into your application.
npm install railwailimport railwail from "railwail";
const rw = railwail("YOUR_API_KEY");
const images = await rw.run("ideogram-2-turbo", "A beautiful sunset over Tokyo");
console.log(images[0].url);
// Or use the image() method for full control
const res = await rw.image("ideogram-2-turbo", "A cat in space", {
size: "1024x1024",
n: 1,
});
console.log(res.data[0].url);Deep dive — Ideogram AI's Ideogram 2.0 Turbo
Ideogram AI was founded in 2022 in Toronto by Mohammad Norouzi (CEO) together with William Chan, Chitwan Saharia, Jonathan Ho and David J. Fleet — the core authors of Google's Imagen and Imagen 2 research. The team left Google Brain / Google DeepMind in 2022-2023 to commercialise text-to-image research with a focus on photorealistic typography and reliable text rendering. The company raised an $80M Series A led by Andreessen Horowitz and Index Ventures in August 2023 and launched its first public model the same month. Ideogram 1.0 (Feb 2024), Ideogram 2.0 (Aug 2024, with a Turbo variant) and Ideogram 3.0 (March 2025) introduced progressively better typography, photorealism and style controls.
Visit Ideogram AI →Ideogram 2.0 Turbo is the fast-tier release of the Ideogram 2.0 model family (August 2024). The base Ideogram 2.0 is a closed-source text-to-image diffusion system that descends architecturally from Google's Imagen line, of which Ideogram's founders were the principal authors. Where Imagen used a large language model (T5-XXL) for text conditioning followed by a cascaded super-resolution diffusion pipeline, Ideogram 2.0 is widely understood to use a similar T5-style text encoder feeding a latent diffusion backbone. The Turbo variant is a step-distilled and inference-optimised checkpoint targeting ~7 second generation latency for 1MP images (vs. ~14 seconds for standard 2.0). Ideogram models are specifically tuned for in-image typography, with training data heavily augmented with caption-text-on-image samples and a custom text-rendering loss. The model also supports five style presets (General, Realistic, Design, 3D, Anime) and a 'Magic Prompt' rewriter that expands brief prompts.
- Parameters
- Undisclosed
- Context
- 256 tokens
- Best-in-class typography rendering of in-image text
- Five built-in style presets (General, Realistic, Design, 3D, Anime)
- Magic Prompt LLM-based prompt rewriter
- Aspect ratios from 1:1 to 16:9 and 9:16
- ~7s latency on Turbo tier
- Negative prompts supported
- Color palette control via hex codes
- Best for: logos, posters, ad creatives, social media graphics, anything with text in the image.
Trained on a large licensed and publicly available image-text dataset with heavy augmentation toward in-image typography. Exact data composition is not disclosed.
License: Proprietary commercial license via the Ideogram web app and API. Outputs may be used commercially under the Ideogram Terms of Service depending on subscription tier.
Known limitations
- Photorealism still slightly behind FLUX 1.1 [pro] and Imagen 3
- Turbo tier sacrifices some quality for speed
- No public weights or fine-tuning
- Limited control compared to ControlNet ecosystem
Frequently asked questions
Related Models
View all Image GenerationFlux 1.1 Pro Ultra
FLUX 1.1 Pro in ultra mode. Up to 4 megapixel images with raw mode for photorealism.
Flux Dev
Black Forest Labs' development model. Fast, high-quality image generation with LoRA support.
Google Imagen 4
Google's Imagen 4. Text-to-image with strong photorealism and improved typography support.
Google Imagen 4 Ultra
Premium Imagen 4 tier. Highest fidelity, prompt adherence and typography quality from Google.
Start using Ideogram 2.0 Turbo today
Get started with free credits. No credit card required. Access Ideogram 2.0 Turbo and 100+ other models through a single API.