Ideogram 4.0q

Ideogram 4.0q is the quantized open-weight variant of Ideogram 4.0, Ideogram's 9.3B design-focused text-to-image model. The public release is available in quantized checkpoint formats such as nf4 and fp8 while retaining the family's strengths in multilingual text rendering, structured JSON prompting, bounding-box layout control, color-palette guidance, and high-resolution design generation. It is a strong fit for teams that want open-model deployment, self-hosted inference, or customization workflows around Ideogram 4 rather than relying only on the hosted API.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Wetland Restoration Game Key Art

Finished cinematic key art for a premium PC ecological strategy game about restoring a flood-damaged river valley. Wide elevated view across a dramatic landscape divided by a winding river: on the left, brittle fields, a cracked concrete levee, abandoned irrigation machinery and gray flood scars; at center, two small conservation engineers in saffron rain jackets open an old sluice gate as water rushes through; on the right, the restored floodplain blossoms into braided blue channels, reed beds, willow islands, grazing water buffalo and flocks of white spoonbills lifting into the sky. The transformation should read clearly as one continuous environment rather than a split-screen comparison. Bold contemporary gouache concept art with screen-printed texture, simplified geometric landforms, crisp silhouettes and sophisticated editorial composition. Palette of clay red, mustard ochre, deep teal, mist blue, reed green and warm ivory. Low late-afternoon sun breaks through storm clouds, illuminating the renewed wetland and creating long shadows. Epic but grounded, hopeful and intelligent rather than whimsical. Strong panoramic depth, premium game marketing finish, clear focal path from sluice gate to flying birds, generous atmospheric sky, no typography.
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:4@q',
positivePrompt: 'Finished cinematic key art for a premium PC ecological strategy game about restoring a flood-damaged river valley. Wide elevated view across a dramatic landscape divided by a winding river: on the left, brittle fields, a cracked concrete levee, abandoned irrigation machinery and gray flood scars; at center, two small conservation engineers in saffron rain jackets open an old sluice gate as water rushes through; on the right, the restored floodplain blossoms into braided blue channels, reed beds, willow islands, grazing water buffalo and flocks of white spoonbills lifting into the sky. The transformation should read clearly as one continuous environment rather than a split-screen comparison. Bold contemporary gouache concept art with screen-printed texture, simplified geometric landforms, crisp silhouettes and sophisticated editorial composition. Palette of clay red, mustard ochre, deep teal, mist blue, reed green and warm ivory. Low late-afternoon sun breaks through storm clouds, illuminating the renewed wetland and creating long shadows. Epic but grounded, hopeful and intelligent rather than whimsical. Strong panoramic depth, premium game marketing finish, clear focal path from sluice gate to flying birds, generous atmospheric sky, no typography.',
negativePrompt: 'text, title, logo, UI, interface, HUD, minimap, icons, buttons, screenshot, split screen, photorealism, fantasy creatures, futuristic technology, ruined city, disaster spectacle, oversaturated neon colors, muddy composition, duplicated people, malformed animals, illegible machinery, border, frame, watermark',
width: 1536,
height: 864,
seed: 24873196,
CFGScale: 7.5,
settings: {
renderingSpeed: 'QUALITY'
}
})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:4@q",
"positivePrompt": "Finished cinematic key art for a premium PC ecological strategy game about restoring a flood-damaged river valley. Wide elevated view across a dramatic landscape divided by a winding river: on the left, brittle fields, a cracked concrete levee, abandoned irrigation machinery and gray flood scars; at center, two small conservation engineers in saffron rain jackets open an old sluice gate as water rushes through; on the right, the restored floodplain blossoms into braided blue channels, reed beds, willow islands, grazing water buffalo and flocks of white spoonbills lifting into the sky. The transformation should read clearly as one continuous environment rather than a split-screen comparison. Bold contemporary gouache concept art with screen-printed texture, simplified geometric landforms, crisp silhouettes and sophisticated editorial composition. Palette of clay red, mustard ochre, deep teal, mist blue, reed green and warm ivory. Low late-afternoon sun breaks through storm clouds, illuminating the renewed wetland and creating long shadows. Epic but grounded, hopeful and intelligent rather than whimsical. Strong panoramic depth, premium game marketing finish, clear focal path from sluice gate to flying birds, generous atmospheric sky, no typography.",
"negativePrompt": "text, title, logo, UI, interface, HUD, minimap, icons, buttons, screenshot, split screen, photorealism, fantasy creatures, futuristic technology, ruined city, disaster spectacle, oversaturated neon colors, muddy composition, duplicated people, malformed animals, illegible machinery, border, frame, watermark",
"width": 1536,
"height": 864,
"seed": 24873196,
"CFGScale": 7.5,
"settings": {
"renderingSpeed": "QUALITY"
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "9c0a9985-9847-459d-8c69-e84d69a795ec",
"model": "ideogram:4@q",
"positivePrompt": "Finished cinematic key art for a premium PC ecological strategy game about restoring a flood-damaged river valley. Wide elevated view across a dramatic landscape divided by a winding river: on the left, brittle fields, a cracked concrete levee, abandoned irrigation machinery and gray flood scars; at center, two small conservation engineers in saffron rain jackets open an old sluice gate as water rushes through; on the right, the restored floodplain blossoms into braided blue channels, reed beds, willow islands, grazing water buffalo and flocks of white spoonbills lifting into the sky. The transformation should read clearly as one continuous environment rather than a split-screen comparison. Bold contemporary gouache concept art with screen-printed texture, simplified geometric landforms, crisp silhouettes and sophisticated editorial composition. Palette of clay red, mustard ochre, deep teal, mist blue, reed green and warm ivory. Low late-afternoon sun breaks through storm clouds, illuminating the renewed wetland and creating long shadows. Epic but grounded, hopeful and intelligent rather than whimsical. Strong panoramic depth, premium game marketing finish, clear focal path from sluice gate to flying birds, generous atmospheric sky, no typography.",
"negativePrompt": "text, title, logo, UI, interface, HUD, minimap, icons, buttons, screenshot, split screen, photorealism, fantasy creatures, futuristic technology, ruined city, disaster spectacle, oversaturated neon colors, muddy composition, duplicated people, malformed animals, illegible machinery, border, frame, watermark",
"width": 1536,
"height": 864,
"seed": 24873196,
"CFGScale": 7.5,
"settings": {
"renderingSpeed": "QUALITY"
}
}
]'runware run ideogram:4@q \
positivePrompt="Finished cinematic key art for a premium PC ecological strategy game about restoring a flood-damaged river valley. Wide elevated view across a dramatic landscape divided by a winding river: on the left, brittle fields, a cracked concrete levee, abandoned irrigation machinery and gray flood scars; at center, two small conservation engineers in saffron rain jackets open an old sluice gate as water rushes through; on the right, the restored floodplain blossoms into braided blue channels, reed beds, willow islands, grazing water buffalo and flocks of white spoonbills lifting into the sky. The transformation should read clearly as one continuous environment rather than a split-screen comparison. Bold contemporary gouache concept art with screen-printed texture, simplified geometric landforms, crisp silhouettes and sophisticated editorial composition. Palette of clay red, mustard ochre, deep teal, mist blue, reed green and warm ivory. Low late-afternoon sun breaks through storm clouds, illuminating the renewed wetland and creating long shadows. Epic but grounded, hopeful and intelligent rather than whimsical. Strong panoramic depth, premium game marketing finish, clear focal path from sluice gate to flying birds, generous atmospheric sky, no typography." \
negativePrompt="text, title, logo, UI, interface, HUD, minimap, icons, buttons, screenshot, split screen, photorealism, fantasy creatures, futuristic technology, ruined city, disaster spectacle, oversaturated neon colors, muddy composition, duplicated people, malformed animals, illegible machinery, border, frame, watermark" \
width=1536 \
height=864 \
seed=24873196 \
CFGScale=7.5 \
settings.renderingSpeed=QUALITY{
"taskType": "imageInference",
"taskUUID": "9c0a9985-9847-459d-8c69-e84d69a795ec",
"model": "ideogram:4@q",
"positivePrompt": "Finished cinematic key art for a premium PC ecological strategy game about restoring a flood-damaged river valley. Wide elevated view across a dramatic landscape divided by a winding river: on the left, brittle fields, a cracked concrete levee, abandoned irrigation machinery and gray flood scars; at center, two small conservation engineers in saffron rain jackets open an old sluice gate as water rushes through; on the right, the restored floodplain blossoms into braided blue channels, reed beds, willow islands, grazing water buffalo and flocks of white spoonbills lifting into the sky. The transformation should read clearly as one continuous environment rather than a split-screen comparison. Bold contemporary gouache concept art with screen-printed texture, simplified geometric landforms, crisp silhouettes and sophisticated editorial composition. Palette of clay red, mustard ochre, deep teal, mist blue, reed green and warm ivory. Low late-afternoon sun breaks through storm clouds, illuminating the renewed wetland and creating long shadows. Epic but grounded, hopeful and intelligent rather than whimsical. Strong panoramic depth, premium game marketing finish, clear focal path from sluice gate to flying birds, generous atmospheric sky, no typography.",
"negativePrompt": "text, title, logo, UI, interface, HUD, minimap, icons, buttons, screenshot, split screen, photorealism, fantasy creatures, futuristic technology, ruined city, disaster spectacle, oversaturated neon colors, muddy composition, duplicated people, malformed animals, illegible machinery, border, frame, watermark",
"width": 1536,
"height": 864,
"seed": 24873196,
"CFGScale": 7.5,
"settings": {
"renderingSpeed": "QUALITY"
}
}{
"taskType": "imageInference",
"taskUUID": "9c0a9985-9847-459d-8c69-e84d69a795ec",
"imageUUID": "bd4edbc8-ddd4-455f-8303-ff289acfdda5",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/bd4edbc8-ddd4-455f-8303-ff289acfdda5.jpg",
"seed": 24873196,
"cost": 0.1,
"structuredPrompt": {
"compositional_deconstruction": {
"background": "Bold contemporary gouache concept art with screen-printed texture and visible paper grain throughout. Upper third holds a generous atmospheric sky of broken storm clouds in slate grey and warm ivory, parting from the upper-right where shafts of low late-afternoon sun cut diagonally down across the scene. Distant rolling hills recede along the horizon line in soft mist blue and dusty teal, dissolving into atmospheric haze. The palette anchors substantial regions: clay red and mustard ochre on the left, deep teal and mist blue on the right, reed green threading between. Long raking shadows fall leftward across the wetland from the upper-right light source. Three clear depth layers — foreground levee debris and figures, midground braided channels and wildlife, background hills and sky.",
"elements": [
{
"desc": "Brittle cracked-earth fields filling the far-left midground, simplified geometric landforms in clay red and mustard ochre. Dry furrows split the surface into polygonal plates, gray flood scars streaking diagonally down the slope toward the river.",
"type": "obj"
},
{
"desc": "Cracked concrete levee running diagonally from upper-left toward center, weathered pale grey with rust-orange stains streaking its face. A collapsed section near the middle has crumbled inward, with tufts of reed green vegetation beginning to reclaim the broken edge.",
"type": "obj"
},
{
"desc": "Abandoned irrigation machinery on the left bank in the foreground. A rusted pivot arm half-buried in silt at a low angle, a tipped metal trough beside it, and a leaning wooden post with frayed cable trailing to the ground. Muted rust-brown and weathered grey tones.",
"type": "obj"
},
{
"desc": "Old stone-and-iron sluice gate at the river's narrowest point near frame center, the primary focal structure. Weathered stone piers flank a heavy iron framework, water rushing through the opened gap in a bright white-blue sheet that catches the low sun.",
"type": "obj"
},
{
"desc": "Two small conservation engineers in saffron rain jackets at the sluice gate, dwarfed by the structure. One crouched turning a heavy iron wheel on the gate, the other standing beside holding a clipboard, both facing the gate. Long raking shadows cast leftward across the wet ground.",
"type": "obj"
},
{
"desc": "Winding river braiding into multiple channels on the right side, deep teal and mist blue water threading between small willow islands. Simplified geometric curves flow from the sluice gate outward toward the lower-right corner.",
"type": "obj"
},
{
"desc": "Reed beds lining the restored channels in reed green and warm ivory, dense tufts clustered along the banks and around the willow islands, catching the low sun on their upper edges.",
"type": "obj"
},
{
"desc": "Cluster of roughly six grazing water buffalo wading knee-deep in a right-side channel, dark silhouettes against the bright teal water, heads lowered toward the surface, long raking shadows stretching leftward across the channel.",
"type": "obj"
},
{
"desc": "Flock of about twelve white spoonbills lifting into the sky from the right bank, wings spread wide, bodies angled upward and trailing toward the upper-right corner in a loose diagonal formation. Bright white silhouettes against the broken cloud forms.",
"type": "obj"
}
]
},
"high_level_description": "A wide elevated gouache illustration of a flood-damaged river valley mid-restoration at late afternoon, the landscape flowing left-to-right from cracked clay fields through an old sluice gate into braided wetland channels with grazing buffalo and rising spoonbills."
}
}Arctic Research Canteen Menu Photograph

High-end commercial food photography for an Arctic research station catering menu. A practical black enamel dinner tray holds a beautifully plated fillet of roasted Arctic char with crisp golden skin, pearl barley pilaf, glazed root vegetables, pickled cloudberries, dill, and a small stainless cup of light herb broth. Beside it sits a thick slice of dark rye bread and an unbranded glass of deep red lingonberry cordial. Three-quarter overhead composition on a scratched brushed-steel canteen table, with a folded slate-gray wool glove and utilitarian stainless cutlery at the edge of the frame. Cold cyan ambient light suggests polar twilight outside, balanced by a focused warm amber serving-lamp glow across the food. Refined but credible remote-field catering, tactile steam, realistic moisture and textures, restrained Nordic palette, documentary precision with premium editorial styling, sharp focus on the complete meal, subtle background falloff, no people, no packaging, no logos, no visible writing.
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:4@q',
positivePrompt: 'High-end commercial food photography for an Arctic research station catering menu. A practical black enamel dinner tray holds a beautifully plated fillet of roasted Arctic char with crisp golden skin, pearl barley pilaf, glazed root vegetables, pickled cloudberries, dill, and a small stainless cup of light herb broth. Beside it sits a thick slice of dark rye bread and an unbranded glass of deep red lingonberry cordial. Three-quarter overhead composition on a scratched brushed-steel canteen table, with a folded slate-gray wool glove and utilitarian stainless cutlery at the edge of the frame. Cold cyan ambient light suggests polar twilight outside, balanced by a focused warm amber serving-lamp glow across the food. Refined but credible remote-field catering, tactile steam, realistic moisture and textures, restrained Nordic palette, documentary precision with premium editorial styling, sharp focus on the complete meal, subtle background falloff, no people, no packaging, no logos, no visible writing.',
negativePrompt: 'text, labels, logos, branding, watermark, menu typography, people, hands, breakfast food, train interior, white tablecloth, luxury restaurant dining room, plastic-looking food, excessive garnish, surreal ingredients, messy plating, duplicated utensils, distorted tableware, oversaturated colors, harsh flash, shallow focus hiding the meal, illustration, CGI',
width: 1088,
height: 1360,
seed: 284731906,
CFGScale: 6.5,
settings: {
renderingSpeed: 'QUALITY'
}
})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:4@q",
"positivePrompt": "High-end commercial food photography for an Arctic research station catering menu. A practical black enamel dinner tray holds a beautifully plated fillet of roasted Arctic char with crisp golden skin, pearl barley pilaf, glazed root vegetables, pickled cloudberries, dill, and a small stainless cup of light herb broth. Beside it sits a thick slice of dark rye bread and an unbranded glass of deep red lingonberry cordial. Three-quarter overhead composition on a scratched brushed-steel canteen table, with a folded slate-gray wool glove and utilitarian stainless cutlery at the edge of the frame. Cold cyan ambient light suggests polar twilight outside, balanced by a focused warm amber serving-lamp glow across the food. Refined but credible remote-field catering, tactile steam, realistic moisture and textures, restrained Nordic palette, documentary precision with premium editorial styling, sharp focus on the complete meal, subtle background falloff, no people, no packaging, no logos, no visible writing.",
"negativePrompt": "text, labels, logos, branding, watermark, menu typography, people, hands, breakfast food, train interior, white tablecloth, luxury restaurant dining room, plastic-looking food, excessive garnish, surreal ingredients, messy plating, duplicated utensils, distorted tableware, oversaturated colors, harsh flash, shallow focus hiding the meal, illustration, CGI",
"width": 1088,
"height": 1360,
"seed": 284731906,
"CFGScale": 6.5,
"settings": {
"renderingSpeed": "QUALITY"
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "594f7f4f-03e0-4c32-a130-7d26962f2a38",
"model": "ideogram:4@q",
"positivePrompt": "High-end commercial food photography for an Arctic research station catering menu. A practical black enamel dinner tray holds a beautifully plated fillet of roasted Arctic char with crisp golden skin, pearl barley pilaf, glazed root vegetables, pickled cloudberries, dill, and a small stainless cup of light herb broth. Beside it sits a thick slice of dark rye bread and an unbranded glass of deep red lingonberry cordial. Three-quarter overhead composition on a scratched brushed-steel canteen table, with a folded slate-gray wool glove and utilitarian stainless cutlery at the edge of the frame. Cold cyan ambient light suggests polar twilight outside, balanced by a focused warm amber serving-lamp glow across the food. Refined but credible remote-field catering, tactile steam, realistic moisture and textures, restrained Nordic palette, documentary precision with premium editorial styling, sharp focus on the complete meal, subtle background falloff, no people, no packaging, no logos, no visible writing.",
"negativePrompt": "text, labels, logos, branding, watermark, menu typography, people, hands, breakfast food, train interior, white tablecloth, luxury restaurant dining room, plastic-looking food, excessive garnish, surreal ingredients, messy plating, duplicated utensils, distorted tableware, oversaturated colors, harsh flash, shallow focus hiding the meal, illustration, CGI",
"width": 1088,
"height": 1360,
"seed": 284731906,
"CFGScale": 6.5,
"settings": {
"renderingSpeed": "QUALITY"
}
}
]'runware run ideogram:4@q \
positivePrompt="High-end commercial food photography for an Arctic research station catering menu. A practical black enamel dinner tray holds a beautifully plated fillet of roasted Arctic char with crisp golden skin, pearl barley pilaf, glazed root vegetables, pickled cloudberries, dill, and a small stainless cup of light herb broth. Beside it sits a thick slice of dark rye bread and an unbranded glass of deep red lingonberry cordial. Three-quarter overhead composition on a scratched brushed-steel canteen table, with a folded slate-gray wool glove and utilitarian stainless cutlery at the edge of the frame. Cold cyan ambient light suggests polar twilight outside, balanced by a focused warm amber serving-lamp glow across the food. Refined but credible remote-field catering, tactile steam, realistic moisture and textures, restrained Nordic palette, documentary precision with premium editorial styling, sharp focus on the complete meal, subtle background falloff, no people, no packaging, no logos, no visible writing." \
negativePrompt="text, labels, logos, branding, watermark, menu typography, people, hands, breakfast food, train interior, white tablecloth, luxury restaurant dining room, plastic-looking food, excessive garnish, surreal ingredients, messy plating, duplicated utensils, distorted tableware, oversaturated colors, harsh flash, shallow focus hiding the meal, illustration, CGI" \
width=1088 \
height=1360 \
seed=284731906 \
CFGScale=6.5 \
settings.renderingSpeed=QUALITY{
"taskType": "imageInference",
"taskUUID": "594f7f4f-03e0-4c32-a130-7d26962f2a38",
"model": "ideogram:4@q",
"positivePrompt": "High-end commercial food photography for an Arctic research station catering menu. A practical black enamel dinner tray holds a beautifully plated fillet of roasted Arctic char with crisp golden skin, pearl barley pilaf, glazed root vegetables, pickled cloudberries, dill, and a small stainless cup of light herb broth. Beside it sits a thick slice of dark rye bread and an unbranded glass of deep red lingonberry cordial. Three-quarter overhead composition on a scratched brushed-steel canteen table, with a folded slate-gray wool glove and utilitarian stainless cutlery at the edge of the frame. Cold cyan ambient light suggests polar twilight outside, balanced by a focused warm amber serving-lamp glow across the food. Refined but credible remote-field catering, tactile steam, realistic moisture and textures, restrained Nordic palette, documentary precision with premium editorial styling, sharp focus on the complete meal, subtle background falloff, no people, no packaging, no logos, no visible writing.",
"negativePrompt": "text, labels, logos, branding, watermark, menu typography, people, hands, breakfast food, train interior, white tablecloth, luxury restaurant dining room, plastic-looking food, excessive garnish, surreal ingredients, messy plating, duplicated utensils, distorted tableware, oversaturated colors, harsh flash, shallow focus hiding the meal, illustration, CGI",
"width": 1088,
"height": 1360,
"seed": 284731906,
"CFGScale": 6.5,
"settings": {
"renderingSpeed": "QUALITY"
}
}{
"taskType": "imageInference",
"taskUUID": "594f7f4f-03e0-4c32-a130-7d26962f2a38",
"imageUUID": "17cff12c-b99b-446e-8f06-4e3f5d2ceb4d",
"imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/17cff12c-b99b-446e-8f06-4e3f5d2ceb4d.jpg",
"seed": 284731906,
"cost": 0.1,
"structuredPrompt": {
"compositional_deconstruction": {
"background": "Scratched brushed-steel canteen table surface filling the frame, fine parallel grain running diagonally with small dents and scuffs catching the light. Cold cyan ambient light spills from the upper-left suggesting polar twilight through a distant window, balanced by a focused warm amber pool from an off-frame serving lamp raking across the center of the tray. Soft wisps of steam rise faintly into the cool air above the food. Restrained Nordic palette of slate gray, charcoal, deep red, muted gold, and pale green.",
"elements": [
{
"desc": "Practical black enamel dinner tray with chipped rim exposing pale metal underneath, anchored slightly left of center and filling most of the frame. Holds a fillet of roasted Arctic char with crisp golden skin and flaked pink flesh, pearl barley pilaf mounded beside it, glazed root vegetables — parsnip, carrot, beet — glistening with dark reduction, a small quenelle of pickled cloudberries in deep orange-red, fresh dill sprigs scattered across the plate. Warm amber light pools across the char and barley.",
"type": "obj"
},
{
"desc": "Small stainless steel cup of light herb broth positioned upper-right of the tray. Pale straw-colored broth with floating dill fronds and a thin oil sheen on the surface. Faint steam rises in soft wisps.",
"type": "obj"
},
{
"desc": "Thick slice of dark rye bread resting on the table beside the tray at lower-left. Deep brown crumb with visible caraway seeds scattered throughout, torn crust edge along one side showing an irregular break.",
"type": "obj"
},
{
"desc": "Unbranded clear glass tumbler of deep red lingonberry cordial on the right side of the frame. Condensation beads cling to the outside of the glass, catching small highlights from the cyan ambient light.",
"type": "obj"
},
{
"desc": "Folded slate-gray wool glove pushed to the upper-left edge of the frame, ribbed cuff visible at the fold. Slightly out of focus with subtle falloff.",
"type": "obj"
},
{
"desc": "Utilitarian stainless steel fork and knife laid parallel along the right edge of the tray, blades pointing toward the upper-right. Brushed metal finish catching cool highlights.",
"type": "obj"
}
]
},
"high_level_description": "A high-end commercial food photograph of a plated Arctic research station dinner on a scratched brushed-steel canteen table at polar twilight, shot from a three-quarter overhead angle with cold cyan ambient light balanced by a warm amber pool raking across the char fillet."
}
}Deep-Sea Archaeology Video Thumbnail

Finished 16:9 YouTube documentary thumbnail about deep-sea archaeology. A remotely operated underwater vehicle shines two powerful beams onto the partially buried wooden hull of a 17th-century shipwreck on the cold Baltic seabed. Broken ribs, a bronze cannon, drifting sediment, and a long drag furrow suggest that the wreck has mysteriously shifted position. Cinematic underwater photography, teal-black water, amber work lights, crisp focal subject, dramatic volumetric beams, strong contrast, realistic marine archaeology equipment, scientifically credible details. Place the ROV and wreck across the right two-thirds of the frame. Reserve the left third for large, highly legible condensed sans-serif headline text reading exactly: "THE WRECK MOVED". White uppercase lettering, with the word "MOVED" in vivid safety orange, subtle dark shadow, clean editorial hierarchy, generous safe margins. Premium investigative science-channel art direction, immediately understandable at small thumbnail size, intriguing but credible, no additional text, no logo, no interface.
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:4@q',
positivePrompt: 'Finished 16:9 YouTube documentary thumbnail about deep-sea archaeology. A remotely operated underwater vehicle shines two powerful beams onto the partially buried wooden hull of a 17th-century shipwreck on the cold Baltic seabed. Broken ribs, a bronze cannon, drifting sediment, and a long drag furrow suggest that the wreck has mysteriously shifted position. Cinematic underwater photography, teal-black water, amber work lights, crisp focal subject, dramatic volumetric beams, strong contrast, realistic marine archaeology equipment, scientifically credible details. Place the ROV and wreck across the right two-thirds of the frame. Reserve the left third for large, highly legible condensed sans-serif headline text reading exactly: "THE WRECK MOVED". White uppercase lettering, with the word "MOVED" in vivid safety orange, subtle dark shadow, clean editorial hierarchy, generous safe margins. Premium investigative science-channel art direction, immediately understandable at small thumbnail size, intriguing but credible, no additional text, no logo, no interface.',
negativePrompt: 'misspelled text, extra words, tiny lettering, illegible typography, duplicated vehicle, modern intact ship, fantasy sea creature, diver, treasure chest, tropical reef, bright daylight, cartoon style, muddy composition, low contrast, excessive particles, watermark, logo, border, browser interface, video player controls',
width: 1536,
height: 864,
CFGScale: 7.5,
settings: {
renderingSpeed: 'QUALITY'
}
})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:4@q",
"positivePrompt": "Finished 16:9 YouTube documentary thumbnail about deep-sea archaeology. A remotely operated underwater vehicle shines two powerful beams onto the partially buried wooden hull of a 17th-century shipwreck on the cold Baltic seabed. Broken ribs, a bronze cannon, drifting sediment, and a long drag furrow suggest that the wreck has mysteriously shifted position. Cinematic underwater photography, teal-black water, amber work lights, crisp focal subject, dramatic volumetric beams, strong contrast, realistic marine archaeology equipment, scientifically credible details. Place the ROV and wreck across the right two-thirds of the frame. Reserve the left third for large, highly legible condensed sans-serif headline text reading exactly: \"THE WRECK MOVED\". White uppercase lettering, with the word \"MOVED\" in vivid safety orange, subtle dark shadow, clean editorial hierarchy, generous safe margins. Premium investigative science-channel art direction, immediately understandable at small thumbnail size, intriguing but credible, no additional text, no logo, no interface.",
"negativePrompt": "misspelled text, extra words, tiny lettering, illegible typography, duplicated vehicle, modern intact ship, fantasy sea creature, diver, treasure chest, tropical reef, bright daylight, cartoon style, muddy composition, low contrast, excessive particles, watermark, logo, border, browser interface, video player controls",
"width": 1536,
"height": 864,
"CFGScale": 7.5,
"settings": {
"renderingSpeed": "QUALITY"
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "b480a575-be4d-4de6-9531-bf42324726db",
"model": "ideogram:4@q",
"positivePrompt": "Finished 16:9 YouTube documentary thumbnail about deep-sea archaeology. A remotely operated underwater vehicle shines two powerful beams onto the partially buried wooden hull of a 17th-century shipwreck on the cold Baltic seabed. Broken ribs, a bronze cannon, drifting sediment, and a long drag furrow suggest that the wreck has mysteriously shifted position. Cinematic underwater photography, teal-black water, amber work lights, crisp focal subject, dramatic volumetric beams, strong contrast, realistic marine archaeology equipment, scientifically credible details. Place the ROV and wreck across the right two-thirds of the frame. Reserve the left third for large, highly legible condensed sans-serif headline text reading exactly: \"THE WRECK MOVED\". White uppercase lettering, with the word \"MOVED\" in vivid safety orange, subtle dark shadow, clean editorial hierarchy, generous safe margins. Premium investigative science-channel art direction, immediately understandable at small thumbnail size, intriguing but credible, no additional text, no logo, no interface.",
"negativePrompt": "misspelled text, extra words, tiny lettering, illegible typography, duplicated vehicle, modern intact ship, fantasy sea creature, diver, treasure chest, tropical reef, bright daylight, cartoon style, muddy composition, low contrast, excessive particles, watermark, logo, border, browser interface, video player controls",
"width": 1536,
"height": 864,
"CFGScale": 7.5,
"settings": {
"renderingSpeed": "QUALITY"
}
}
]'runware run ideogram:4@q \
positivePrompt="Finished 16:9 YouTube documentary thumbnail about deep-sea archaeology. A remotely operated underwater vehicle shines two powerful beams onto the partially buried wooden hull of a 17th-century shipwreck on the cold Baltic seabed. Broken ribs, a bronze cannon, drifting sediment, and a long drag furrow suggest that the wreck has mysteriously shifted position. Cinematic underwater photography, teal-black water, amber work lights, crisp focal subject, dramatic volumetric beams, strong contrast, realistic marine archaeology equipment, scientifically credible details. Place the ROV and wreck across the right two-thirds of the frame. Reserve the left third for large, highly legible condensed sans-serif headline text reading exactly: \"THE WRECK MOVED\". White uppercase lettering, with the word \"MOVED\" in vivid safety orange, subtle dark shadow, clean editorial hierarchy, generous safe margins. Premium investigative science-channel art direction, immediately understandable at small thumbnail size, intriguing but credible, no additional text, no logo, no interface." \
negativePrompt="misspelled text, extra words, tiny lettering, illegible typography, duplicated vehicle, modern intact ship, fantasy sea creature, diver, treasure chest, tropical reef, bright daylight, cartoon style, muddy composition, low contrast, excessive particles, watermark, logo, border, browser interface, video player controls" \
width=1536 \
height=864 \
CFGScale=7.5 \
settings.renderingSpeed=QUALITY{
"taskType": "imageInference",
"taskUUID": "b480a575-be4d-4de6-9531-bf42324726db",
"model": "ideogram:4@q",
"positivePrompt": "Finished 16:9 YouTube documentary thumbnail about deep-sea archaeology. A remotely operated underwater vehicle shines two powerful beams onto the partially buried wooden hull of a 17th-century shipwreck on the cold Baltic seabed. Broken ribs, a bronze cannon, drifting sediment, and a long drag furrow suggest that the wreck has mysteriously shifted position. Cinematic underwater photography, teal-black water, amber work lights, crisp focal subject, dramatic volumetric beams, strong contrast, realistic marine archaeology equipment, scientifically credible details. Place the ROV and wreck across the right two-thirds of the frame. Reserve the left third for large, highly legible condensed sans-serif headline text reading exactly: \"THE WRECK MOVED\". White uppercase lettering, with the word \"MOVED\" in vivid safety orange, subtle dark shadow, clean editorial hierarchy, generous safe margins. Premium investigative science-channel art direction, immediately understandable at small thumbnail size, intriguing but credible, no additional text, no logo, no interface.",
"negativePrompt": "misspelled text, extra words, tiny lettering, illegible typography, duplicated vehicle, modern intact ship, fantasy sea creature, diver, treasure chest, tropical reef, bright daylight, cartoon style, muddy composition, low contrast, excessive particles, watermark, logo, border, browser interface, video player controls",
"width": 1536,
"height": 864,
"CFGScale": 7.5,
"settings": {
"renderingSpeed": "QUALITY"
}
}{
"taskType": "imageInference",
"taskUUID": "b480a575-be4d-4de6-9531-bf42324726db",
"imageUUID": "40d3c439-0b54-4933-9a16-2403218b08e0",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/40d3c439-0b54-4933-9a16-2403218b08e0.jpg",
"seed": 1307241975,
"cost": 0.1,
"structuredPrompt": {
"compositional_deconstruction": {
"background": "Cold Baltic seabed at depth. Teal-black water column dominates the frame with strong falloff into near-black at the edges and corners. Pale grey-brown silty seabed stretches across the lower portion, scattered with small shell fragments. A long drag furrow cuts across the silt behind the wreck, parallel scrape marks suggesting the vessel was pulled sideways through the mud. A fine sediment plume drifts upward from the furrow, particles suspended in the amber light beams. The surrounding water stays cold teal-black with no global warm wash — only the two hard amber volumetric beams from the ROV's work lights cut diagonally across the frame, catching suspended particles and raking across the broken ribs to reveal texture. Deep in the background gloom, the distant silhouette of a second smaller wreck fragment is barely visible as a faint dark shape against the murky distance.",
"elements": [
{
"desc": "Partially buried wooden hull of a 17th-century merchant ship, occupying the right-center of the frame. Broken ribs fan upward from the silt in dark waterlogged oak, visible iron nail heads along the planking, barnacle crust encrusting the timbers. The bow section tilts at an unnatural angle, lit hard by the amber beams raking across the ribs.",
"type": "obj"
},
{
"desc": "Bronze cannon half-buried in the seabed beside the hull, muzzle pointing toward the camera at center-right. Green patina streaks down the barrel, wooden carriage splintered and partially collapsed around it.",
"type": "obj"
},
{
"desc": "Modern work-class ROV anchored in the right two-thirds of the frame, large, dominating the right side. Matte-black titanium frame with yellow safety accents along the edges. Twin forward-facing high-intensity LED work lights cast hard amber beams diagonally toward the wreck. Articulated manipulator arm extended toward the wreck on its left side. Tether cable trails up and out of the upper-right corner into the dark water column.",
"type": "obj"
},
{
"desc": "Single rusted iron anchor chain link resting on the pale grey-brown silt in the foreground, left of the wreck. Heavy square link, deep orange-brown rust patina, partially embedded in the silt.",
"type": "obj"
},
{
"desc": "Headline-sized stacked two-line display type occupying the upper-left third of the frame, dominating that region. Heavy condensed grotesque sans-serif, tight tracking, uppercase. 'THE WRECK' on the upper line in white; 'MOVED' directly beneath in vivid safety orange (#FF6A00), same size and weight. Left-aligned, horizontal, subtle soft drop shadow behind both lines for legibility against the dark water.",
"text": "THE WRECK\nMOVED",
"type": "text"
}
]
},
"high_level_description": "A cinematic underwater documentary thumbnail photograph of a modern ROV illuminating a 17th-century shipwreck on the cold Baltic seabed, with a stacked two-line headline 'THE WRECK / MOVED' in the left third."
}
}Sleeper Train Breakfast Menu Photograph

Premium editorial menu photography inside a restored Scandinavian sleeper train dining car at sunrise. A compact breakfast setting on a pale birch table beside the window: one open-faced rye sandwich topped with smoked Arctic char, soft folded egg, dill and thin cucumber ribbons; a small ceramic bowl of skyr with cloudberries and toasted oats; and a clear ribbed tumbler of sparkling rhubarb drink with condensation. Brushed stainless-steel cutlery, cream linen napkin, restrained authentic food styling, realistic portions and natural imperfections. Warm butter-yellow upholstery and softly motion-blurred pine forest visible through the window. Vertical 4:5 composition, three-quarter tabletop angle, dishes fully visible and clearly separated, appetizing tactile detail, crisp focus on the food, gentle depth of field, clean Nordic hospitality aesthetic, quiet optimistic morning mood, natural golden window light with subtle cool fill, high-end medium-format commercial food photography. No people and no visible writing.
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:4@q',
positivePrompt: 'Premium editorial menu photography inside a restored Scandinavian sleeper train dining car at sunrise. A compact breakfast setting on a pale birch table beside the window: one open-faced rye sandwich topped with smoked Arctic char, soft folded egg, dill and thin cucumber ribbons; a small ceramic bowl of skyr with cloudberries and toasted oats; and a clear ribbed tumbler of sparkling rhubarb drink with condensation. Brushed stainless-steel cutlery, cream linen napkin, restrained authentic food styling, realistic portions and natural imperfections. Warm butter-yellow upholstery and softly motion-blurred pine forest visible through the window. Vertical 4:5 composition, three-quarter tabletop angle, dishes fully visible and clearly separated, appetizing tactile detail, crisp focus on the food, gentle depth of field, clean Nordic hospitality aesthetic, quiet optimistic morning mood, natural golden window light with subtle cool fill, high-end medium-format commercial food photography. No people and no visible writing.',
negativePrompt: 'text, lettering, logos, brand marks, watermark, menu layout, people, hands, excessive props, duplicated dishes, duplicate utensils, malformed glassware, floating ingredients, plastic-looking food, artificial garnish, extreme saturation, harsh flash, deep shadows obscuring the meal, messy table, crumbs everywhere, fisheye distortion, CGI appearance, illustration',
width: 1024,
height: 1280,
seed: 28470193,
CFGScale: 6.5,
settings: {
renderingSpeed: 'QUALITY'
}
})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:4@q",
"positivePrompt": "Premium editorial menu photography inside a restored Scandinavian sleeper train dining car at sunrise. A compact breakfast setting on a pale birch table beside the window: one open-faced rye sandwich topped with smoked Arctic char, soft folded egg, dill and thin cucumber ribbons; a small ceramic bowl of skyr with cloudberries and toasted oats; and a clear ribbed tumbler of sparkling rhubarb drink with condensation. Brushed stainless-steel cutlery, cream linen napkin, restrained authentic food styling, realistic portions and natural imperfections. Warm butter-yellow upholstery and softly motion-blurred pine forest visible through the window. Vertical 4:5 composition, three-quarter tabletop angle, dishes fully visible and clearly separated, appetizing tactile detail, crisp focus on the food, gentle depth of field, clean Nordic hospitality aesthetic, quiet optimistic morning mood, natural golden window light with subtle cool fill, high-end medium-format commercial food photography. No people and no visible writing.",
"negativePrompt": "text, lettering, logos, brand marks, watermark, menu layout, people, hands, excessive props, duplicated dishes, duplicate utensils, malformed glassware, floating ingredients, plastic-looking food, artificial garnish, extreme saturation, harsh flash, deep shadows obscuring the meal, messy table, crumbs everywhere, fisheye distortion, CGI appearance, illustration",
"width": 1024,
"height": 1280,
"seed": 28470193,
"CFGScale": 6.5,
"settings": {
"renderingSpeed": "QUALITY"
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "385d3ea2-48a3-416b-a692-86e95a14c665",
"model": "ideogram:4@q",
"positivePrompt": "Premium editorial menu photography inside a restored Scandinavian sleeper train dining car at sunrise. A compact breakfast setting on a pale birch table beside the window: one open-faced rye sandwich topped with smoked Arctic char, soft folded egg, dill and thin cucumber ribbons; a small ceramic bowl of skyr with cloudberries and toasted oats; and a clear ribbed tumbler of sparkling rhubarb drink with condensation. Brushed stainless-steel cutlery, cream linen napkin, restrained authentic food styling, realistic portions and natural imperfections. Warm butter-yellow upholstery and softly motion-blurred pine forest visible through the window. Vertical 4:5 composition, three-quarter tabletop angle, dishes fully visible and clearly separated, appetizing tactile detail, crisp focus on the food, gentle depth of field, clean Nordic hospitality aesthetic, quiet optimistic morning mood, natural golden window light with subtle cool fill, high-end medium-format commercial food photography. No people and no visible writing.",
"negativePrompt": "text, lettering, logos, brand marks, watermark, menu layout, people, hands, excessive props, duplicated dishes, duplicate utensils, malformed glassware, floating ingredients, plastic-looking food, artificial garnish, extreme saturation, harsh flash, deep shadows obscuring the meal, messy table, crumbs everywhere, fisheye distortion, CGI appearance, illustration",
"width": 1024,
"height": 1280,
"seed": 28470193,
"CFGScale": 6.5,
"settings": {
"renderingSpeed": "QUALITY"
}
}
]'runware run ideogram:4@q \
positivePrompt="Premium editorial menu photography inside a restored Scandinavian sleeper train dining car at sunrise. A compact breakfast setting on a pale birch table beside the window: one open-faced rye sandwich topped with smoked Arctic char, soft folded egg, dill and thin cucumber ribbons; a small ceramic bowl of skyr with cloudberries and toasted oats; and a clear ribbed tumbler of sparkling rhubarb drink with condensation. Brushed stainless-steel cutlery, cream linen napkin, restrained authentic food styling, realistic portions and natural imperfections. Warm butter-yellow upholstery and softly motion-blurred pine forest visible through the window. Vertical 4:5 composition, three-quarter tabletop angle, dishes fully visible and clearly separated, appetizing tactile detail, crisp focus on the food, gentle depth of field, clean Nordic hospitality aesthetic, quiet optimistic morning mood, natural golden window light with subtle cool fill, high-end medium-format commercial food photography. No people and no visible writing." \
negativePrompt="text, lettering, logos, brand marks, watermark, menu layout, people, hands, excessive props, duplicated dishes, duplicate utensils, malformed glassware, floating ingredients, plastic-looking food, artificial garnish, extreme saturation, harsh flash, deep shadows obscuring the meal, messy table, crumbs everywhere, fisheye distortion, CGI appearance, illustration" \
width=1024 \
height=1280 \
seed=28470193 \
CFGScale=6.5 \
settings.renderingSpeed=QUALITY{
"taskType": "imageInference",
"taskUUID": "385d3ea2-48a3-416b-a692-86e95a14c665",
"model": "ideogram:4@q",
"positivePrompt": "Premium editorial menu photography inside a restored Scandinavian sleeper train dining car at sunrise. A compact breakfast setting on a pale birch table beside the window: one open-faced rye sandwich topped with smoked Arctic char, soft folded egg, dill and thin cucumber ribbons; a small ceramic bowl of skyr with cloudberries and toasted oats; and a clear ribbed tumbler of sparkling rhubarb drink with condensation. Brushed stainless-steel cutlery, cream linen napkin, restrained authentic food styling, realistic portions and natural imperfections. Warm butter-yellow upholstery and softly motion-blurred pine forest visible through the window. Vertical 4:5 composition, three-quarter tabletop angle, dishes fully visible and clearly separated, appetizing tactile detail, crisp focus on the food, gentle depth of field, clean Nordic hospitality aesthetic, quiet optimistic morning mood, natural golden window light with subtle cool fill, high-end medium-format commercial food photography. No people and no visible writing.",
"negativePrompt": "text, lettering, logos, brand marks, watermark, menu layout, people, hands, excessive props, duplicated dishes, duplicate utensils, malformed glassware, floating ingredients, plastic-looking food, artificial garnish, extreme saturation, harsh flash, deep shadows obscuring the meal, messy table, crumbs everywhere, fisheye distortion, CGI appearance, illustration",
"width": 1024,
"height": 1280,
"seed": 28470193,
"CFGScale": 6.5,
"settings": {
"renderingSpeed": "QUALITY"
}
}{
"taskType": "imageInference",
"taskUUID": "385d3ea2-48a3-416b-a692-86e95a14c665",
"imageUUID": "ff0ce1d3-d8d5-4dc1-86eb-223d5f5e852f",
"imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/ff0ce1d3-d8d5-4dc1-86eb-223d5f5e852f.jpg",
"seed": 28470193,
"cost": 0.1,
"structuredPrompt": {
"compositional_deconstruction": {
"background": "A restored Scandinavian sleeper train dining car interior at sunrise. A tall window on the right side frames a softly motion-blurred pine forest streaking past at speed, with golden morning light entering directionally from the right. The opposite side carries subtle cool fill keeping shadows clean. Restrained Nordic palette throughout — pale birch, cream linen, butter-yellow upholstery, deep rye brown, smoky pink-orange char, bright cloudberry orange, pale rhubarb pink. Quiet optimistic morning mood.",
"elements": [
{
"desc": "Pale birch tabletop filling the lower half of the frame, visible wood grain running horizontally beneath the breakfast setting. Light cream-tan tone with fine linear grain pattern.",
"type": "obj"
},
{
"desc": "Butter-yellow upholstered bench seat just behind the table in the midground, soft tufted seam running horizontally across the cushion catching warm morning light from the right.",
"type": "obj"
},
{
"desc": "Open-faced rye sandwich on a small pale ceramic plate, anchored slightly left of center on the table. Thick dark rye slice topped with a folded slab of smoked Arctic char in smoky pink-orange tones, a soft folded egg with runny yolk edge glistening, fresh dill sprigs and thin cucumber ribbons scattered across, a few cracked black peppercorns. Viewed from a three-quarter tabletop angle.",
"type": "obj"
},
{
"desc": "Small cream-glazed ceramic bowl in the upper-right area of the table, holding thick white skyr topped with a cluster of bright orange cloudberries and a scatter of toasted oats. A tiny brass spoon rests against the rim, handle angled outward.",
"type": "obj"
},
{
"desc": "Clear ribbed glass tumbler in the lower-right of the table, filled with sparkling rhubarb drink in pale pink. Condensation beads down the vertical ribs, two ice cubes and a thin rhubarb stem float inside.",
"type": "obj"
},
{
"desc": "Brushed stainless-steel fork and knife laid parallel along the right edge of the table, resting on a folded cream linen napkin with visible weave texture.",
"type": "obj"
},
{
"desc": "Small folded paper menu card tucked under the napkin corner at the lower-right, blank cream stock, no writing visible.",
"type": "obj"
}
]
},
"high_level_description": "A photograph of a Scandinavian sleeper train dining car breakfast at sunrise, with an open-faced rye sandwich, a bowl of skyr and cloudberries, and a pink rhubarb drink arranged on a pale birch table beside a window streaking past pine forest."
}
}