Ship a Full-Stack App with One Prompt

Copy this prompt into your AI coding agent, or open it in one below.

Give this to your AI Create a to-do list app using Puter.js

Coding manually? see the guide

Ideogram: Ideogram V2 Turbo

ideogram-ai/ideogram-v2-turbo

Access Ideogram V2 Turbo from Ideogram using the Puter.js AI API.

Get Started

Model Card

Ideogram V2 Turbo is the speed-optimized variant of Ideogram V2, from Ideogram AI.

It keeps the same state-of-the-art inpainting, prompt comprehension, and text rendering as the standard V2 model, generating images faster and at lower cost. That tradeoff suits quick ideation, where seeing composition and layout matters more than squeezing out every bit of detail.

It's a fit for developers iterating on prompts, running batch generation, or building interactive tools where response time affects the experience, while still needing Ideogram's accurate in-image text rendering.

Cost Per Image $0.05

per generation

Configuration output

resolution

Release Date Aug 21, 2024

 

Code Example

Use Ideogram V2 Turbo 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-turbo"
}).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-turbo"
        }).then(image => {
            document.body.appendChild(image);
        });
    </script>
</body>
</html>

More AI Models From Ideogram

Find other Ideogram models

Image

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.

Image

Ideogram 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.

Image

Ideogram 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

How do I use Ideogram V2 Turbo?

You can access Ideogram V2 Turbo 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.

Is Ideogram V2 Turbo free?

Ideogram V2 Turbo 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.

What is the pricing for Ideogram V2 Turbo?
Ideogram V2 Turbo costs $0.05 per image.
Price
Per image$0.05
Who created Ideogram V2 Turbo?

Ideogram V2 Turbo was created by Ideogram and released on Aug 21, 2024.

Does it work with React / Vue / Vanilla JS / Node / etc.?

Yes — the Ideogram V2 Turbo 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 Turbo to your app for free

Developers can integrate Ideogram V2 Turbo for free using the Puter.js AI API.
With the User-Pays Model, each user covers their own AI usage instead of the developer.

Get started How pricing works