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
Ideogram

Ideogram API

Access Ideogram instantly with Puter.js, and add AI to any app in a few lines of code without backend or API keys.

// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';

puter.ai.txt2img("A beautiful sunset", {
    model: "ideogram/ideogram-4.0"
}).then(imageElement => {
    document.body.appendChild(imageElement);
});
<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.txt2img("A beautiful sunset", {
            model: "ideogram/ideogram-4.0"
        }).then(imageElement => {
            document.body.appendChild(imageElement);
        });
    </script>
</body>
</html>

List of Ideogram Models

Image

Ideogram 4.0

ideogram/ideogram-4.0

Ideogram 4.0 is an open-weight text-to-image model from Ideogram AI, released June 3, 2026 as a 9.3B-parameter diffusion transformer with weights published under Apache 2.0. It supports structured JSON prompting with bounding-box layout and hex color control, native 2K output, and an Ideogram Character feature for subject consistency from one reference photo. It continues Ideogram's focus on text rendering, scoring 0.97 OCR accuracy on X-Omni and 0.69 mIoU on 7Bench for layout control. In Ideogram's designer-preference evaluation (4,366 votes across 9 models), it scored an ELO of 1062, second overall behind GPT Image 2 and first among open-weight models, ahead of larger models like Qwen-Image (20B) and HunyuanImage 3.0 (80B MoE). API pricing runs $0.03-$0.10 per image by quality tier, with Style Reference (up to three images), Remix, Edit, and Reframe support. It suits developers building advertising, branding, packaging, and product-photography pipelines needing typography and layout control.

Image

Ideogram 3.0

ideogram/ideogram-3.0

Ideogram 3.0 is a text-to-image generation model from Ideogram AI, built by a team of ex-Google engineers and launched in March 2025. It specializes in photorealistic image generation with industry-leading text rendering — producing accurate, stylized typography within images that competing models like Midjourney and DALL-E 3 struggle to match. The model excels at graphic design tasks including posters, logos, marketing visuals, and layouts with complex or lengthy text compositions. It also supports Style References, allowing up to three reference images to guide output aesthetics for consistent branding across batches. In human evaluations, Ideogram 3.0 achieved the highest ELO ratings against other text-to-image models across diverse prompts covering varied subjects, styles, and composition difficulty. It's a strong fit for developers building design, advertising, or content-generation pipelines where typographic accuracy and prompt adherence are critical.

Frequently Asked Questions

What is this Ideogram API about?

The Ideogram API gives you access to models for AI image generation. Through Puter.js, you can start using Ideogram models instantly with zero setup or configuration.

Which Ideogram models can I use?

Puter.js supports a variety of Ideogram models, including Ideogram 4.0 and Ideogram 3.0. Find all AI models supported by Puter.js in the AI model list.

How much does it cost?

With the User-Pays model, users cover their own AI costs through their Puter account. This means you can build apps without worrying about infrastructure expenses.

What is Puter.js?

Puter.js is a JavaScript library that provides access to AI, storage, and other cloud services directly from a single API. It handles authentication, infrastructure, and scaling so you can focus on building your app.

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

Yes — the Ideogram API through Puter.js works with any JavaScript framework, Node.js, or plain HTML. Just include the library and start building. See the documentation for more details.