All models
Imagev1.0.0

Ideogram v3 Turbo

Fast text-to-image with strong, legible text rendering

5 inputsIMAGE

a vintage travel poster that reads "KYOTO" with cherry blossoms and a pagoda, bold clean typography

Ideogram v3 Turbo output

Run the node

TEXT
TEXT
TEXT
TEXT
Style type
INT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins ideogram-v3-turbo and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("ideogram-v3-turbo", {
  prompt: { value: "example" },
  aspectRatio: { value: "1:1" },
  magicPrompt: { value: "Auto" },
  style: { value: "None" },
  seed: { value: 1 },
});

Schema

Inputs

prompt*TEXT
aspectRatioTEXT
1:1 · 16:9 · 9:16 · 4:3 · 3:4 · 3:2 · 2:3 · 16:10 · 10:16 · 3:1 · 1:3
1:1
magicPromptTEXT
Auto · On · Off
Auto
styleTEXT
Style type
None · Auto · General · Realistic · Design
None
seedINT

Outputs

imageIMAGE