Ideogram: Ideogram V2
ideogram-ai/ideogram-v2
Access Ideogram V2 from Ideogram using the Puter.js AI API.
Get StartedModel Card
Ideogram V2 is a text-to-image model from Ideogram AI, a company founded in 2022 by former Google Brain researchers Mohammad Norouzi, William Chan, Chitwan Saharia, and Jonathan Ho, and released in August 2024.
It generates images from text with state-of-the-art inpainting, prompt comprehension, and text rendering. The model is built for design work, photorealistic imagery, logos, and posters, and its accurate in-image text set it apart from earlier text-to-image models.
It suits developers building design, branding, or marketing pipelines where legible in-image text and prompt adherence matter, including workflows that rely on inpainting to edit existing images.
Cost Per Image $0.08
per generation
Configuration output
resolution
Release Date Aug 21, 2024
Code Example
Use Ideogram V2 in your app with the Puter.js AI API — no API keys or setup required.
// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';
puter.ai.txt2img("A serene mountain landscape at sunset", {
model: "ideogram-ai/ideogram-v2"
}).then(image => {
document.body.appendChild(image);
});
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.txt2img("A serene mountain landscape at sunset", {
model: "ideogram-ai/ideogram-v2"
}).then(image => {
document.body.appendChild(image);
});
</script>
</body>
</html>
More AI Models From Ideogram
Ideogram V3 Balanced
Ideogram V3 Balanced is the mid-tier variant of Ideogram V3, released by Ideogram AI in March 2025 with improvements in realism, style control, and layout generation over the V2 line. It supports style references, letting users upload up to three images to guide color, texture, and mood, and it renders long or stylized text phrases with precision for design and marketing work. In human evaluations, Ideogram V3 ranked highest by ELO score among image generation models for realism, alignment, and versatility. Balanced trades some speed for higher fidelity than Turbo, while generating faster than Quality. It fits most production design and marketing work where neither maximum speed nor maximum fidelity is the sole priority.
ImageIdeogram V3 Quality
Ideogram V3 Quality is the highest-fidelity variant of Ideogram AI's V3 model, for work where output quality matters more than generation time or cost. Like the rest of the V3 line, it supports style references from up to three uploaded images, precise text rendering for graphic design, and detailed spatial composition with control over lighting and color. In human evaluations, Ideogram V3 ranked highest by ELO score among image generation models for realism, alignment, and versatility. It's the slowest and most expensive of the three V3 tiers, priced above Balanced and Turbo. It suits graphic design, advertising, branding, and product photography work that needs the most detail Ideogram V3 can produce, and can tolerate longer generation times.
ImageIdeogram V3 Turbo
Ideogram V3 Turbo is the fastest and cheapest variant of Ideogram AI's V3 model, priced at a third of the Quality tier. It carries over V3's improvements in realism, style control, and layout generation, including style references from up to three uploaded images and precise text rendering for design work, while trading some fidelity for speed. Ideogram positions it for rapid iteration, where developers want a quick look at composition and layout before a slower, higher-quality pass. It fits prototyping, batch generation, and interactive applications where turnaround time and cost matter more than maximum detail, with Balanced and Quality available for work that needs more fidelity.
Frequently Asked Questions
You can access Ideogram V2 by Ideogram through Puter.js AI API. Include the library in your web app or Node.js project and start making calls with just a few lines of JavaScript — no backend and no configuration required.
Ideogram V2 is free to integrate using the Puter.js AI API. With the User-Pays Model, you can add AI to your app for $0, since users cover their own AI usage through their Puter account.
| Price | |
|---|---|
| Per image | $0.08 |
Ideogram V2 was created by Ideogram and released on Aug 21, 2024.
Yes — the Ideogram V2 API works with any JavaScript framework, Node.js, or plain HTML through Puter.js. Just include the library and start building. See the documentation for more details.
Add Ideogram V2 to your app for free
Developers can integrate Ideogram V2 for free using the Puter.js AI API.
With the User-Pays Model, each user covers their own AI usage instead of the developer.