Ideogram 2.0

Ideogram 2.0 is a frontier text to image model with strong typography control, improved rendering quality, and better layout consistency. It suits branding workflows, posters, and production design where legible stylized text and precise graphic composition matter to developers.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
text-to-image
Museum Café Dessert Menu Cover$0.08~22s
Finished square menu-cover artwork for a contemporary science museum café, combining premium food photography with bold editorial typography. Overhead view of five sophisticated mineral-inspired desserts arranged like geological specimens on a brushed stainless-steel laboratory tray: a glossy black-sesame obsidian bonbon, a translucent amber sugar shard, a rose-quartz strawberry mousse cube, a purple ube geode tart with crystalline candy interior, and a pale green matcha-marble petit gâteau. Every item must look genuinely edible, meticulously plated, and realistically textured. Hard direct flash creates crisp shadows and luminous jewel tones against a cool silver background. Art direction blends a scientific specimen catalogue with an avant-garde culinary magazine: cobalt blue measurement lines, tiny abstract registration marks, restrained acid-chartreuse accents, generous negative space, precise modular composition. Include the exact headline “EDIBLE GEOLOGY” in large, perfectly legible, uppercase cobalt-blue geometric sans-serif lettering, aligned across the upper third without covering the food. This must be the only readable wording. High-end commercial menu photography, sharp detail, controlled reflections, appetizing realism, clean print-ready graphic design, no physical menu mockup, no hands, no utensils, no logos, no extra text.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'ideogram:3@1',
positivePrompt: 'Finished square menu-cover artwork for a contemporary science museum café, combining premium food photography with bold editorial typography. Overhead view of five sophisticated mineral-inspired desserts arranged like geological specimens on a brushed stainless-steel laboratory tray: a glossy black-sesame obsidian bonbon, a translucent amber sugar shard, a rose-quartz strawberry mousse cube, a purple ube geode tart with crystalline candy interior, and a pale green matcha-marble petit gâteau. Every item must look genuinely edible, meticulously plated, and realistically textured. Hard direct flash creates crisp shadows and luminous jewel tones against a cool silver background. Art direction blends a scientific specimen catalogue with an avant-garde culinary magazine: cobalt blue measurement lines, tiny abstract registration marks, restrained acid-chartreuse accents, generous negative space, precise modular composition. Include the exact headline “EDIBLE GEOLOGY” in large, perfectly legible, uppercase cobalt-blue geometric sans-serif lettering, aligned across the upper third without covering the food. This must be the only readable wording. High-end commercial menu photography, sharp detail, controlled reflections, appetizing realism, clean print-ready graphic design, no physical menu mockup, no hands, no utensils, no logos, no extra text.',
width: 1024,
height: 1024,
providerSettings: {
ideogram: {
styleType: 'DESIGN',
magicPrompt: 'ON'
}
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "ideogram:3@1",
"positivePrompt": "Finished square menu-cover artwork for a contemporary science museum café, combining premium food photography with bold editorial typography. Overhead view of five sophisticated mineral-inspired desserts arranged like geological specimens on a brushed stainless-steel laboratory tray: a glossy black-sesame obsidian bonbon, a translucent amber sugar shard, a rose-quartz strawberry mousse cube, a purple ube geode tart with crystalline candy interior, and a pale green matcha-marble petit gâteau. Every item must look genuinely edible, meticulously plated, and realistically textured. Hard direct flash creates crisp shadows and luminous jewel tones against a cool silver background. Art direction blends a scientific specimen catalogue with an avant-garde culinary magazine: cobalt blue measurement lines, tiny abstract registration marks, restrained acid-chartreuse accents, generous negative space, precise modular composition. Include the exact headline “EDIBLE GEOLOGY” in large, perfectly legible, uppercase cobalt-blue geometric sans-serif lettering, aligned across the upper third without covering the food. This must be the only readable wording. High-end commercial menu photography, sharp detail, controlled reflections, appetizing realism, clean print-ready graphic design, no physical menu mockup, no hands, no utensils, no logos, no extra text.",
"width": 1024,
"height": 1024,
"providerSettings": {
"ideogram": {
"styleType": "DESIGN",
"magicPrompt": "ON"
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "14475754-2498-4c6b-824f-c4276affb65a",
"model": "ideogram:3@1",
"positivePrompt": "Finished square menu-cover artwork for a contemporary science museum café, combining premium food photography with bold editorial typography. Overhead view of five sophisticated mineral-inspired desserts arranged like geological specimens on a brushed stainless-steel laboratory tray: a glossy black-sesame obsidian bonbon, a translucent amber sugar shard, a rose-quartz strawberry mousse cube, a purple ube geode tart with crystalline candy interior, and a pale green matcha-marble petit gâteau. Every item must look genuinely edible, meticulously plated, and realistically textured. Hard direct flash creates crisp shadows and luminous jewel tones against a cool silver background. Art direction blends a scientific specimen catalogue with an avant-garde culinary magazine: cobalt blue measurement lines, tiny abstract registration marks, restrained acid-chartreuse accents, generous negative space, precise modular composition. Include the exact headline “EDIBLE GEOLOGY” in large, perfectly legible, uppercase cobalt-blue geometric sans-serif lettering, aligned across the upper third without covering the food. This must be the only readable wording. High-end commercial menu photography, sharp detail, controlled reflections, appetizing realism, clean print-ready graphic design, no physical menu mockup, no hands, no utensils, no logos, no extra text.",
"width": 1024,
"height": 1024,
"providerSettings": {
"ideogram": {
"styleType": "DESIGN",
"magicPrompt": "ON"
}
}
}
]'runware run ideogram:3@1 \
positivePrompt="Finished square menu-cover artwork for a contemporary science museum café, combining premium food photography with bold editorial typography. Overhead view of five sophisticated mineral-inspired desserts arranged like geological specimens on a brushed stainless-steel laboratory tray: a glossy black-sesame obsidian bonbon, a translucent amber sugar shard, a rose-quartz strawberry mousse cube, a purple ube geode tart with crystalline candy interior, and a pale green matcha-marble petit gâteau. Every item must look genuinely edible, meticulously plated, and realistically textured. Hard direct flash creates crisp shadows and luminous jewel tones against a cool silver background. Art direction blends a scientific specimen catalogue with an avant-garde culinary magazine: cobalt blue measurement lines, tiny abstract registration marks, restrained acid-chartreuse accents, generous negative space, precise modular composition. Include the exact headline “EDIBLE GEOLOGY” in large, perfectly legible, uppercase cobalt-blue geometric sans-serif lettering, aligned across the upper third without covering the food. This must be the only readable wording. High-end commercial menu photography, sharp detail, controlled reflections, appetizing realism, clean print-ready graphic design, no physical menu mockup, no hands, no utensils, no logos, no extra text." \
width=1024 \
height=1024 \
providerSettings.ideogram.styleType=DESIGN \
providerSettings.ideogram.magicPrompt=ON{
"taskType": "imageInference",
"taskUUID": "14475754-2498-4c6b-824f-c4276affb65a",
"model": "ideogram:3@1",
"positivePrompt": "Finished square menu-cover artwork for a contemporary science museum café, combining premium food photography with bold editorial typography. Overhead view of five sophisticated mineral-inspired desserts arranged like geological specimens on a brushed stainless-steel laboratory tray: a glossy black-sesame obsidian bonbon, a translucent amber sugar shard, a rose-quartz strawberry mousse cube, a purple ube geode tart with crystalline candy interior, and a pale green matcha-marble petit gâteau. Every item must look genuinely edible, meticulously plated, and realistically textured. Hard direct flash creates crisp shadows and luminous jewel tones against a cool silver background. Art direction blends a scientific specimen catalogue with an avant-garde culinary magazine: cobalt blue measurement lines, tiny abstract registration marks, restrained acid-chartreuse accents, generous negative space, precise modular composition. Include the exact headline “EDIBLE GEOLOGY” in large, perfectly legible, uppercase cobalt-blue geometric sans-serif lettering, aligned across the upper third without covering the food. This must be the only readable wording. High-end commercial menu photography, sharp detail, controlled reflections, appetizing realism, clean print-ready graphic design, no physical menu mockup, no hands, no utensils, no logos, no extra text.",
"width": 1024,
"height": 1024,
"providerSettings": {
"ideogram": {
"styleType": "DESIGN",
"magicPrompt": "ON"
}
}
}Response
{
"taskType": "imageInference",
"taskUUID": "14475754-2498-4c6b-824f-c4276affb65a",
"imageUUID": "cae4964c-c8a0-4f81-bc39-5886ad4c6fb8",
"imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/cae4964c-c8a0-4f81-bc39-5886ad4c6fb8.jpg",
"seed": 501112622,
"cost": 0.08
}text-to-image
Geothermal Educator Profile Avatar$0.08~23s
Create a finished square profile avatar for a Chilean geothermal engineer who shares field science online. Centered head-and-shoulders portrait of a confident middle-aged woman with warm brown skin, short salt-and-pepper hair, a copper-orange safety helmet, and a dark teal field jacket. She faces the viewer with a calm, capable expression. Distinctive editorial graphic-design treatment combining crisp vector shapes, screen-printed ink texture, and subtle risograph misregistration. Behind her, simplified volcanic strata, white geothermal steam, and concentric topographic contour lines form a compact emblem-like backdrop. Mineral palette of charcoal black, oxidized copper, sulfur yellow, glacier white, and deep teal. Add the exact phrase “DEEP HEAT” in large, highly legible condensed sans-serif capitals, arched above her helmet. No other text. Strong silhouette, bold contrast, balanced circular-safe composition, recognizable at small profile-picture size, polished professional identity artwork, no interface or mockup.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'ideogram:3@1',
positivePrompt: 'Create a finished square profile avatar for a Chilean geothermal engineer who shares field science online. Centered head-and-shoulders portrait of a confident middle-aged woman with warm brown skin, short salt-and-pepper hair, a copper-orange safety helmet, and a dark teal field jacket. She faces the viewer with a calm, capable expression. Distinctive editorial graphic-design treatment combining crisp vector shapes, screen-printed ink texture, and subtle risograph misregistration. Behind her, simplified volcanic strata, white geothermal steam, and concentric topographic contour lines form a compact emblem-like backdrop. Mineral palette of charcoal black, oxidized copper, sulfur yellow, glacier white, and deep teal. Add the exact phrase “DEEP HEAT” in large, highly legible condensed sans-serif capitals, arched above her helmet. No other text. Strong silhouette, bold contrast, balanced circular-safe composition, recognizable at small profile-picture size, polished professional identity artwork, no interface or mockup.',
negativePrompt: 'photorealistic stock photo, tiny face, full body, clutter, illegible lettering, misspelled words, extra text, logos, watermark, border, app interface, website screenshot, low contrast, generic corporate style',
width: 1024,
height: 1024,
providerSettings: {
ideogram: {
styleType: 'DESIGN',
magicPrompt: 'ON'
}
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "ideogram:3@1",
"positivePrompt": "Create a finished square profile avatar for a Chilean geothermal engineer who shares field science online. Centered head-and-shoulders portrait of a confident middle-aged woman with warm brown skin, short salt-and-pepper hair, a copper-orange safety helmet, and a dark teal field jacket. She faces the viewer with a calm, capable expression. Distinctive editorial graphic-design treatment combining crisp vector shapes, screen-printed ink texture, and subtle risograph misregistration. Behind her, simplified volcanic strata, white geothermal steam, and concentric topographic contour lines form a compact emblem-like backdrop. Mineral palette of charcoal black, oxidized copper, sulfur yellow, glacier white, and deep teal. Add the exact phrase “DEEP HEAT” in large, highly legible condensed sans-serif capitals, arched above her helmet. No other text. Strong silhouette, bold contrast, balanced circular-safe composition, recognizable at small profile-picture size, polished professional identity artwork, no interface or mockup.",
"negativePrompt": "photorealistic stock photo, tiny face, full body, clutter, illegible lettering, misspelled words, extra text, logos, watermark, border, app interface, website screenshot, low contrast, generic corporate style",
"width": 1024,
"height": 1024,
"providerSettings": {
"ideogram": {
"styleType": "DESIGN",
"magicPrompt": "ON"
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "51d7605c-9420-43f7-85f4-2e8d378fb22c",
"model": "ideogram:3@1",
"positivePrompt": "Create a finished square profile avatar for a Chilean geothermal engineer who shares field science online. Centered head-and-shoulders portrait of a confident middle-aged woman with warm brown skin, short salt-and-pepper hair, a copper-orange safety helmet, and a dark teal field jacket. She faces the viewer with a calm, capable expression. Distinctive editorial graphic-design treatment combining crisp vector shapes, screen-printed ink texture, and subtle risograph misregistration. Behind her, simplified volcanic strata, white geothermal steam, and concentric topographic contour lines form a compact emblem-like backdrop. Mineral palette of charcoal black, oxidized copper, sulfur yellow, glacier white, and deep teal. Add the exact phrase “DEEP HEAT” in large, highly legible condensed sans-serif capitals, arched above her helmet. No other text. Strong silhouette, bold contrast, balanced circular-safe composition, recognizable at small profile-picture size, polished professional identity artwork, no interface or mockup.",
"negativePrompt": "photorealistic stock photo, tiny face, full body, clutter, illegible lettering, misspelled words, extra text, logos, watermark, border, app interface, website screenshot, low contrast, generic corporate style",
"width": 1024,
"height": 1024,
"providerSettings": {
"ideogram": {
"styleType": "DESIGN",
"magicPrompt": "ON"
}
}
}
]'runware run ideogram:3@1 \
positivePrompt="Create a finished square profile avatar for a Chilean geothermal engineer who shares field science online. Centered head-and-shoulders portrait of a confident middle-aged woman with warm brown skin, short salt-and-pepper hair, a copper-orange safety helmet, and a dark teal field jacket. She faces the viewer with a calm, capable expression. Distinctive editorial graphic-design treatment combining crisp vector shapes, screen-printed ink texture, and subtle risograph misregistration. Behind her, simplified volcanic strata, white geothermal steam, and concentric topographic contour lines form a compact emblem-like backdrop. Mineral palette of charcoal black, oxidized copper, sulfur yellow, glacier white, and deep teal. Add the exact phrase “DEEP HEAT” in large, highly legible condensed sans-serif capitals, arched above her helmet. No other text. Strong silhouette, bold contrast, balanced circular-safe composition, recognizable at small profile-picture size, polished professional identity artwork, no interface or mockup." \
negativePrompt="photorealistic stock photo, tiny face, full body, clutter, illegible lettering, misspelled words, extra text, logos, watermark, border, app interface, website screenshot, low contrast, generic corporate style" \
width=1024 \
height=1024 \
providerSettings.ideogram.styleType=DESIGN \
providerSettings.ideogram.magicPrompt=ON{
"taskType": "imageInference",
"taskUUID": "51d7605c-9420-43f7-85f4-2e8d378fb22c",
"model": "ideogram:3@1",
"positivePrompt": "Create a finished square profile avatar for a Chilean geothermal engineer who shares field science online. Centered head-and-shoulders portrait of a confident middle-aged woman with warm brown skin, short salt-and-pepper hair, a copper-orange safety helmet, and a dark teal field jacket. She faces the viewer with a calm, capable expression. Distinctive editorial graphic-design treatment combining crisp vector shapes, screen-printed ink texture, and subtle risograph misregistration. Behind her, simplified volcanic strata, white geothermal steam, and concentric topographic contour lines form a compact emblem-like backdrop. Mineral palette of charcoal black, oxidized copper, sulfur yellow, glacier white, and deep teal. Add the exact phrase “DEEP HEAT” in large, highly legible condensed sans-serif capitals, arched above her helmet. No other text. Strong silhouette, bold contrast, balanced circular-safe composition, recognizable at small profile-picture size, polished professional identity artwork, no interface or mockup.",
"negativePrompt": "photorealistic stock photo, tiny face, full body, clutter, illegible lettering, misspelled words, extra text, logos, watermark, border, app interface, website screenshot, low contrast, generic corporate style",
"width": 1024,
"height": 1024,
"providerSettings": {
"ideogram": {
"styleType": "DESIGN",
"magicPrompt": "ON"
}
}
}Response
{
"taskType": "imageInference",
"taskUUID": "51d7605c-9420-43f7-85f4-2e8d378fb22c",
"imageUUID": "dfb86f50-4360-441c-bf79-7b29ee2ff4b4",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/dfb86f50-4360-441c-bf79-7b29ee2ff4b4.jpg",
"seed": 1253914339,
"cost": 0.08
}