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

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 },
});# Install once, then sign in
npm install -g blitflow
blitflow login
blitflow node ideogram-v3-turbo \
-i prompt="example" \
-i aspectRatio="1:1" \
-i magicPrompt="Auto" \
-i style="None" \
-i seed=1{
"name": "runs_node",
"arguments": {
"node": "ideogram-v3-turbo",
"inputs": {
"prompt": {
"value": "example"
},
"aspectRatio": {
"value": "1:1"
},
"magicPrompt": {
"value": "Auto"
},
"style": {
"value": "None"
},
"seed": {
"value": 1
}
}
}
}curl https://studio.blitflow.com/api/v1/runs/node \
-H "Authorization: Bearer $BLITFLOW_TOKEN" \
-H "Content-Type: application/json" \
-d '{"node":"ideogram-v3-turbo","inputs":{"prompt":{"value":"example"},"aspectRatio":{"value":"1:1"},"magicPrompt":{"value":"Auto"},"style":{"value":"None"},"seed":{"value":1}}}'Schema
Inputs
| prompt* | TEXT | ||
| aspectRatio | TEXT | 1:1 · 16:9 · 9:16 · 4:3 · 3:4 · 3:2 · 2:3 · 16:10 · 10:16 · 3:1 · 1:3 | 1:1 |
| magicPrompt | TEXT | Auto · On · Off | Auto |
| style | TEXT | Style type None · Auto · General · Realistic · Design | None |
| seed | INT |
Outputs
| image | IMAGE |