Grok Imagine Image Quality

Grok Imagine Image Quality is xAI's quality-focused image generation and editing model. It is designed for higher realism, stronger multilingual text rendering, tighter prompt following, deeper scene understanding, and more consistent brand-oriented output across both text-to-image and image editing workflows.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Step-by-step tutorials for advanced use cases
Nordic Floating Sauna Menu Hero

High-end commercial food and beverage photography for a Nordic floating sauna café’s winter menu. A handcrafted dark stoneware plate holds an elegant open-faced rye sandwich layered with hot-smoked eel, shaved pickled cucumber, fresh dill, horseradish cream and tiny amber trout roe, accompanied by a small bowl of roasted fingerling potatoes with flaky salt. Beside it, a ribbed clear glass contains a vivid golden sea-buckthorn and rosemary spritz with crushed ice, condensation and a slender rosemary garnish. Arrange everything naturally on a weathered cedar sauna bench with a folded oatmeal linen napkin and simple brushed-steel cutlery. Through a misted panoramic window in the background, reveal an icy blue lake, snow-covered reeds and a faint winter sunrise. Warm honey-colored sauna light falls from the left, contrasting with the cool cyan landscape; delicate steam rises from the food and curls through the frame. Landscape composition with the plated meal prominent in the left-center and the drink on the right, tactile wood grain, glossy fish, translucent roe, crisp cucumber and realistic condensation rendered in appetizing detail. Sophisticated Scandinavian editorial styling, restrained earth-and-ice palette with bright orange accents, shallow depth of field, natural imperfections, photorealistic, no people, no packaging, no logos, no visible 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: 'xai:grok-imagine@image-quality',
positivePrompt: 'High-end commercial food and beverage photography for a Nordic floating sauna café’s winter menu. A handcrafted dark stoneware plate holds an elegant open-faced rye sandwich layered with hot-smoked eel, shaved pickled cucumber, fresh dill, horseradish cream and tiny amber trout roe, accompanied by a small bowl of roasted fingerling potatoes with flaky salt. Beside it, a ribbed clear glass contains a vivid golden sea-buckthorn and rosemary spritz with crushed ice, condensation and a slender rosemary garnish. Arrange everything naturally on a weathered cedar sauna bench with a folded oatmeal linen napkin and simple brushed-steel cutlery. Through a misted panoramic window in the background, reveal an icy blue lake, snow-covered reeds and a faint winter sunrise. Warm honey-colored sauna light falls from the left, contrasting with the cool cyan landscape; delicate steam rises from the food and curls through the frame. Landscape composition with the plated meal prominent in the left-center and the drink on the right, tactile wood grain, glossy fish, translucent roe, crisp cucumber and realistic condensation rendered in appetizing detail. Sophisticated Scandinavian editorial styling, restrained earth-and-ice palette with bright orange accents, shallow depth of field, natural imperfections, photorealistic, no people, no packaging, no logos, no visible text.',
width: 1408,
height: 768
})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": "xai:grok-imagine@image-quality",
"positivePrompt": "High-end commercial food and beverage photography for a Nordic floating sauna café’s winter menu. A handcrafted dark stoneware plate holds an elegant open-faced rye sandwich layered with hot-smoked eel, shaved pickled cucumber, fresh dill, horseradish cream and tiny amber trout roe, accompanied by a small bowl of roasted fingerling potatoes with flaky salt. Beside it, a ribbed clear glass contains a vivid golden sea-buckthorn and rosemary spritz with crushed ice, condensation and a slender rosemary garnish. Arrange everything naturally on a weathered cedar sauna bench with a folded oatmeal linen napkin and simple brushed-steel cutlery. Through a misted panoramic window in the background, reveal an icy blue lake, snow-covered reeds and a faint winter sunrise. Warm honey-colored sauna light falls from the left, contrasting with the cool cyan landscape; delicate steam rises from the food and curls through the frame. Landscape composition with the plated meal prominent in the left-center and the drink on the right, tactile wood grain, glossy fish, translucent roe, crisp cucumber and realistic condensation rendered in appetizing detail. Sophisticated Scandinavian editorial styling, restrained earth-and-ice palette with bright orange accents, shallow depth of field, natural imperfections, photorealistic, no people, no packaging, no logos, no visible text.",
"width": 1408,
"height": 768
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "c2c0bc28-97e7-4ad0-98d3-c10ff4d62a3d",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "High-end commercial food and beverage photography for a Nordic floating sauna café’s winter menu. A handcrafted dark stoneware plate holds an elegant open-faced rye sandwich layered with hot-smoked eel, shaved pickled cucumber, fresh dill, horseradish cream and tiny amber trout roe, accompanied by a small bowl of roasted fingerling potatoes with flaky salt. Beside it, a ribbed clear glass contains a vivid golden sea-buckthorn and rosemary spritz with crushed ice, condensation and a slender rosemary garnish. Arrange everything naturally on a weathered cedar sauna bench with a folded oatmeal linen napkin and simple brushed-steel cutlery. Through a misted panoramic window in the background, reveal an icy blue lake, snow-covered reeds and a faint winter sunrise. Warm honey-colored sauna light falls from the left, contrasting with the cool cyan landscape; delicate steam rises from the food and curls through the frame. Landscape composition with the plated meal prominent in the left-center and the drink on the right, tactile wood grain, glossy fish, translucent roe, crisp cucumber and realistic condensation rendered in appetizing detail. Sophisticated Scandinavian editorial styling, restrained earth-and-ice palette with bright orange accents, shallow depth of field, natural imperfections, photorealistic, no people, no packaging, no logos, no visible text.",
"width": 1408,
"height": 768
}
]'runware run xai:grok-imagine@image-quality \
positivePrompt="High-end commercial food and beverage photography for a Nordic floating sauna café’s winter menu. A handcrafted dark stoneware plate holds an elegant open-faced rye sandwich layered with hot-smoked eel, shaved pickled cucumber, fresh dill, horseradish cream and tiny amber trout roe, accompanied by a small bowl of roasted fingerling potatoes with flaky salt. Beside it, a ribbed clear glass contains a vivid golden sea-buckthorn and rosemary spritz with crushed ice, condensation and a slender rosemary garnish. Arrange everything naturally on a weathered cedar sauna bench with a folded oatmeal linen napkin and simple brushed-steel cutlery. Through a misted panoramic window in the background, reveal an icy blue lake, snow-covered reeds and a faint winter sunrise. Warm honey-colored sauna light falls from the left, contrasting with the cool cyan landscape; delicate steam rises from the food and curls through the frame. Landscape composition with the plated meal prominent in the left-center and the drink on the right, tactile wood grain, glossy fish, translucent roe, crisp cucumber and realistic condensation rendered in appetizing detail. Sophisticated Scandinavian editorial styling, restrained earth-and-ice palette with bright orange accents, shallow depth of field, natural imperfections, photorealistic, no people, no packaging, no logos, no visible text." \
width=1408 \
height=768{
"taskType": "imageInference",
"taskUUID": "c2c0bc28-97e7-4ad0-98d3-c10ff4d62a3d",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "High-end commercial food and beverage photography for a Nordic floating sauna café’s winter menu. A handcrafted dark stoneware plate holds an elegant open-faced rye sandwich layered with hot-smoked eel, shaved pickled cucumber, fresh dill, horseradish cream and tiny amber trout roe, accompanied by a small bowl of roasted fingerling potatoes with flaky salt. Beside it, a ribbed clear glass contains a vivid golden sea-buckthorn and rosemary spritz with crushed ice, condensation and a slender rosemary garnish. Arrange everything naturally on a weathered cedar sauna bench with a folded oatmeal linen napkin and simple brushed-steel cutlery. Through a misted panoramic window in the background, reveal an icy blue lake, snow-covered reeds and a faint winter sunrise. Warm honey-colored sauna light falls from the left, contrasting with the cool cyan landscape; delicate steam rises from the food and curls through the frame. Landscape composition with the plated meal prominent in the left-center and the drink on the right, tactile wood grain, glossy fish, translucent roe, crisp cucumber and realistic condensation rendered in appetizing detail. Sophisticated Scandinavian editorial styling, restrained earth-and-ice palette with bright orange accents, shallow depth of field, natural imperfections, photorealistic, no people, no packaging, no logos, no visible text.",
"width": 1408,
"height": 768
}{
"taskType": "imageInference",
"taskUUID": "c2c0bc28-97e7-4ad0-98d3-c10ff4d62a3d",
"imageUUID": "1d18cfb3-2b73-441e-848d-a34f8ccb6d13",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/1d18cfb3-2b73-441e-848d-a34f8ccb6d13.jpg",
"seed": 931961936,
"cost": 0.05
}Tidal Restoration Banner Expansion

Finished panoramic environmental documentary photograph composed as a seamless landscape expansion of a tighter central field portrait. At center, a marine ecologist in weathered olive waterproof overalls kneels beside a low crate of native oysters on a vast tidal mudflat, carefully inspecting a shell cluster with gloved hands. Extend the scene naturally far to both sides: winding reflective channels, rows of newly installed oyster-reef baskets, scattered shorebirds, survey poles, a small aluminum work skiff and two distant field researchers carrying equipment. Low horizon with an expansive storm-cleared sky, late-afternoon sunlight breaking through slate clouds and raking across wet mud and shallow water. Authentic shell, rope, galvanized mesh, silt and waterproof-fabric textures; muted silver-gray, estuary green, rust brown and restrained safety-orange palette. Windswept, purposeful and quietly hopeful mood. Photorealistic editorial conservation photography, subtle atmospheric depth, natural skin and proportions, coherent perspective, no signage, no lettering, no borders, no visible seams, balanced 1408x768 landscape composition with useful negative space in the sky and outer edges.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'xai:grok-imagine@image-quality',
positivePrompt: 'Finished panoramic environmental documentary photograph composed as a seamless landscape expansion of a tighter central field portrait. At center, a marine ecologist in weathered olive waterproof overalls kneels beside a low crate of native oysters on a vast tidal mudflat, carefully inspecting a shell cluster with gloved hands. Extend the scene naturally far to both sides: winding reflective channels, rows of newly installed oyster-reef baskets, scattered shorebirds, survey poles, a small aluminum work skiff and two distant field researchers carrying equipment. Low horizon with an expansive storm-cleared sky, late-afternoon sunlight breaking through slate clouds and raking across wet mud and shallow water. Authentic shell, rope, galvanized mesh, silt and waterproof-fabric textures; muted silver-gray, estuary green, rust brown and restrained safety-orange palette. Windswept, purposeful and quietly hopeful mood. Photorealistic editorial conservation photography, subtle atmospheric depth, natural skin and proportions, coherent perspective, no signage, no lettering, no borders, no visible seams, balanced 1408x768 landscape composition with useful negative space in the sky and outer edges.',
width: 1408,
height: 768
})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": "xai:grok-imagine@image-quality",
"positivePrompt": "Finished panoramic environmental documentary photograph composed as a seamless landscape expansion of a tighter central field portrait. At center, a marine ecologist in weathered olive waterproof overalls kneels beside a low crate of native oysters on a vast tidal mudflat, carefully inspecting a shell cluster with gloved hands. Extend the scene naturally far to both sides: winding reflective channels, rows of newly installed oyster-reef baskets, scattered shorebirds, survey poles, a small aluminum work skiff and two distant field researchers carrying equipment. Low horizon with an expansive storm-cleared sky, late-afternoon sunlight breaking through slate clouds and raking across wet mud and shallow water. Authentic shell, rope, galvanized mesh, silt and waterproof-fabric textures; muted silver-gray, estuary green, rust brown and restrained safety-orange palette. Windswept, purposeful and quietly hopeful mood. Photorealistic editorial conservation photography, subtle atmospheric depth, natural skin and proportions, coherent perspective, no signage, no lettering, no borders, no visible seams, balanced 1408x768 landscape composition with useful negative space in the sky and outer edges.",
"width": 1408,
"height": 768
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "b17f9485-5f3e-48b8-be3d-89e1215ca222",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "Finished panoramic environmental documentary photograph composed as a seamless landscape expansion of a tighter central field portrait. At center, a marine ecologist in weathered olive waterproof overalls kneels beside a low crate of native oysters on a vast tidal mudflat, carefully inspecting a shell cluster with gloved hands. Extend the scene naturally far to both sides: winding reflective channels, rows of newly installed oyster-reef baskets, scattered shorebirds, survey poles, a small aluminum work skiff and two distant field researchers carrying equipment. Low horizon with an expansive storm-cleared sky, late-afternoon sunlight breaking through slate clouds and raking across wet mud and shallow water. Authentic shell, rope, galvanized mesh, silt and waterproof-fabric textures; muted silver-gray, estuary green, rust brown and restrained safety-orange palette. Windswept, purposeful and quietly hopeful mood. Photorealistic editorial conservation photography, subtle atmospheric depth, natural skin and proportions, coherent perspective, no signage, no lettering, no borders, no visible seams, balanced 1408x768 landscape composition with useful negative space in the sky and outer edges.",
"width": 1408,
"height": 768
}
]'runware run xai:grok-imagine@image-quality \
positivePrompt="Finished panoramic environmental documentary photograph composed as a seamless landscape expansion of a tighter central field portrait. At center, a marine ecologist in weathered olive waterproof overalls kneels beside a low crate of native oysters on a vast tidal mudflat, carefully inspecting a shell cluster with gloved hands. Extend the scene naturally far to both sides: winding reflective channels, rows of newly installed oyster-reef baskets, scattered shorebirds, survey poles, a small aluminum work skiff and two distant field researchers carrying equipment. Low horizon with an expansive storm-cleared sky, late-afternoon sunlight breaking through slate clouds and raking across wet mud and shallow water. Authentic shell, rope, galvanized mesh, silt and waterproof-fabric textures; muted silver-gray, estuary green, rust brown and restrained safety-orange palette. Windswept, purposeful and quietly hopeful mood. Photorealistic editorial conservation photography, subtle atmospheric depth, natural skin and proportions, coherent perspective, no signage, no lettering, no borders, no visible seams, balanced 1408x768 landscape composition with useful negative space in the sky and outer edges." \
width=1408 \
height=768{
"taskType": "imageInference",
"taskUUID": "b17f9485-5f3e-48b8-be3d-89e1215ca222",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "Finished panoramic environmental documentary photograph composed as a seamless landscape expansion of a tighter central field portrait. At center, a marine ecologist in weathered olive waterproof overalls kneels beside a low crate of native oysters on a vast tidal mudflat, carefully inspecting a shell cluster with gloved hands. Extend the scene naturally far to both sides: winding reflective channels, rows of newly installed oyster-reef baskets, scattered shorebirds, survey poles, a small aluminum work skiff and two distant field researchers carrying equipment. Low horizon with an expansive storm-cleared sky, late-afternoon sunlight breaking through slate clouds and raking across wet mud and shallow water. Authentic shell, rope, galvanized mesh, silt and waterproof-fabric textures; muted silver-gray, estuary green, rust brown and restrained safety-orange palette. Windswept, purposeful and quietly hopeful mood. Photorealistic editorial conservation photography, subtle atmospheric depth, natural skin and proportions, coherent perspective, no signage, no lettering, no borders, no visible seams, balanced 1408x768 landscape composition with useful negative space in the sky and outer edges.",
"width": 1408,
"height": 768
}{
"taskType": "imageInference",
"taskUUID": "b17f9485-5f3e-48b8-be3d-89e1215ca222",
"imageUUID": "fcab1c0e-fa31-4416-9fb0-62eb2e190cca",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/fcab1c0e-fa31-4416-9fb0-62eb2e190cca.jpg",
"seed": 1879448953,
"cost": 0.05
}Night Street Sweeper Picture-Book Spread

Transform the reference photograph into a finished wordless double-page illustration for a children’s picture book about essential night workers and storm-drain protection. Clearly preserve the operator’s recognizable face, long silver braid, round glasses, orange rain shell, and calm capable demeanor, along with the sweeper’s exact rounded silhouette, mint-green body, cream checker stripe, fleet number 27, and circular curb brushes. Show her guiding the sweeper along a rain-glossed neighborhood street just before a storm, gathering amber leaves away from curb drains. Warm apartment windows, corner shops, bicycles, puddle reflections, and a few children watching from an upstairs window establish a lived-in community. Layered cut-paper shapes with opaque gouache texture, bold simplified forms, subtle linocut edges, midnight cobalt and deep plum shadows contrasted with safety orange, mint green, and golden window light. Panoramic storytelling composition with the operator prominent on the left and the vehicle sweeping toward the right; maintain a quiet central gutter with no face or critical detail crossing it. Warm, reassuring, industrious mood, sophisticated contemporary children’s publishing art, clear visual hierarchy, print-ready detail, no captions, no lettering, no border, no 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: 'xai:grok-imagine@image-quality',
positivePrompt: 'Transform the reference photograph into a finished wordless double-page illustration for a children’s picture book about essential night workers and storm-drain protection. Clearly preserve the operator’s recognizable face, long silver braid, round glasses, orange rain shell, and calm capable demeanor, along with the sweeper’s exact rounded silhouette, mint-green body, cream checker stripe, fleet number 27, and circular curb brushes. Show her guiding the sweeper along a rain-glossed neighborhood street just before a storm, gathering amber leaves away from curb drains. Warm apartment windows, corner shops, bicycles, puddle reflections, and a few children watching from an upstairs window establish a lived-in community. Layered cut-paper shapes with opaque gouache texture, bold simplified forms, subtle linocut edges, midnight cobalt and deep plum shadows contrasted with safety orange, mint green, and golden window light. Panoramic storytelling composition with the operator prominent on the left and the vehicle sweeping toward the right; maintain a quiet central gutter with no face or critical detail crossing it. Warm, reassuring, industrious mood, sophisticated contemporary children’s publishing art, clear visual hierarchy, print-ready detail, no captions, no lettering, no border, no mockup.',
resolution: '2K',
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/48789f56-8071-4fcb-bdf5-f4c69bf66ff2.jpg'
]
}
})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": "xai:grok-imagine@image-quality",
"positivePrompt": "Transform the reference photograph into a finished wordless double-page illustration for a children’s picture book about essential night workers and storm-drain protection. Clearly preserve the operator’s recognizable face, long silver braid, round glasses, orange rain shell, and calm capable demeanor, along with the sweeper’s exact rounded silhouette, mint-green body, cream checker stripe, fleet number 27, and circular curb brushes. Show her guiding the sweeper along a rain-glossed neighborhood street just before a storm, gathering amber leaves away from curb drains. Warm apartment windows, corner shops, bicycles, puddle reflections, and a few children watching from an upstairs window establish a lived-in community. Layered cut-paper shapes with opaque gouache texture, bold simplified forms, subtle linocut edges, midnight cobalt and deep plum shadows contrasted with safety orange, mint green, and golden window light. Panoramic storytelling composition with the operator prominent on the left and the vehicle sweeping toward the right; maintain a quiet central gutter with no face or critical detail crossing it. Warm, reassuring, industrious mood, sophisticated contemporary children’s publishing art, clear visual hierarchy, print-ready detail, no captions, no lettering, no border, no mockup.",
"resolution": "2K",
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/48789f56-8071-4fcb-bdf5-f4c69bf66ff2.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "e4d6f062-4a85-4521-8f61-ee8bdb74c118",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "Transform the reference photograph into a finished wordless double-page illustration for a children’s picture book about essential night workers and storm-drain protection. Clearly preserve the operator’s recognizable face, long silver braid, round glasses, orange rain shell, and calm capable demeanor, along with the sweeper’s exact rounded silhouette, mint-green body, cream checker stripe, fleet number 27, and circular curb brushes. Show her guiding the sweeper along a rain-glossed neighborhood street just before a storm, gathering amber leaves away from curb drains. Warm apartment windows, corner shops, bicycles, puddle reflections, and a few children watching from an upstairs window establish a lived-in community. Layered cut-paper shapes with opaque gouache texture, bold simplified forms, subtle linocut edges, midnight cobalt and deep plum shadows contrasted with safety orange, mint green, and golden window light. Panoramic storytelling composition with the operator prominent on the left and the vehicle sweeping toward the right; maintain a quiet central gutter with no face or critical detail crossing it. Warm, reassuring, industrious mood, sophisticated contemporary children’s publishing art, clear visual hierarchy, print-ready detail, no captions, no lettering, no border, no mockup.",
"resolution": "2K",
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/48789f56-8071-4fcb-bdf5-f4c69bf66ff2.jpg"
]
}
}
]'runware run xai:grok-imagine@image-quality \
positivePrompt="Transform the reference photograph into a finished wordless double-page illustration for a children’s picture book about essential night workers and storm-drain protection. Clearly preserve the operator’s recognizable face, long silver braid, round glasses, orange rain shell, and calm capable demeanor, along with the sweeper’s exact rounded silhouette, mint-green body, cream checker stripe, fleet number 27, and circular curb brushes. Show her guiding the sweeper along a rain-glossed neighborhood street just before a storm, gathering amber leaves away from curb drains. Warm apartment windows, corner shops, bicycles, puddle reflections, and a few children watching from an upstairs window establish a lived-in community. Layered cut-paper shapes with opaque gouache texture, bold simplified forms, subtle linocut edges, midnight cobalt and deep plum shadows contrasted with safety orange, mint green, and golden window light. Panoramic storytelling composition with the operator prominent on the left and the vehicle sweeping toward the right; maintain a quiet central gutter with no face or critical detail crossing it. Warm, reassuring, industrious mood, sophisticated contemporary children’s publishing art, clear visual hierarchy, print-ready detail, no captions, no lettering, no border, no mockup." \
resolution=2K \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/48789f56-8071-4fcb-bdf5-f4c69bf66ff2.jpg{
"taskType": "imageInference",
"taskUUID": "e4d6f062-4a85-4521-8f61-ee8bdb74c118",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "Transform the reference photograph into a finished wordless double-page illustration for a children’s picture book about essential night workers and storm-drain protection. Clearly preserve the operator’s recognizable face, long silver braid, round glasses, orange rain shell, and calm capable demeanor, along with the sweeper’s exact rounded silhouette, mint-green body, cream checker stripe, fleet number 27, and circular curb brushes. Show her guiding the sweeper along a rain-glossed neighborhood street just before a storm, gathering amber leaves away from curb drains. Warm apartment windows, corner shops, bicycles, puddle reflections, and a few children watching from an upstairs window establish a lived-in community. Layered cut-paper shapes with opaque gouache texture, bold simplified forms, subtle linocut edges, midnight cobalt and deep plum shadows contrasted with safety orange, mint green, and golden window light. Panoramic storytelling composition with the operator prominent on the left and the vehicle sweeping toward the right; maintain a quiet central gutter with no face or critical detail crossing it. Warm, reassuring, industrious mood, sophisticated contemporary children’s publishing art, clear visual hierarchy, print-ready detail, no captions, no lettering, no border, no mockup.",
"resolution": "2K",
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/48789f56-8071-4fcb-bdf5-f4c69bf66ff2.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "e4d6f062-4a85-4521-8f61-ee8bdb74c118",
"imageUUID": "7bd5f79d-a17c-4e86-b456-1f3efa425f05",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/4/ii/7bd5f79d-a17c-4e86-b456-1f3efa425f05.jpg",
"seed": 15614271,
"cost": 0.08
}Avalanche Airbag Colorway Variant

Transform the referenced avalanche airbag backpack into a premium seasonal colorway for an outdoor safety equipment catalog. Preserve the exact recognizable backpack silhouette, camera angle, proportions, panel geometry, stitching, quilting, straps, buckles, zippers, deployment hardware, handle placement, fabric textures, shadows, and studio composition from the source. Recolor the main woven shell to muted mineral lilac, reinforced abrasion panels to deep aubergine, webbing and zipper tape to saturated cobalt blue, and the emergency deployment handle to high-visibility safety citron. Keep all metal and plastic hardware materially realistic and unchanged in form. Maintain the clean seamless light-gray studio background and precise diffused product lighting. The result should look like a professionally photographed production-ready colorway, not a concept sketch; one complete product, no props, no people, no added branding or new 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: 'xai:grok-imagine@image-quality',
positivePrompt: 'Transform the referenced avalanche airbag backpack into a premium seasonal colorway for an outdoor safety equipment catalog. Preserve the exact recognizable backpack silhouette, camera angle, proportions, panel geometry, stitching, quilting, straps, buckles, zippers, deployment hardware, handle placement, fabric textures, shadows, and studio composition from the source. Recolor the main woven shell to muted mineral lilac, reinforced abrasion panels to deep aubergine, webbing and zipper tape to saturated cobalt blue, and the emergency deployment handle to high-visibility safety citron. Keep all metal and plastic hardware materially realistic and unchanged in form. Maintain the clean seamless light-gray studio background and precise diffused product lighting. The result should look like a professionally photographed production-ready colorway, not a concept sketch; one complete product, no props, no people, no added branding or new text.',
resolution: '2K',
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/32b0db93-0f8e-4614-8a4c-7ed44f4132ee.jpg'
]
}
})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": "xai:grok-imagine@image-quality",
"positivePrompt": "Transform the referenced avalanche airbag backpack into a premium seasonal colorway for an outdoor safety equipment catalog. Preserve the exact recognizable backpack silhouette, camera angle, proportions, panel geometry, stitching, quilting, straps, buckles, zippers, deployment hardware, handle placement, fabric textures, shadows, and studio composition from the source. Recolor the main woven shell to muted mineral lilac, reinforced abrasion panels to deep aubergine, webbing and zipper tape to saturated cobalt blue, and the emergency deployment handle to high-visibility safety citron. Keep all metal and plastic hardware materially realistic and unchanged in form. Maintain the clean seamless light-gray studio background and precise diffused product lighting. The result should look like a professionally photographed production-ready colorway, not a concept sketch; one complete product, no props, no people, no added branding or new text.",
"resolution": "2K",
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/32b0db93-0f8e-4614-8a4c-7ed44f4132ee.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "e0e3b705-7751-4d18-b736-a777a086a2cb",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "Transform the referenced avalanche airbag backpack into a premium seasonal colorway for an outdoor safety equipment catalog. Preserve the exact recognizable backpack silhouette, camera angle, proportions, panel geometry, stitching, quilting, straps, buckles, zippers, deployment hardware, handle placement, fabric textures, shadows, and studio composition from the source. Recolor the main woven shell to muted mineral lilac, reinforced abrasion panels to deep aubergine, webbing and zipper tape to saturated cobalt blue, and the emergency deployment handle to high-visibility safety citron. Keep all metal and plastic hardware materially realistic and unchanged in form. Maintain the clean seamless light-gray studio background and precise diffused product lighting. The result should look like a professionally photographed production-ready colorway, not a concept sketch; one complete product, no props, no people, no added branding or new text.",
"resolution": "2K",
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/32b0db93-0f8e-4614-8a4c-7ed44f4132ee.jpg"
]
}
}
]'runware run xai:grok-imagine@image-quality \
positivePrompt="Transform the referenced avalanche airbag backpack into a premium seasonal colorway for an outdoor safety equipment catalog. Preserve the exact recognizable backpack silhouette, camera angle, proportions, panel geometry, stitching, quilting, straps, buckles, zippers, deployment hardware, handle placement, fabric textures, shadows, and studio composition from the source. Recolor the main woven shell to muted mineral lilac, reinforced abrasion panels to deep aubergine, webbing and zipper tape to saturated cobalt blue, and the emergency deployment handle to high-visibility safety citron. Keep all metal and plastic hardware materially realistic and unchanged in form. Maintain the clean seamless light-gray studio background and precise diffused product lighting. The result should look like a professionally photographed production-ready colorway, not a concept sketch; one complete product, no props, no people, no added branding or new text." \
resolution=2K \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/32b0db93-0f8e-4614-8a4c-7ed44f4132ee.jpg{
"taskType": "imageInference",
"taskUUID": "e0e3b705-7751-4d18-b736-a777a086a2cb",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "Transform the referenced avalanche airbag backpack into a premium seasonal colorway for an outdoor safety equipment catalog. Preserve the exact recognizable backpack silhouette, camera angle, proportions, panel geometry, stitching, quilting, straps, buckles, zippers, deployment hardware, handle placement, fabric textures, shadows, and studio composition from the source. Recolor the main woven shell to muted mineral lilac, reinforced abrasion panels to deep aubergine, webbing and zipper tape to saturated cobalt blue, and the emergency deployment handle to high-visibility safety citron. Keep all metal and plastic hardware materially realistic and unchanged in form. Maintain the clean seamless light-gray studio background and precise diffused product lighting. The result should look like a professionally photographed production-ready colorway, not a concept sketch; one complete product, no props, no people, no added branding or new text.",
"resolution": "2K",
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/32b0db93-0f8e-4614-8a4c-7ed44f4132ee.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "e0e3b705-7751-4d18-b736-a777a086a2cb",
"imageUUID": "929dee34-aa5f-44b5-9bc6-8ae4806c61cf",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/4/ii/929dee34-aa5f-44b5-9bc6-8ae4806c61cf.jpg",
"seed": 405680108,
"cost": 0.08
}Art Deco Train Lounge

A luxurious 1930s-inspired train lounge crossing a snowy mountain pass at blue hour, viewed from inside the carriage. Polished walnut paneling, brass trim, geometric Art Deco motifs, amber reading lamps, patterned carpet, leather club chairs, small round tables with notebooks and postcards, a polished luggage rack, and wide panoramic windows showing pine forests and distant peaks. On the far wall, a beautifully designed destination poster includes crisp readable text in two languages: 'Aurora Line' and beneath it 'Ligne Aurore'. A menu card on a table shows elegant printed text: 'Soup, Citrus Tart, Coffee'. Cinematic realism, impeccable reflections on metal and glass, natural fabric texture, balanced composition, subtle depth of field, refined warm interior lighting contrasting with cool exterior tones, highly detailed, premium travel editorial photography aesthetic.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'xai:grok-imagine@image-quality',
positivePrompt: 'A luxurious 1930s-inspired train lounge crossing a snowy mountain pass at blue hour, viewed from inside the carriage. Polished walnut paneling, brass trim, geometric Art Deco motifs, amber reading lamps, patterned carpet, leather club chairs, small round tables with notebooks and postcards, a polished luggage rack, and wide panoramic windows showing pine forests and distant peaks. On the far wall, a beautifully designed destination poster includes crisp readable text in two languages: \'Aurora Line\' and beneath it \'Ligne Aurore\'. A menu card on a table shows elegant printed text: \'Soup, Citrus Tart, Coffee\'. Cinematic realism, impeccable reflections on metal and glass, natural fabric texture, balanced composition, subtle depth of field, refined warm interior lighting contrasting with cool exterior tones, highly detailed, premium travel editorial photography aesthetic.',
width: 1280,
height: 896
})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": "xai:grok-imagine@image-quality",
"positivePrompt": "A luxurious 1930s-inspired train lounge crossing a snowy mountain pass at blue hour, viewed from inside the carriage. Polished walnut paneling, brass trim, geometric Art Deco motifs, amber reading lamps, patterned carpet, leather club chairs, small round tables with notebooks and postcards, a polished luggage rack, and wide panoramic windows showing pine forests and distant peaks. On the far wall, a beautifully designed destination poster includes crisp readable text in two languages: 'Aurora Line' and beneath it 'Ligne Aurore'. A menu card on a table shows elegant printed text: 'Soup, Citrus Tart, Coffee'. Cinematic realism, impeccable reflections on metal and glass, natural fabric texture, balanced composition, subtle depth of field, refined warm interior lighting contrasting with cool exterior tones, highly detailed, premium travel editorial photography aesthetic.",
"width": 1280,
"height": 896
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "cf61250e-f9d4-4482-9c4d-d64a741cb11b",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "A luxurious 1930s-inspired train lounge crossing a snowy mountain pass at blue hour, viewed from inside the carriage. Polished walnut paneling, brass trim, geometric Art Deco motifs, amber reading lamps, patterned carpet, leather club chairs, small round tables with notebooks and postcards, a polished luggage rack, and wide panoramic windows showing pine forests and distant peaks. On the far wall, a beautifully designed destination poster includes crisp readable text in two languages: 'Aurora Line' and beneath it 'Ligne Aurore'. A menu card on a table shows elegant printed text: 'Soup, Citrus Tart, Coffee'. Cinematic realism, impeccable reflections on metal and glass, natural fabric texture, balanced composition, subtle depth of field, refined warm interior lighting contrasting with cool exterior tones, highly detailed, premium travel editorial photography aesthetic.",
"width": 1280,
"height": 896
}
]'runware run xai:grok-imagine@image-quality \
positivePrompt="A luxurious 1930s-inspired train lounge crossing a snowy mountain pass at blue hour, viewed from inside the carriage. Polished walnut paneling, brass trim, geometric Art Deco motifs, amber reading lamps, patterned carpet, leather club chairs, small round tables with notebooks and postcards, a polished luggage rack, and wide panoramic windows showing pine forests and distant peaks. On the far wall, a beautifully designed destination poster includes crisp readable text in two languages: 'Aurora Line' and beneath it 'Ligne Aurore'. A menu card on a table shows elegant printed text: 'Soup, Citrus Tart, Coffee'. Cinematic realism, impeccable reflections on metal and glass, natural fabric texture, balanced composition, subtle depth of field, refined warm interior lighting contrasting with cool exterior tones, highly detailed, premium travel editorial photography aesthetic." \
width=1280 \
height=896{
"taskType": "imageInference",
"taskUUID": "cf61250e-f9d4-4482-9c4d-d64a741cb11b",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "A luxurious 1930s-inspired train lounge crossing a snowy mountain pass at blue hour, viewed from inside the carriage. Polished walnut paneling, brass trim, geometric Art Deco motifs, amber reading lamps, patterned carpet, leather club chairs, small round tables with notebooks and postcards, a polished luggage rack, and wide panoramic windows showing pine forests and distant peaks. On the far wall, a beautifully designed destination poster includes crisp readable text in two languages: 'Aurora Line' and beneath it 'Ligne Aurore'. A menu card on a table shows elegant printed text: 'Soup, Citrus Tart, Coffee'. Cinematic realism, impeccable reflections on metal and glass, natural fabric texture, balanced composition, subtle depth of field, refined warm interior lighting contrasting with cool exterior tones, highly detailed, premium travel editorial photography aesthetic.",
"width": 1280,
"height": 896
}{
"taskType": "imageInference",
"taskUUID": "cf61250e-f9d4-4482-9c4d-d64a741cb11b",
"imageUUID": "4f5d08e4-fe8f-41b0-8267-73004685488f",
"imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/4f5d08e4-fe8f-41b0-8267-73004685488f.jpg",
"seed": 1962497024,
"cost": 0.05
}Retro Vending Tunnel Interior

A hyper-detailed underground pedestrian tunnel converted into a nostalgic late-1980s vending corridor, cinematic realism, polished tiled floor reflecting colored machine lights, long receding perspective, rows of vintage drink and snack vending machines on both sides, each machine stocked with believable products behind glass, crisp readable labels and signage in English and Japanese, one large central sign reading 'MIDNIGHT SNACK PASSAGE' and a smaller illuminated wayfinding panel reading 'Exit B2', realistic fluorescent ceiling panels with a few warmer accent bulbs, stainless steel trim, tiny scuffs and fingerprints, a lone yellow maintenance bicycle parked near a folding stool, stacked soda crates, poster board with local band flyers, subtle haze in the distance, no people, calm after-hours atmosphere, balanced composition, strong depth, faithful typography, photorealistic materials, premium image quality
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'xai:grok-imagine@image-quality',
positivePrompt: 'A hyper-detailed underground pedestrian tunnel converted into a nostalgic late-1980s vending corridor, cinematic realism, polished tiled floor reflecting colored machine lights, long receding perspective, rows of vintage drink and snack vending machines on both sides, each machine stocked with believable products behind glass, crisp readable labels and signage in English and Japanese, one large central sign reading \'MIDNIGHT SNACK PASSAGE\' and a smaller illuminated wayfinding panel reading \'Exit B2\', realistic fluorescent ceiling panels with a few warmer accent bulbs, stainless steel trim, tiny scuffs and fingerprints, a lone yellow maintenance bicycle parked near a folding stool, stacked soda crates, poster board with local band flyers, subtle haze in the distance, no people, calm after-hours atmosphere, balanced composition, strong depth, faithful typography, photorealistic materials, premium image quality',
width: 1280,
height: 896
})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": "xai:grok-imagine@image-quality",
"positivePrompt": "A hyper-detailed underground pedestrian tunnel converted into a nostalgic late-1980s vending corridor, cinematic realism, polished tiled floor reflecting colored machine lights, long receding perspective, rows of vintage drink and snack vending machines on both sides, each machine stocked with believable products behind glass, crisp readable labels and signage in English and Japanese, one large central sign reading 'MIDNIGHT SNACK PASSAGE' and a smaller illuminated wayfinding panel reading 'Exit B2', realistic fluorescent ceiling panels with a few warmer accent bulbs, stainless steel trim, tiny scuffs and fingerprints, a lone yellow maintenance bicycle parked near a folding stool, stacked soda crates, poster board with local band flyers, subtle haze in the distance, no people, calm after-hours atmosphere, balanced composition, strong depth, faithful typography, photorealistic materials, premium image quality",
"width": 1280,
"height": 896
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "43e654c5-9736-489c-a5ed-6791114e6f87",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "A hyper-detailed underground pedestrian tunnel converted into a nostalgic late-1980s vending corridor, cinematic realism, polished tiled floor reflecting colored machine lights, long receding perspective, rows of vintage drink and snack vending machines on both sides, each machine stocked with believable products behind glass, crisp readable labels and signage in English and Japanese, one large central sign reading 'MIDNIGHT SNACK PASSAGE' and a smaller illuminated wayfinding panel reading 'Exit B2', realistic fluorescent ceiling panels with a few warmer accent bulbs, stainless steel trim, tiny scuffs and fingerprints, a lone yellow maintenance bicycle parked near a folding stool, stacked soda crates, poster board with local band flyers, subtle haze in the distance, no people, calm after-hours atmosphere, balanced composition, strong depth, faithful typography, photorealistic materials, premium image quality",
"width": 1280,
"height": 896
}
]'runware run xai:grok-imagine@image-quality \
positivePrompt="A hyper-detailed underground pedestrian tunnel converted into a nostalgic late-1980s vending corridor, cinematic realism, polished tiled floor reflecting colored machine lights, long receding perspective, rows of vintage drink and snack vending machines on both sides, each machine stocked with believable products behind glass, crisp readable labels and signage in English and Japanese, one large central sign reading 'MIDNIGHT SNACK PASSAGE' and a smaller illuminated wayfinding panel reading 'Exit B2', realistic fluorescent ceiling panels with a few warmer accent bulbs, stainless steel trim, tiny scuffs and fingerprints, a lone yellow maintenance bicycle parked near a folding stool, stacked soda crates, poster board with local band flyers, subtle haze in the distance, no people, calm after-hours atmosphere, balanced composition, strong depth, faithful typography, photorealistic materials, premium image quality" \
width=1280 \
height=896{
"taskType": "imageInference",
"taskUUID": "43e654c5-9736-489c-a5ed-6791114e6f87",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "A hyper-detailed underground pedestrian tunnel converted into a nostalgic late-1980s vending corridor, cinematic realism, polished tiled floor reflecting colored machine lights, long receding perspective, rows of vintage drink and snack vending machines on both sides, each machine stocked with believable products behind glass, crisp readable labels and signage in English and Japanese, one large central sign reading 'MIDNIGHT SNACK PASSAGE' and a smaller illuminated wayfinding panel reading 'Exit B2', realistic fluorescent ceiling panels with a few warmer accent bulbs, stainless steel trim, tiny scuffs and fingerprints, a lone yellow maintenance bicycle parked near a folding stool, stacked soda crates, poster board with local band flyers, subtle haze in the distance, no people, calm after-hours atmosphere, balanced composition, strong depth, faithful typography, photorealistic materials, premium image quality",
"width": 1280,
"height": 896
}{
"taskType": "imageInference",
"taskUUID": "43e654c5-9736-489c-a5ed-6791114e6f87",
"imageUUID": "966538eb-4c4c-4bde-849b-60f0903e8580",
"imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/966538eb-4c4c-4bde-849b-60f0903e8580.jpg",
"seed": 1096604402,
"cost": 0.05
}Subterranean Saffron Archive Hall

Create a highly realistic cinematic scene inside a vast subterranean archive chamber inspired by the three reference images. Combine the amber stone reading hall, the saffron archivist wardrobe, and the catalog instruments into a single coherent composition. A solitary archivist stands beside a long indexing table covered with ceramic tags, rolled documents, and precision measuring tools, surrounded by ascending shelves cut into stone. Thin daylight beams from overhead shafts reveal floating dust and emphasize texture in limestone, leather, parchment, and brushed metal. Composition should feel premium, sharply detailed, grounded, and believable, with elegant color harmony of saffron, umber, charcoal, and warm gold. Editorial photography aesthetic, natural materials, deep scene depth, precise anatomy, crisp focus, subtle atmospheric haze, no text, no watermark.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'xai:grok-imagine@image-quality',
positivePrompt: 'Create a highly realistic cinematic scene inside a vast subterranean archive chamber inspired by the three reference images. Combine the amber stone reading hall, the saffron archivist wardrobe, and the catalog instruments into a single coherent composition. A solitary archivist stands beside a long indexing table covered with ceramic tags, rolled documents, and precision measuring tools, surrounded by ascending shelves cut into stone. Thin daylight beams from overhead shafts reveal floating dust and emphasize texture in limestone, leather, parchment, and brushed metal. Composition should feel premium, sharply detailed, grounded, and believable, with elegant color harmony of saffron, umber, charcoal, and warm gold. Editorial photography aesthetic, natural materials, deep scene depth, precise anatomy, crisp focus, subtle atmospheric haze, no text, no watermark.',
width: 1280,
height: 896,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/c4c8bda3-c69e-4b27-8811-c6eed620a7a1.jpg',
'https://assets.runware.ai/assets/inputs/74409710-909d-40ca-b9fe-4205bdb11114.jpg',
'https://assets.runware.ai/assets/inputs/827b7678-30bb-4175-aabb-b00ef3fc0023.jpg'
]
}
})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": "xai:grok-imagine@image-quality",
"positivePrompt": "Create a highly realistic cinematic scene inside a vast subterranean archive chamber inspired by the three reference images. Combine the amber stone reading hall, the saffron archivist wardrobe, and the catalog instruments into a single coherent composition. A solitary archivist stands beside a long indexing table covered with ceramic tags, rolled documents, and precision measuring tools, surrounded by ascending shelves cut into stone. Thin daylight beams from overhead shafts reveal floating dust and emphasize texture in limestone, leather, parchment, and brushed metal. Composition should feel premium, sharply detailed, grounded, and believable, with elegant color harmony of saffron, umber, charcoal, and warm gold. Editorial photography aesthetic, natural materials, deep scene depth, precise anatomy, crisp focus, subtle atmospheric haze, no text, no watermark.",
"width": 1280,
"height": 896,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/c4c8bda3-c69e-4b27-8811-c6eed620a7a1.jpg",
"https://assets.runware.ai/assets/inputs/74409710-909d-40ca-b9fe-4205bdb11114.jpg",
"https://assets.runware.ai/assets/inputs/827b7678-30bb-4175-aabb-b00ef3fc0023.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "4b7fae9e-d417-4713-89fa-879fe292d176",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "Create a highly realistic cinematic scene inside a vast subterranean archive chamber inspired by the three reference images. Combine the amber stone reading hall, the saffron archivist wardrobe, and the catalog instruments into a single coherent composition. A solitary archivist stands beside a long indexing table covered with ceramic tags, rolled documents, and precision measuring tools, surrounded by ascending shelves cut into stone. Thin daylight beams from overhead shafts reveal floating dust and emphasize texture in limestone, leather, parchment, and brushed metal. Composition should feel premium, sharply detailed, grounded, and believable, with elegant color harmony of saffron, umber, charcoal, and warm gold. Editorial photography aesthetic, natural materials, deep scene depth, precise anatomy, crisp focus, subtle atmospheric haze, no text, no watermark.",
"width": 1280,
"height": 896,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/c4c8bda3-c69e-4b27-8811-c6eed620a7a1.jpg",
"https://assets.runware.ai/assets/inputs/74409710-909d-40ca-b9fe-4205bdb11114.jpg",
"https://assets.runware.ai/assets/inputs/827b7678-30bb-4175-aabb-b00ef3fc0023.jpg"
]
}
}
]'runware run xai:grok-imagine@image-quality \
positivePrompt="Create a highly realistic cinematic scene inside a vast subterranean archive chamber inspired by the three reference images. Combine the amber stone reading hall, the saffron archivist wardrobe, and the catalog instruments into a single coherent composition. A solitary archivist stands beside a long indexing table covered with ceramic tags, rolled documents, and precision measuring tools, surrounded by ascending shelves cut into stone. Thin daylight beams from overhead shafts reveal floating dust and emphasize texture in limestone, leather, parchment, and brushed metal. Composition should feel premium, sharply detailed, grounded, and believable, with elegant color harmony of saffron, umber, charcoal, and warm gold. Editorial photography aesthetic, natural materials, deep scene depth, precise anatomy, crisp focus, subtle atmospheric haze, no text, no watermark." \
width=1280 \
height=896 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/c4c8bda3-c69e-4b27-8811-c6eed620a7a1.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/74409710-909d-40ca-b9fe-4205bdb11114.jpg \
inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/827b7678-30bb-4175-aabb-b00ef3fc0023.jpg{
"taskType": "imageInference",
"taskUUID": "4b7fae9e-d417-4713-89fa-879fe292d176",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "Create a highly realistic cinematic scene inside a vast subterranean archive chamber inspired by the three reference images. Combine the amber stone reading hall, the saffron archivist wardrobe, and the catalog instruments into a single coherent composition. A solitary archivist stands beside a long indexing table covered with ceramic tags, rolled documents, and precision measuring tools, surrounded by ascending shelves cut into stone. Thin daylight beams from overhead shafts reveal floating dust and emphasize texture in limestone, leather, parchment, and brushed metal. Composition should feel premium, sharply detailed, grounded, and believable, with elegant color harmony of saffron, umber, charcoal, and warm gold. Editorial photography aesthetic, natural materials, deep scene depth, precise anatomy, crisp focus, subtle atmospheric haze, no text, no watermark.",
"width": 1280,
"height": 896,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/c4c8bda3-c69e-4b27-8811-c6eed620a7a1.jpg",
"https://assets.runware.ai/assets/inputs/74409710-909d-40ca-b9fe-4205bdb11114.jpg",
"https://assets.runware.ai/assets/inputs/827b7678-30bb-4175-aabb-b00ef3fc0023.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "4b7fae9e-d417-4713-89fa-879fe292d176",
"imageUUID": "493eb0dd-a2ea-451a-a851-b0b341fb1543",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/493eb0dd-a2ea-451a-a851-b0b341fb1543.jpg",
"seed": 306695954,
"cost": 0.08
}Glass Atrium Orchid Runway

Ultra-realistic luxury fashion campaign scene based on the reference image: a poised model in an architectural ivory gown with brushed metal detailing stands on a polished stone walkway inside a vast botanical glass atrium, framed by cascading orchids, geometric planters, shallow reflective pools, and ribbed steel structure overhead. Crisp natural daylight filtered through glass panels, luminous skin tones, couture fabric micro-texture, elegant jewelry, high-end editorial styling, shallow depth of field, premium commercial photography, balanced symmetry, refined color grading, intricate realism, sophisticated atmosphere, immaculate visual clarity.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'xai:grok-imagine@image-quality',
positivePrompt: 'Ultra-realistic luxury fashion campaign scene based on the reference image: a poised model in an architectural ivory gown with brushed metal detailing stands on a polished stone walkway inside a vast botanical glass atrium, framed by cascading orchids, geometric planters, shallow reflective pools, and ribbed steel structure overhead. Crisp natural daylight filtered through glass panels, luminous skin tones, couture fabric micro-texture, elegant jewelry, high-end editorial styling, shallow depth of field, premium commercial photography, balanced symmetry, refined color grading, intricate realism, sophisticated atmosphere, immaculate visual clarity.',
width: 1280,
height: 896,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/897968d5-d7a0-4d99-a514-5f00f72d0e82.jpg'
]
}
})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": "xai:grok-imagine@image-quality",
"positivePrompt": "Ultra-realistic luxury fashion campaign scene based on the reference image: a poised model in an architectural ivory gown with brushed metal detailing stands on a polished stone walkway inside a vast botanical glass atrium, framed by cascading orchids, geometric planters, shallow reflective pools, and ribbed steel structure overhead. Crisp natural daylight filtered through glass panels, luminous skin tones, couture fabric micro-texture, elegant jewelry, high-end editorial styling, shallow depth of field, premium commercial photography, balanced symmetry, refined color grading, intricate realism, sophisticated atmosphere, immaculate visual clarity.",
"width": 1280,
"height": 896,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/897968d5-d7a0-4d99-a514-5f00f72d0e82.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "bfb658b3-321a-4439-b74a-dbd7f0a91677",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "Ultra-realistic luxury fashion campaign scene based on the reference image: a poised model in an architectural ivory gown with brushed metal detailing stands on a polished stone walkway inside a vast botanical glass atrium, framed by cascading orchids, geometric planters, shallow reflective pools, and ribbed steel structure overhead. Crisp natural daylight filtered through glass panels, luminous skin tones, couture fabric micro-texture, elegant jewelry, high-end editorial styling, shallow depth of field, premium commercial photography, balanced symmetry, refined color grading, intricate realism, sophisticated atmosphere, immaculate visual clarity.",
"width": 1280,
"height": 896,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/897968d5-d7a0-4d99-a514-5f00f72d0e82.jpg"
]
}
}
]'runware run xai:grok-imagine@image-quality \
positivePrompt="Ultra-realistic luxury fashion campaign scene based on the reference image: a poised model in an architectural ivory gown with brushed metal detailing stands on a polished stone walkway inside a vast botanical glass atrium, framed by cascading orchids, geometric planters, shallow reflective pools, and ribbed steel structure overhead. Crisp natural daylight filtered through glass panels, luminous skin tones, couture fabric micro-texture, elegant jewelry, high-end editorial styling, shallow depth of field, premium commercial photography, balanced symmetry, refined color grading, intricate realism, sophisticated atmosphere, immaculate visual clarity." \
width=1280 \
height=896 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/897968d5-d7a0-4d99-a514-5f00f72d0e82.jpg{
"taskType": "imageInference",
"taskUUID": "bfb658b3-321a-4439-b74a-dbd7f0a91677",
"model": "xai:grok-imagine@image-quality",
"positivePrompt": "Ultra-realistic luxury fashion campaign scene based on the reference image: a poised model in an architectural ivory gown with brushed metal detailing stands on a polished stone walkway inside a vast botanical glass atrium, framed by cascading orchids, geometric planters, shallow reflective pools, and ribbed steel structure overhead. Crisp natural daylight filtered through glass panels, luminous skin tones, couture fabric micro-texture, elegant jewelry, high-end editorial styling, shallow depth of field, premium commercial photography, balanced symmetry, refined color grading, intricate realism, sophisticated atmosphere, immaculate visual clarity.",
"width": 1280,
"height": 896,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/897968d5-d7a0-4d99-a514-5f00f72d0e82.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "bfb658b3-321a-4439-b74a-dbd7f0a91677",
"imageUUID": "9b51501b-d352-4a63-8789-6e5d61c4d5e4",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/9b51501b-d352-4a63-8789-6e5d61c4d5e4.jpg",
"seed": 1276533337,
"cost": 0.06
}