Ideogram 4
Ideogram 4 — best-in-class typography and graphic design, in Turbo, Default, and Quality tiers.
Text to imageIdeogram$0.02 / imagetext-to-imagetypographyposterturbo

$0.02/ image
$0.02 per image. For $1 you can run this model 50 times.
Pay only for successful generations. No idle, no minimums, no per-seat.
API
Wire it up.
Endpoint
POST https://api.tryinfer.com/v1/inference/ideogram-4-turbo/text-to-imagerequest
curl https://api.tryinfer.com/v1/inference/ideogram-4-turbo/text-to-image \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "a bold flyer with the words \"SHIP FAST\" in heavy condensed type, high contrast"
}
}'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| seed | integer | — | — | — |
| prompt | string | Yes | — | — |
| num_images | integer | — | 1 | — |
| aspect_ratio | string | — | 1:1 | 21:916:93:24:31:13:42:39:16 |
| output_format | string | — | png | jpegpngwebp |
Authenticate with a bearer token. Get an API key →