Nano Banana Pro

Nano Banana Pro (also known as Nano Banana 2) is a Gemini 3 Pro Image Preview model for controlled visual creation. It improves reasoning over lighting and camera angle. It supports high resolution output and multi image blending for production ready design workflows and creative tools.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Sail-Assisted Freighter Woodblock Feature

Create a finished art-style restyle of a contemporary maritime documentary photograph for the opening spread of a serious sustainability magazine. The subject is Canopée, the sail-assisted cargo vessel used to transport Ariane 6 rocket components between Europe and French Guiana. Use web search grounding to inspect recent, reputable 2026 sources and publicly available photographs, confirming the vessel's current exterior configuration, hull proportions, deck equipment, distinctive articulated OceanWings sails, and overall appearance. If recent sources differ from details in this brief, follow the best-supported current visual information. Translate the scene completely into an authentic late-Edo Japanese mokuhanga woodblock aesthetic rather than producing a photographic image with a superficial filter. Show the ship in a broad three-quarter profile, moving from left to right through rolling Atlantic water, with its full silhouette and sail system clearly readable. Preserve the engineering credibility of the real vessel: believable hull geometry, correct placement and scale of the rigid wing sails, convincing deck structure, and physically coherent wind direction. A low viewpoint near the water should make the working ship feel purposeful and monumental without turning it into fantasy. Use hand-carved contour lines, visible registration character, flattened shapes, restrained tonal layering, fibrous warm mulberry-paper texture, and rhythmic wave patterns. Palette: deep Prussian blue, muted teal, weathered cream, persimmon orange, charcoal, and small touches of pale sea-foam green. Render the sky with broad horizontal cloud bands and subtle bokashi gradients. Let white spray cut sharply across the dark water. The mood is disciplined, optimistic, windswept, and industrial rather than nostalgic or whimsical. Landscape editorial composition at 1376x768. Keep the ship across the lower-middle portion of the frame and leave calm, lightly textured sky in the upper-left area as practical negative space for magazine typography that will be added later. Deliver only the standalone artwork: no headline, caption, border, seal, signature, logo treatment, UI, mockup, or added lettering. Do not invent machinery, extra sails, futuristic structures, or decorative maritime symbols. The result should read immediately as a professionally commissioned woodblock restyle of a current real-world press photograph.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'google:4@2',
positivePrompt: 'Create a finished art-style restyle of a contemporary maritime documentary photograph for the opening spread of a serious sustainability magazine. The subject is Canopée, the sail-assisted cargo vessel used to transport Ariane 6 rocket components between Europe and French Guiana. Use web search grounding to inspect recent, reputable 2026 sources and publicly available photographs, confirming the vessel\'s current exterior configuration, hull proportions, deck equipment, distinctive articulated OceanWings sails, and overall appearance. If recent sources differ from details in this brief, follow the best-supported current visual information.\n\nTranslate the scene completely into an authentic late-Edo Japanese mokuhanga woodblock aesthetic rather than producing a photographic image with a superficial filter. Show the ship in a broad three-quarter profile, moving from left to right through rolling Atlantic water, with its full silhouette and sail system clearly readable. Preserve the engineering credibility of the real vessel: believable hull geometry, correct placement and scale of the rigid wing sails, convincing deck structure, and physically coherent wind direction. A low viewpoint near the water should make the working ship feel purposeful and monumental without turning it into fantasy.\n\nUse hand-carved contour lines, visible registration character, flattened shapes, restrained tonal layering, fibrous warm mulberry-paper texture, and rhythmic wave patterns. Palette: deep Prussian blue, muted teal, weathered cream, persimmon orange, charcoal, and small touches of pale sea-foam green. Render the sky with broad horizontal cloud bands and subtle bokashi gradients. Let white spray cut sharply across the dark water. The mood is disciplined, optimistic, windswept, and industrial rather than nostalgic or whimsical.\n\nLandscape editorial composition at 1376x768. Keep the ship across the lower-middle portion of the frame and leave calm, lightly textured sky in the upper-left area as practical negative space for magazine typography that will be added later. Deliver only the standalone artwork: no headline, caption, border, seal, signature, logo treatment, UI, mockup, or added lettering. Do not invent machinery, extra sails, futuristic structures, or decorative maritime symbols. The result should read immediately as a professionally commissioned woodblock restyle of a current real-world press photograph.',
width: 1376,
height: 768,
providerSettings: {
google: {
webSearch: true
}
}
})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": "google:4@2",
"positivePrompt": "Create a finished art-style restyle of a contemporary maritime documentary photograph for the opening spread of a serious sustainability magazine. The subject is Canopée, the sail-assisted cargo vessel used to transport Ariane 6 rocket components between Europe and French Guiana. Use web search grounding to inspect recent, reputable 2026 sources and publicly available photographs, confirming the vessel's current exterior configuration, hull proportions, deck equipment, distinctive articulated OceanWings sails, and overall appearance. If recent sources differ from details in this brief, follow the best-supported current visual information.\n\nTranslate the scene completely into an authentic late-Edo Japanese mokuhanga woodblock aesthetic rather than producing a photographic image with a superficial filter. Show the ship in a broad three-quarter profile, moving from left to right through rolling Atlantic water, with its full silhouette and sail system clearly readable. Preserve the engineering credibility of the real vessel: believable hull geometry, correct placement and scale of the rigid wing sails, convincing deck structure, and physically coherent wind direction. A low viewpoint near the water should make the working ship feel purposeful and monumental without turning it into fantasy.\n\nUse hand-carved contour lines, visible registration character, flattened shapes, restrained tonal layering, fibrous warm mulberry-paper texture, and rhythmic wave patterns. Palette: deep Prussian blue, muted teal, weathered cream, persimmon orange, charcoal, and small touches of pale sea-foam green. Render the sky with broad horizontal cloud bands and subtle bokashi gradients. Let white spray cut sharply across the dark water. The mood is disciplined, optimistic, windswept, and industrial rather than nostalgic or whimsical.\n\nLandscape editorial composition at 1376x768. Keep the ship across the lower-middle portion of the frame and leave calm, lightly textured sky in the upper-left area as practical negative space for magazine typography that will be added later. Deliver only the standalone artwork: no headline, caption, border, seal, signature, logo treatment, UI, mockup, or added lettering. Do not invent machinery, extra sails, futuristic structures, or decorative maritime symbols. The result should read immediately as a professionally commissioned woodblock restyle of a current real-world press photograph.",
"width": 1376,
"height": 768,
"providerSettings": {
"google": {
"webSearch": True
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "adcab35d-0d97-4b57-80ba-ad7600f439ae",
"model": "google:4@2",
"positivePrompt": "Create a finished art-style restyle of a contemporary maritime documentary photograph for the opening spread of a serious sustainability magazine. The subject is Canopée, the sail-assisted cargo vessel used to transport Ariane 6 rocket components between Europe and French Guiana. Use web search grounding to inspect recent, reputable 2026 sources and publicly available photographs, confirming the vessel's current exterior configuration, hull proportions, deck equipment, distinctive articulated OceanWings sails, and overall appearance. If recent sources differ from details in this brief, follow the best-supported current visual information.\n\nTranslate the scene completely into an authentic late-Edo Japanese mokuhanga woodblock aesthetic rather than producing a photographic image with a superficial filter. Show the ship in a broad three-quarter profile, moving from left to right through rolling Atlantic water, with its full silhouette and sail system clearly readable. Preserve the engineering credibility of the real vessel: believable hull geometry, correct placement and scale of the rigid wing sails, convincing deck structure, and physically coherent wind direction. A low viewpoint near the water should make the working ship feel purposeful and monumental without turning it into fantasy.\n\nUse hand-carved contour lines, visible registration character, flattened shapes, restrained tonal layering, fibrous warm mulberry-paper texture, and rhythmic wave patterns. Palette: deep Prussian blue, muted teal, weathered cream, persimmon orange, charcoal, and small touches of pale sea-foam green. Render the sky with broad horizontal cloud bands and subtle bokashi gradients. Let white spray cut sharply across the dark water. The mood is disciplined, optimistic, windswept, and industrial rather than nostalgic or whimsical.\n\nLandscape editorial composition at 1376x768. Keep the ship across the lower-middle portion of the frame and leave calm, lightly textured sky in the upper-left area as practical negative space for magazine typography that will be added later. Deliver only the standalone artwork: no headline, caption, border, seal, signature, logo treatment, UI, mockup, or added lettering. Do not invent machinery, extra sails, futuristic structures, or decorative maritime symbols. The result should read immediately as a professionally commissioned woodblock restyle of a current real-world press photograph.",
"width": 1376,
"height": 768,
"providerSettings": {
"google": {
"webSearch": true
}
}
}
]'runware run google:4@2 \
positivePrompt="Create a finished art-style restyle of a contemporary maritime documentary photograph for the opening spread of a serious sustainability magazine. The subject is Canopée, the sail-assisted cargo vessel used to transport Ariane 6 rocket components between Europe and French Guiana. Use web search grounding to inspect recent, reputable 2026 sources and publicly available photographs, confirming the vessel's current exterior configuration, hull proportions, deck equipment, distinctive articulated OceanWings sails, and overall appearance. If recent sources differ from details in this brief, follow the best-supported current visual information.
Translate the scene completely into an authentic late-Edo Japanese mokuhanga woodblock aesthetic rather than producing a photographic image with a superficial filter. Show the ship in a broad three-quarter profile, moving from left to right through rolling Atlantic water, with its full silhouette and sail system clearly readable. Preserve the engineering credibility of the real vessel: believable hull geometry, correct placement and scale of the rigid wing sails, convincing deck structure, and physically coherent wind direction. A low viewpoint near the water should make the working ship feel purposeful and monumental without turning it into fantasy.
Use hand-carved contour lines, visible registration character, flattened shapes, restrained tonal layering, fibrous warm mulberry-paper texture, and rhythmic wave patterns. Palette: deep Prussian blue, muted teal, weathered cream, persimmon orange, charcoal, and small touches of pale sea-foam green. Render the sky with broad horizontal cloud bands and subtle bokashi gradients. Let white spray cut sharply across the dark water. The mood is disciplined, optimistic, windswept, and industrial rather than nostalgic or whimsical.
Landscape editorial composition at 1376x768. Keep the ship across the lower-middle portion of the frame and leave calm, lightly textured sky in the upper-left area as practical negative space for magazine typography that will be added later. Deliver only the standalone artwork: no headline, caption, border, seal, signature, logo treatment, UI, mockup, or added lettering. Do not invent machinery, extra sails, futuristic structures, or decorative maritime symbols. The result should read immediately as a professionally commissioned woodblock restyle of a current real-world press photograph." \
width=1376 \
height=768 \
providerSettings.google.webSearch=true{
"taskType": "imageInference",
"taskUUID": "adcab35d-0d97-4b57-80ba-ad7600f439ae",
"model": "google:4@2",
"positivePrompt": "Create a finished art-style restyle of a contemporary maritime documentary photograph for the opening spread of a serious sustainability magazine. The subject is Canopée, the sail-assisted cargo vessel used to transport Ariane 6 rocket components between Europe and French Guiana. Use web search grounding to inspect recent, reputable 2026 sources and publicly available photographs, confirming the vessel's current exterior configuration, hull proportions, deck equipment, distinctive articulated OceanWings sails, and overall appearance. If recent sources differ from details in this brief, follow the best-supported current visual information.\n\nTranslate the scene completely into an authentic late-Edo Japanese mokuhanga woodblock aesthetic rather than producing a photographic image with a superficial filter. Show the ship in a broad three-quarter profile, moving from left to right through rolling Atlantic water, with its full silhouette and sail system clearly readable. Preserve the engineering credibility of the real vessel: believable hull geometry, correct placement and scale of the rigid wing sails, convincing deck structure, and physically coherent wind direction. A low viewpoint near the water should make the working ship feel purposeful and monumental without turning it into fantasy.\n\nUse hand-carved contour lines, visible registration character, flattened shapes, restrained tonal layering, fibrous warm mulberry-paper texture, and rhythmic wave patterns. Palette: deep Prussian blue, muted teal, weathered cream, persimmon orange, charcoal, and small touches of pale sea-foam green. Render the sky with broad horizontal cloud bands and subtle bokashi gradients. Let white spray cut sharply across the dark water. The mood is disciplined, optimistic, windswept, and industrial rather than nostalgic or whimsical.\n\nLandscape editorial composition at 1376x768. Keep the ship across the lower-middle portion of the frame and leave calm, lightly textured sky in the upper-left area as practical negative space for magazine typography that will be added later. Deliver only the standalone artwork: no headline, caption, border, seal, signature, logo treatment, UI, mockup, or added lettering. Do not invent machinery, extra sails, futuristic structures, or decorative maritime symbols. The result should read immediately as a professionally commissioned woodblock restyle of a current real-world press photograph.",
"width": 1376,
"height": 768,
"providerSettings": {
"google": {
"webSearch": true
}
}
}{
"taskType": "imageInference",
"taskUUID": "adcab35d-0d97-4b57-80ba-ad7600f439ae",
"imageUUID": "06e63e2b-e49d-4383-8851-5e0b1129bb4a",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/06e63e2b-e49d-4383-8851-5e0b1129bb4a.jpg",
"seed": 1693580580,
"cost": 0.138
}Semiquincentennial Numismatics Magazine Cover

Create a finished, edge-to-edge landscape digital magazine cover for a serious contemporary numismatics publication. Before composing, use web search grounding to consult the latest official U.S. Mint sources for the finalized 2026 United States Semiquincentennial circulating coin designs. Accurately reproduce only officially confirmed 2026 designs, denominations, portraits, symbols, dates, inscriptions, metallic colors, reeded or smooth edges, and relative coin sizes; do not invent a coin or mix in rejected design proposals. Art direction: sophisticated editorial macro still life rather than generic patriotic advertising. Arrange a small selection of the most visually distinctive confirmed 2026 coins across charcoal-gray archival felt, with some lying flat and others subtly raised on nearly invisible museum mounts so both obverse and reverse designs can be seen. The principal coin occupies the right-center and appears exceptionally crisp, tactile, and materially convincing. Use low, raking studio light from the upper left to reveal relief, mint texture, fine scratches, copper warmth, cool nickel, and restrained golden alloy tones. Deep graphite shadows, muted oxblood accents, warm metal highlights, disciplined museum-catalog atmosphere. Include a faint embossed contour-line pattern derived from the continental United States in the background, understated and abstract rather than a literal flag. No fireworks, waving flags, eagles added for decoration, confetti, hands, plastic coin capsules, price stickers, mockup frame, device, webpage, or interface. Build a clear premium magazine-cover hierarchy directly into the image. Set the publication masthead across the upper left in large condensed cream sans-serif capitals: “MINTMARK”. Beneath it, small widely spaced text: “FALL 2026 • THE COLLECTOR’S QUARTERLY”. Place the main headline in the open left-center area, exactly: “AMERICA AT 250”. Below it, in smaller type: “THE NEW COINS, EXPLAINED”. Add one compact footer line: “DESIGN • HISTORY • COLLECTING”. Include “1776—2026” as a small copper-colored detail near the principal coin. Use only this specified editorial copy and text that is physically part of the accurately depicted official coins; no extra headlines, fake dates, prices, barcode, logos, seals, or filler text. Lettering must be correctly spelled, clean, sharp, aligned, and fully legible. Compose specifically for 1376x768 landscape with generous safe margins. Keep the left third relatively quiet for cover typography, place the coin grouping through the center and right, and preserve strong visual balance at thumbnail size. Photorealistic metal rendering, exact overhead three-quarter camera geometry, controlled depth of field with every important coin face readable, premium print-editorial color grading, restrained and authoritative mood. Deliver the standalone cover artwork itself, not a magazine photographed on a table and not a presentation 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: 'google:4@2',
positivePrompt: 'Create a finished, edge-to-edge landscape digital magazine cover for a serious contemporary numismatics publication. Before composing, use web search grounding to consult the latest official U.S. Mint sources for the finalized 2026 United States Semiquincentennial circulating coin designs. Accurately reproduce only officially confirmed 2026 designs, denominations, portraits, symbols, dates, inscriptions, metallic colors, reeded or smooth edges, and relative coin sizes; do not invent a coin or mix in rejected design proposals.\n\nArt direction: sophisticated editorial macro still life rather than generic patriotic advertising. Arrange a small selection of the most visually distinctive confirmed 2026 coins across charcoal-gray archival felt, with some lying flat and others subtly raised on nearly invisible museum mounts so both obverse and reverse designs can be seen. The principal coin occupies the right-center and appears exceptionally crisp, tactile, and materially convincing. Use low, raking studio light from the upper left to reveal relief, mint texture, fine scratches, copper warmth, cool nickel, and restrained golden alloy tones. Deep graphite shadows, muted oxblood accents, warm metal highlights, disciplined museum-catalog atmosphere. Include a faint embossed contour-line pattern derived from the continental United States in the background, understated and abstract rather than a literal flag. No fireworks, waving flags, eagles added for decoration, confetti, hands, plastic coin capsules, price stickers, mockup frame, device, webpage, or interface.\n\nBuild a clear premium magazine-cover hierarchy directly into the image. Set the publication masthead across the upper left in large condensed cream sans-serif capitals: “MINTMARK”. Beneath it, small widely spaced text: “FALL 2026 • THE COLLECTOR’S QUARTERLY”. Place the main headline in the open left-center area, exactly: “AMERICA AT 250”. Below it, in smaller type: “THE NEW COINS, EXPLAINED”. Add one compact footer line: “DESIGN • HISTORY • COLLECTING”. Include “1776—2026” as a small copper-colored detail near the principal coin. Use only this specified editorial copy and text that is physically part of the accurately depicted official coins; no extra headlines, fake dates, prices, barcode, logos, seals, or filler text. Lettering must be correctly spelled, clean, sharp, aligned, and fully legible.\n\nCompose specifically for 1376x768 landscape with generous safe margins. Keep the left third relatively quiet for cover typography, place the coin grouping through the center and right, and preserve strong visual balance at thumbnail size. Photorealistic metal rendering, exact overhead three-quarter camera geometry, controlled depth of field with every important coin face readable, premium print-editorial color grading, restrained and authoritative mood. Deliver the standalone cover artwork itself, not a magazine photographed on a table and not a presentation mockup.',
width: 1376,
height: 768,
providerSettings: {
google: {
webSearch: true
}
}
})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": "google:4@2",
"positivePrompt": "Create a finished, edge-to-edge landscape digital magazine cover for a serious contemporary numismatics publication. Before composing, use web search grounding to consult the latest official U.S. Mint sources for the finalized 2026 United States Semiquincentennial circulating coin designs. Accurately reproduce only officially confirmed 2026 designs, denominations, portraits, symbols, dates, inscriptions, metallic colors, reeded or smooth edges, and relative coin sizes; do not invent a coin or mix in rejected design proposals.\n\nArt direction: sophisticated editorial macro still life rather than generic patriotic advertising. Arrange a small selection of the most visually distinctive confirmed 2026 coins across charcoal-gray archival felt, with some lying flat and others subtly raised on nearly invisible museum mounts so both obverse and reverse designs can be seen. The principal coin occupies the right-center and appears exceptionally crisp, tactile, and materially convincing. Use low, raking studio light from the upper left to reveal relief, mint texture, fine scratches, copper warmth, cool nickel, and restrained golden alloy tones. Deep graphite shadows, muted oxblood accents, warm metal highlights, disciplined museum-catalog atmosphere. Include a faint embossed contour-line pattern derived from the continental United States in the background, understated and abstract rather than a literal flag. No fireworks, waving flags, eagles added for decoration, confetti, hands, plastic coin capsules, price stickers, mockup frame, device, webpage, or interface.\n\nBuild a clear premium magazine-cover hierarchy directly into the image. Set the publication masthead across the upper left in large condensed cream sans-serif capitals: “MINTMARK”. Beneath it, small widely spaced text: “FALL 2026 • THE COLLECTOR’S QUARTERLY”. Place the main headline in the open left-center area, exactly: “AMERICA AT 250”. Below it, in smaller type: “THE NEW COINS, EXPLAINED”. Add one compact footer line: “DESIGN • HISTORY • COLLECTING”. Include “1776—2026” as a small copper-colored detail near the principal coin. Use only this specified editorial copy and text that is physically part of the accurately depicted official coins; no extra headlines, fake dates, prices, barcode, logos, seals, or filler text. Lettering must be correctly spelled, clean, sharp, aligned, and fully legible.\n\nCompose specifically for 1376x768 landscape with generous safe margins. Keep the left third relatively quiet for cover typography, place the coin grouping through the center and right, and preserve strong visual balance at thumbnail size. Photorealistic metal rendering, exact overhead three-quarter camera geometry, controlled depth of field with every important coin face readable, premium print-editorial color grading, restrained and authoritative mood. Deliver the standalone cover artwork itself, not a magazine photographed on a table and not a presentation mockup.",
"width": 1376,
"height": 768,
"providerSettings": {
"google": {
"webSearch": True
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "71074db1-95f3-49ed-97c1-ff045932dfaa",
"model": "google:4@2",
"positivePrompt": "Create a finished, edge-to-edge landscape digital magazine cover for a serious contemporary numismatics publication. Before composing, use web search grounding to consult the latest official U.S. Mint sources for the finalized 2026 United States Semiquincentennial circulating coin designs. Accurately reproduce only officially confirmed 2026 designs, denominations, portraits, symbols, dates, inscriptions, metallic colors, reeded or smooth edges, and relative coin sizes; do not invent a coin or mix in rejected design proposals.\n\nArt direction: sophisticated editorial macro still life rather than generic patriotic advertising. Arrange a small selection of the most visually distinctive confirmed 2026 coins across charcoal-gray archival felt, with some lying flat and others subtly raised on nearly invisible museum mounts so both obverse and reverse designs can be seen. The principal coin occupies the right-center and appears exceptionally crisp, tactile, and materially convincing. Use low, raking studio light from the upper left to reveal relief, mint texture, fine scratches, copper warmth, cool nickel, and restrained golden alloy tones. Deep graphite shadows, muted oxblood accents, warm metal highlights, disciplined museum-catalog atmosphere. Include a faint embossed contour-line pattern derived from the continental United States in the background, understated and abstract rather than a literal flag. No fireworks, waving flags, eagles added for decoration, confetti, hands, plastic coin capsules, price stickers, mockup frame, device, webpage, or interface.\n\nBuild a clear premium magazine-cover hierarchy directly into the image. Set the publication masthead across the upper left in large condensed cream sans-serif capitals: “MINTMARK”. Beneath it, small widely spaced text: “FALL 2026 • THE COLLECTOR’S QUARTERLY”. Place the main headline in the open left-center area, exactly: “AMERICA AT 250”. Below it, in smaller type: “THE NEW COINS, EXPLAINED”. Add one compact footer line: “DESIGN • HISTORY • COLLECTING”. Include “1776—2026” as a small copper-colored detail near the principal coin. Use only this specified editorial copy and text that is physically part of the accurately depicted official coins; no extra headlines, fake dates, prices, barcode, logos, seals, or filler text. Lettering must be correctly spelled, clean, sharp, aligned, and fully legible.\n\nCompose specifically for 1376x768 landscape with generous safe margins. Keep the left third relatively quiet for cover typography, place the coin grouping through the center and right, and preserve strong visual balance at thumbnail size. Photorealistic metal rendering, exact overhead three-quarter camera geometry, controlled depth of field with every important coin face readable, premium print-editorial color grading, restrained and authoritative mood. Deliver the standalone cover artwork itself, not a magazine photographed on a table and not a presentation mockup.",
"width": 1376,
"height": 768,
"providerSettings": {
"google": {
"webSearch": true
}
}
}
]'runware run google:4@2 \
positivePrompt="Create a finished, edge-to-edge landscape digital magazine cover for a serious contemporary numismatics publication. Before composing, use web search grounding to consult the latest official U.S. Mint sources for the finalized 2026 United States Semiquincentennial circulating coin designs. Accurately reproduce only officially confirmed 2026 designs, denominations, portraits, symbols, dates, inscriptions, metallic colors, reeded or smooth edges, and relative coin sizes; do not invent a coin or mix in rejected design proposals.
Art direction: sophisticated editorial macro still life rather than generic patriotic advertising. Arrange a small selection of the most visually distinctive confirmed 2026 coins across charcoal-gray archival felt, with some lying flat and others subtly raised on nearly invisible museum mounts so both obverse and reverse designs can be seen. The principal coin occupies the right-center and appears exceptionally crisp, tactile, and materially convincing. Use low, raking studio light from the upper left to reveal relief, mint texture, fine scratches, copper warmth, cool nickel, and restrained golden alloy tones. Deep graphite shadows, muted oxblood accents, warm metal highlights, disciplined museum-catalog atmosphere. Include a faint embossed contour-line pattern derived from the continental United States in the background, understated and abstract rather than a literal flag. No fireworks, waving flags, eagles added for decoration, confetti, hands, plastic coin capsules, price stickers, mockup frame, device, webpage, or interface.
Build a clear premium magazine-cover hierarchy directly into the image. Set the publication masthead across the upper left in large condensed cream sans-serif capitals: “MINTMARK”. Beneath it, small widely spaced text: “FALL 2026 • THE COLLECTOR’S QUARTERLY”. Place the main headline in the open left-center area, exactly: “AMERICA AT 250”. Below it, in smaller type: “THE NEW COINS, EXPLAINED”. Add one compact footer line: “DESIGN • HISTORY • COLLECTING”. Include “1776—2026” as a small copper-colored detail near the principal coin. Use only this specified editorial copy and text that is physically part of the accurately depicted official coins; no extra headlines, fake dates, prices, barcode, logos, seals, or filler text. Lettering must be correctly spelled, clean, sharp, aligned, and fully legible.
Compose specifically for 1376x768 landscape with generous safe margins. Keep the left third relatively quiet for cover typography, place the coin grouping through the center and right, and preserve strong visual balance at thumbnail size. Photorealistic metal rendering, exact overhead three-quarter camera geometry, controlled depth of field with every important coin face readable, premium print-editorial color grading, restrained and authoritative mood. Deliver the standalone cover artwork itself, not a magazine photographed on a table and not a presentation mockup." \
width=1376 \
height=768 \
providerSettings.google.webSearch=true{
"taskType": "imageInference",
"taskUUID": "71074db1-95f3-49ed-97c1-ff045932dfaa",
"model": "google:4@2",
"positivePrompt": "Create a finished, edge-to-edge landscape digital magazine cover for a serious contemporary numismatics publication. Before composing, use web search grounding to consult the latest official U.S. Mint sources for the finalized 2026 United States Semiquincentennial circulating coin designs. Accurately reproduce only officially confirmed 2026 designs, denominations, portraits, symbols, dates, inscriptions, metallic colors, reeded or smooth edges, and relative coin sizes; do not invent a coin or mix in rejected design proposals.\n\nArt direction: sophisticated editorial macro still life rather than generic patriotic advertising. Arrange a small selection of the most visually distinctive confirmed 2026 coins across charcoal-gray archival felt, with some lying flat and others subtly raised on nearly invisible museum mounts so both obverse and reverse designs can be seen. The principal coin occupies the right-center and appears exceptionally crisp, tactile, and materially convincing. Use low, raking studio light from the upper left to reveal relief, mint texture, fine scratches, copper warmth, cool nickel, and restrained golden alloy tones. Deep graphite shadows, muted oxblood accents, warm metal highlights, disciplined museum-catalog atmosphere. Include a faint embossed contour-line pattern derived from the continental United States in the background, understated and abstract rather than a literal flag. No fireworks, waving flags, eagles added for decoration, confetti, hands, plastic coin capsules, price stickers, mockup frame, device, webpage, or interface.\n\nBuild a clear premium magazine-cover hierarchy directly into the image. Set the publication masthead across the upper left in large condensed cream sans-serif capitals: “MINTMARK”. Beneath it, small widely spaced text: “FALL 2026 • THE COLLECTOR’S QUARTERLY”. Place the main headline in the open left-center area, exactly: “AMERICA AT 250”. Below it, in smaller type: “THE NEW COINS, EXPLAINED”. Add one compact footer line: “DESIGN • HISTORY • COLLECTING”. Include “1776—2026” as a small copper-colored detail near the principal coin. Use only this specified editorial copy and text that is physically part of the accurately depicted official coins; no extra headlines, fake dates, prices, barcode, logos, seals, or filler text. Lettering must be correctly spelled, clean, sharp, aligned, and fully legible.\n\nCompose specifically for 1376x768 landscape with generous safe margins. Keep the left third relatively quiet for cover typography, place the coin grouping through the center and right, and preserve strong visual balance at thumbnail size. Photorealistic metal rendering, exact overhead three-quarter camera geometry, controlled depth of field with every important coin face readable, premium print-editorial color grading, restrained and authoritative mood. Deliver the standalone cover artwork itself, not a magazine photographed on a table and not a presentation mockup.",
"width": 1376,
"height": 768,
"providerSettings": {
"google": {
"webSearch": true
}
}
}{
"taskType": "imageInference",
"taskUUID": "71074db1-95f3-49ed-97c1-ff045932dfaa",
"imageUUID": "cc816d50-4ca0-4e8a-995e-58b4bfe1f64f",
"imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/cc816d50-4ca0-4e8a-995e-58b4bfe1f64f.jpg",
"seed": 1232324020,
"cost": 0.138
}Master Bell Tuner Headshot

Create a finished, publication-ready environmental headshot by retouching and enhancing the woman in reference image 1 and meaningfully incorporating the authentic foundry environment, bronze surfaces, patina colors and mixed warm-and-cool lighting from reference image 2. Reference image 1 is the non-negotiable source of identity: preserve her exact facial structure, age, expression, skin tone, eye shape, nose, lips, gray-streaked locs, clear safety glasses, body proportions and charcoal chore coat. Do not idealize, de-age or change her ethnicity. Apply restrained professional portrait retouching: balance exposure and white balance, recover natural eye detail, reduce distracting glare in the glasses while keeping the lenses believable, soften only temporary blemishes and excess shine, gently reduce under-eye fatigue, tidy a few stray hairs and preserve pores, smile lines, natural asymmetry and mature skin texture. Compose a vertical chest-up headshot with comfortable space above the hair and shoulders, as if photographed with an 85mm portrait lens at eye level. Keep both eyes and the face critically sharp. Refine the background using the visual information from reference image 2: place the large bronze bell off-center behind her as a recognizable but softly defocused shape, with restrained turquoise patina accents, dark timber and a hint of tuning tools. Match the background perspective, light direction and color spill to the subject so the result reads as one real photograph rather than a cutout or composite. Use soft cool window light as the key, subtle warm reflected furnace light along one cheek and shoulder, and controlled shadow detail. The overall palette is charcoal, aged bronze, muted verdigris and warm amber. Mood: grounded, expert, dignified and quietly authoritative, suitable for a craft guild profile, museum press kit or editorial contributor biography. Premium documentary portrait photography, realistic optics, natural depth of field, clean tonal separation, no glamour styling, no excessive skin smoothing, no face reshaping, no added jewelry, no text, no logos, no signage, no frame and no graphic layout.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'google:4@2',
positivePrompt: 'Create a finished, publication-ready environmental headshot by retouching and enhancing the woman in reference image 1 and meaningfully incorporating the authentic foundry environment, bronze surfaces, patina colors and mixed warm-and-cool lighting from reference image 2. Reference image 1 is the non-negotiable source of identity: preserve her exact facial structure, age, expression, skin tone, eye shape, nose, lips, gray-streaked locs, clear safety glasses, body proportions and charcoal chore coat. Do not idealize, de-age or change her ethnicity. Apply restrained professional portrait retouching: balance exposure and white balance, recover natural eye detail, reduce distracting glare in the glasses while keeping the lenses believable, soften only temporary blemishes and excess shine, gently reduce under-eye fatigue, tidy a few stray hairs and preserve pores, smile lines, natural asymmetry and mature skin texture.\n\nCompose a vertical chest-up headshot with comfortable space above the hair and shoulders, as if photographed with an 85mm portrait lens at eye level. Keep both eyes and the face critically sharp. Refine the background using the visual information from reference image 2: place the large bronze bell off-center behind her as a recognizable but softly defocused shape, with restrained turquoise patina accents, dark timber and a hint of tuning tools. Match the background perspective, light direction and color spill to the subject so the result reads as one real photograph rather than a cutout or composite. Use soft cool window light as the key, subtle warm reflected furnace light along one cheek and shoulder, and controlled shadow detail. The overall palette is charcoal, aged bronze, muted verdigris and warm amber. Mood: grounded, expert, dignified and quietly authoritative, suitable for a craft guild profile, museum press kit or editorial contributor biography. Premium documentary portrait photography, realistic optics, natural depth of field, clean tonal separation, no glamour styling, no excessive skin smoothing, no face reshaping, no added jewelry, no text, no logos, no signage, no frame and no graphic layout.',
resolution: '2K',
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/58646a22-95f2-4306-b6ad-4fbff4dee480.jpg',
'https://assets.runware.ai/assets/inputs/fc9dad72-8db0-4e70-a955-7a06a5e61538.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": "google:4@2",
"positivePrompt": "Create a finished, publication-ready environmental headshot by retouching and enhancing the woman in reference image 1 and meaningfully incorporating the authentic foundry environment, bronze surfaces, patina colors and mixed warm-and-cool lighting from reference image 2. Reference image 1 is the non-negotiable source of identity: preserve her exact facial structure, age, expression, skin tone, eye shape, nose, lips, gray-streaked locs, clear safety glasses, body proportions and charcoal chore coat. Do not idealize, de-age or change her ethnicity. Apply restrained professional portrait retouching: balance exposure and white balance, recover natural eye detail, reduce distracting glare in the glasses while keeping the lenses believable, soften only temporary blemishes and excess shine, gently reduce under-eye fatigue, tidy a few stray hairs and preserve pores, smile lines, natural asymmetry and mature skin texture.\n\nCompose a vertical chest-up headshot with comfortable space above the hair and shoulders, as if photographed with an 85mm portrait lens at eye level. Keep both eyes and the face critically sharp. Refine the background using the visual information from reference image 2: place the large bronze bell off-center behind her as a recognizable but softly defocused shape, with restrained turquoise patina accents, dark timber and a hint of tuning tools. Match the background perspective, light direction and color spill to the subject so the result reads as one real photograph rather than a cutout or composite. Use soft cool window light as the key, subtle warm reflected furnace light along one cheek and shoulder, and controlled shadow detail. The overall palette is charcoal, aged bronze, muted verdigris and warm amber. Mood: grounded, expert, dignified and quietly authoritative, suitable for a craft guild profile, museum press kit or editorial contributor biography. Premium documentary portrait photography, realistic optics, natural depth of field, clean tonal separation, no glamour styling, no excessive skin smoothing, no face reshaping, no added jewelry, no text, no logos, no signage, no frame and no graphic layout.",
"resolution": "2K",
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/58646a22-95f2-4306-b6ad-4fbff4dee480.jpg",
"https://assets.runware.ai/assets/inputs/fc9dad72-8db0-4e70-a955-7a06a5e61538.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": "41c3a5e5-0465-4d67-8ebf-37b0f00de99e",
"model": "google:4@2",
"positivePrompt": "Create a finished, publication-ready environmental headshot by retouching and enhancing the woman in reference image 1 and meaningfully incorporating the authentic foundry environment, bronze surfaces, patina colors and mixed warm-and-cool lighting from reference image 2. Reference image 1 is the non-negotiable source of identity: preserve her exact facial structure, age, expression, skin tone, eye shape, nose, lips, gray-streaked locs, clear safety glasses, body proportions and charcoal chore coat. Do not idealize, de-age or change her ethnicity. Apply restrained professional portrait retouching: balance exposure and white balance, recover natural eye detail, reduce distracting glare in the glasses while keeping the lenses believable, soften only temporary blemishes and excess shine, gently reduce under-eye fatigue, tidy a few stray hairs and preserve pores, smile lines, natural asymmetry and mature skin texture.\n\nCompose a vertical chest-up headshot with comfortable space above the hair and shoulders, as if photographed with an 85mm portrait lens at eye level. Keep both eyes and the face critically sharp. Refine the background using the visual information from reference image 2: place the large bronze bell off-center behind her as a recognizable but softly defocused shape, with restrained turquoise patina accents, dark timber and a hint of tuning tools. Match the background perspective, light direction and color spill to the subject so the result reads as one real photograph rather than a cutout or composite. Use soft cool window light as the key, subtle warm reflected furnace light along one cheek and shoulder, and controlled shadow detail. The overall palette is charcoal, aged bronze, muted verdigris and warm amber. Mood: grounded, expert, dignified and quietly authoritative, suitable for a craft guild profile, museum press kit or editorial contributor biography. Premium documentary portrait photography, realistic optics, natural depth of field, clean tonal separation, no glamour styling, no excessive skin smoothing, no face reshaping, no added jewelry, no text, no logos, no signage, no frame and no graphic layout.",
"resolution": "2K",
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/58646a22-95f2-4306-b6ad-4fbff4dee480.jpg",
"https://assets.runware.ai/assets/inputs/fc9dad72-8db0-4e70-a955-7a06a5e61538.jpg"
]
}
}
]'runware run google:4@2 \
positivePrompt="Create a finished, publication-ready environmental headshot by retouching and enhancing the woman in reference image 1 and meaningfully incorporating the authentic foundry environment, bronze surfaces, patina colors and mixed warm-and-cool lighting from reference image 2. Reference image 1 is the non-negotiable source of identity: preserve her exact facial structure, age, expression, skin tone, eye shape, nose, lips, gray-streaked locs, clear safety glasses, body proportions and charcoal chore coat. Do not idealize, de-age or change her ethnicity. Apply restrained professional portrait retouching: balance exposure and white balance, recover natural eye detail, reduce distracting glare in the glasses while keeping the lenses believable, soften only temporary blemishes and excess shine, gently reduce under-eye fatigue, tidy a few stray hairs and preserve pores, smile lines, natural asymmetry and mature skin texture.
Compose a vertical chest-up headshot with comfortable space above the hair and shoulders, as if photographed with an 85mm portrait lens at eye level. Keep both eyes and the face critically sharp. Refine the background using the visual information from reference image 2: place the large bronze bell off-center behind her as a recognizable but softly defocused shape, with restrained turquoise patina accents, dark timber and a hint of tuning tools. Match the background perspective, light direction and color spill to the subject so the result reads as one real photograph rather than a cutout or composite. Use soft cool window light as the key, subtle warm reflected furnace light along one cheek and shoulder, and controlled shadow detail. The overall palette is charcoal, aged bronze, muted verdigris and warm amber. Mood: grounded, expert, dignified and quietly authoritative, suitable for a craft guild profile, museum press kit or editorial contributor biography. Premium documentary portrait photography, realistic optics, natural depth of field, clean tonal separation, no glamour styling, no excessive skin smoothing, no face reshaping, no added jewelry, no text, no logos, no signage, no frame and no graphic layout." \
resolution=2K \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/58646a22-95f2-4306-b6ad-4fbff4dee480.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/fc9dad72-8db0-4e70-a955-7a06a5e61538.jpg{
"taskType": "imageInference",
"taskUUID": "41c3a5e5-0465-4d67-8ebf-37b0f00de99e",
"model": "google:4@2",
"positivePrompt": "Create a finished, publication-ready environmental headshot by retouching and enhancing the woman in reference image 1 and meaningfully incorporating the authentic foundry environment, bronze surfaces, patina colors and mixed warm-and-cool lighting from reference image 2. Reference image 1 is the non-negotiable source of identity: preserve her exact facial structure, age, expression, skin tone, eye shape, nose, lips, gray-streaked locs, clear safety glasses, body proportions and charcoal chore coat. Do not idealize, de-age or change her ethnicity. Apply restrained professional portrait retouching: balance exposure and white balance, recover natural eye detail, reduce distracting glare in the glasses while keeping the lenses believable, soften only temporary blemishes and excess shine, gently reduce under-eye fatigue, tidy a few stray hairs and preserve pores, smile lines, natural asymmetry and mature skin texture.\n\nCompose a vertical chest-up headshot with comfortable space above the hair and shoulders, as if photographed with an 85mm portrait lens at eye level. Keep both eyes and the face critically sharp. Refine the background using the visual information from reference image 2: place the large bronze bell off-center behind her as a recognizable but softly defocused shape, with restrained turquoise patina accents, dark timber and a hint of tuning tools. Match the background perspective, light direction and color spill to the subject so the result reads as one real photograph rather than a cutout or composite. Use soft cool window light as the key, subtle warm reflected furnace light along one cheek and shoulder, and controlled shadow detail. The overall palette is charcoal, aged bronze, muted verdigris and warm amber. Mood: grounded, expert, dignified and quietly authoritative, suitable for a craft guild profile, museum press kit or editorial contributor biography. Premium documentary portrait photography, realistic optics, natural depth of field, clean tonal separation, no glamour styling, no excessive skin smoothing, no face reshaping, no added jewelry, no text, no logos, no signage, no frame and no graphic layout.",
"resolution": "2K",
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/58646a22-95f2-4306-b6ad-4fbff4dee480.jpg",
"https://assets.runware.ai/assets/inputs/fc9dad72-8db0-4e70-a955-7a06a5e61538.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "41c3a5e5-0465-4d67-8ebf-37b0f00de99e",
"imageUUID": "dcaba350-962c-401b-b57d-6d04ef8cf074",
"imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/4/ii/dcaba350-962c-401b-b57d-6d04ef8cf074.jpg",
"seed": 1152933977,
"cost": 0.1402
}Freshwater Mussel Classroom Science Poster

Create a finished portrait-format children’s science classroom poster for ages 8–11 titled exactly “THE RIVER’S QUIET FILTER”. Meaningfully synthesize both supplied references into one cohesive educational illustration rather than a collage: preserve the eastern elliptio’s distinctive elongated shell silhouette, olive-brown concentric growth rings and amber edge coloration from reference image 1, and reconstruct the recognizable gravel arrangement, submerged stones, waterweed, clear current and dappled green light of reference image 2 as the surrounding river habitat. Use a warm, tactile editorial art direction combining opaque gouache, colored pencil texture and crisp screen-printed shapes on lightly speckled cream paper. Palette: river green, mineral blue, warm ochre, clay red, charcoal and cream. Friendly and curious rather than cartoonish; scientifically accurate proportions, no face or human personality added to the animal. Poster composition: generous cream border and a strong vertical reading path. At the top, set the exact title “THE RIVER’S QUIET FILTER” in large hand-lettered charcoal capitals, followed by the smaller exact subtitle “How a freshwater mussel helps keep water clear”. Below, show the referenced river as a beautiful cutaway scene crossing the waterline and riverbed. Place one large eastern elliptio partly nestled into the gravel as the central subject. Open a clean educational cutaway window through one side of its shell while retaining the recognizable exterior shell around it. Clearly depict the mantle, gills, muscular foot, incurrent siphon and excurrent siphon with simplified but anatomically credible forms. Use restrained blue arrows to show water entering through the incurrent siphon, passing across the gills and leaving through the excurrent siphon. Show a few suspended particles moving with the incoming water and fewer particles in the outgoing water; do not imply perfectly purified or sterile water. Connect five short leader lines to exact, legible labels: “INCURRENT SIPHON”, “GILLS”, “MANTLE”, “MUSCULAR FOOT”, and “EXCURRENT SIPHON”. Add a small three-frame visual sequence along the bottom labeled exactly “1 WATER FLOWS IN”, “2 GILLS TRAP TINY PARTICLES”, and “3 WATER FLOWS OUT”. Each frame should use the same mussel anatomy and arrow logic as the main diagram. Include one compact fact box with the exact heading “WHY MUSSELS MATTER” and the exact two-line copy “They recycle nutrients and create habitat for other river life. Clean, connected rivers help mussels survive.” Keep all wording highly legible, correctly spelled and suitable for elementary science education. Maintain clear hierarchy and ample negative space so the poster can be read from a classroom wall. No logo, no brand, no additional text, no decorative border, no photorealistic pasted elements, no fantasy glow, no extra animals, no anthropomorphic features and no UI or mockup presentation. Deliver the standalone print-ready illustration filling the canvas.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'google:4@2',
positivePrompt: 'Create a finished portrait-format children’s science classroom poster for ages 8–11 titled exactly “THE RIVER’S QUIET FILTER”. Meaningfully synthesize both supplied references into one cohesive educational illustration rather than a collage: preserve the eastern elliptio’s distinctive elongated shell silhouette, olive-brown concentric growth rings and amber edge coloration from reference image 1, and reconstruct the recognizable gravel arrangement, submerged stones, waterweed, clear current and dappled green light of reference image 2 as the surrounding river habitat.\n\nUse a warm, tactile editorial art direction combining opaque gouache, colored pencil texture and crisp screen-printed shapes on lightly speckled cream paper. Palette: river green, mineral blue, warm ochre, clay red, charcoal and cream. Friendly and curious rather than cartoonish; scientifically accurate proportions, no face or human personality added to the animal.\n\nPoster composition: generous cream border and a strong vertical reading path. At the top, set the exact title “THE RIVER’S QUIET FILTER” in large hand-lettered charcoal capitals, followed by the smaller exact subtitle “How a freshwater mussel helps keep water clear”. Below, show the referenced river as a beautiful cutaway scene crossing the waterline and riverbed. Place one large eastern elliptio partly nestled into the gravel as the central subject. Open a clean educational cutaway window through one side of its shell while retaining the recognizable exterior shell around it. Clearly depict the mantle, gills, muscular foot, incurrent siphon and excurrent siphon with simplified but anatomically credible forms.\n\nUse restrained blue arrows to show water entering through the incurrent siphon, passing across the gills and leaving through the excurrent siphon. Show a few suspended particles moving with the incoming water and fewer particles in the outgoing water; do not imply perfectly purified or sterile water. Connect five short leader lines to exact, legible labels: “INCURRENT SIPHON”, “GILLS”, “MANTLE”, “MUSCULAR FOOT”, and “EXCURRENT SIPHON”. Add a small three-frame visual sequence along the bottom labeled exactly “1 WATER FLOWS IN”, “2 GILLS TRAP TINY PARTICLES”, and “3 WATER FLOWS OUT”. Each frame should use the same mussel anatomy and arrow logic as the main diagram.\n\nInclude one compact fact box with the exact heading “WHY MUSSELS MATTER” and the exact two-line copy “They recycle nutrients and create habitat for other river life. Clean, connected rivers help mussels survive.” Keep all wording highly legible, correctly spelled and suitable for elementary science education. Maintain clear hierarchy and ample negative space so the poster can be read from a classroom wall. No logo, no brand, no additional text, no decorative border, no photorealistic pasted elements, no fantasy glow, no extra animals, no anthropomorphic features and no UI or mockup presentation. Deliver the standalone print-ready illustration filling the canvas.',
resolution: '2K',
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/6560a5bf-0431-4f80-b3f0-13888f143a4f.jpg',
'https://assets.runware.ai/assets/inputs/b6c821b9-c0af-4a9f-a197-1a82cf339fba.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": "google:4@2",
"positivePrompt": "Create a finished portrait-format children’s science classroom poster for ages 8–11 titled exactly “THE RIVER’S QUIET FILTER”. Meaningfully synthesize both supplied references into one cohesive educational illustration rather than a collage: preserve the eastern elliptio’s distinctive elongated shell silhouette, olive-brown concentric growth rings and amber edge coloration from reference image 1, and reconstruct the recognizable gravel arrangement, submerged stones, waterweed, clear current and dappled green light of reference image 2 as the surrounding river habitat.\n\nUse a warm, tactile editorial art direction combining opaque gouache, colored pencil texture and crisp screen-printed shapes on lightly speckled cream paper. Palette: river green, mineral blue, warm ochre, clay red, charcoal and cream. Friendly and curious rather than cartoonish; scientifically accurate proportions, no face or human personality added to the animal.\n\nPoster composition: generous cream border and a strong vertical reading path. At the top, set the exact title “THE RIVER’S QUIET FILTER” in large hand-lettered charcoal capitals, followed by the smaller exact subtitle “How a freshwater mussel helps keep water clear”. Below, show the referenced river as a beautiful cutaway scene crossing the waterline and riverbed. Place one large eastern elliptio partly nestled into the gravel as the central subject. Open a clean educational cutaway window through one side of its shell while retaining the recognizable exterior shell around it. Clearly depict the mantle, gills, muscular foot, incurrent siphon and excurrent siphon with simplified but anatomically credible forms.\n\nUse restrained blue arrows to show water entering through the incurrent siphon, passing across the gills and leaving through the excurrent siphon. Show a few suspended particles moving with the incoming water and fewer particles in the outgoing water; do not imply perfectly purified or sterile water. Connect five short leader lines to exact, legible labels: “INCURRENT SIPHON”, “GILLS”, “MANTLE”, “MUSCULAR FOOT”, and “EXCURRENT SIPHON”. Add a small three-frame visual sequence along the bottom labeled exactly “1 WATER FLOWS IN”, “2 GILLS TRAP TINY PARTICLES”, and “3 WATER FLOWS OUT”. Each frame should use the same mussel anatomy and arrow logic as the main diagram.\n\nInclude one compact fact box with the exact heading “WHY MUSSELS MATTER” and the exact two-line copy “They recycle nutrients and create habitat for other river life. Clean, connected rivers help mussels survive.” Keep all wording highly legible, correctly spelled and suitable for elementary science education. Maintain clear hierarchy and ample negative space so the poster can be read from a classroom wall. No logo, no brand, no additional text, no decorative border, no photorealistic pasted elements, no fantasy glow, no extra animals, no anthropomorphic features and no UI or mockup presentation. Deliver the standalone print-ready illustration filling the canvas.",
"resolution": "2K",
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/6560a5bf-0431-4f80-b3f0-13888f143a4f.jpg",
"https://assets.runware.ai/assets/inputs/b6c821b9-c0af-4a9f-a197-1a82cf339fba.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": "57041d7b-3299-48c9-a18c-f277bde8313a",
"model": "google:4@2",
"positivePrompt": "Create a finished portrait-format children’s science classroom poster for ages 8–11 titled exactly “THE RIVER’S QUIET FILTER”. Meaningfully synthesize both supplied references into one cohesive educational illustration rather than a collage: preserve the eastern elliptio’s distinctive elongated shell silhouette, olive-brown concentric growth rings and amber edge coloration from reference image 1, and reconstruct the recognizable gravel arrangement, submerged stones, waterweed, clear current and dappled green light of reference image 2 as the surrounding river habitat.\n\nUse a warm, tactile editorial art direction combining opaque gouache, colored pencil texture and crisp screen-printed shapes on lightly speckled cream paper. Palette: river green, mineral blue, warm ochre, clay red, charcoal and cream. Friendly and curious rather than cartoonish; scientifically accurate proportions, no face or human personality added to the animal.\n\nPoster composition: generous cream border and a strong vertical reading path. At the top, set the exact title “THE RIVER’S QUIET FILTER” in large hand-lettered charcoal capitals, followed by the smaller exact subtitle “How a freshwater mussel helps keep water clear”. Below, show the referenced river as a beautiful cutaway scene crossing the waterline and riverbed. Place one large eastern elliptio partly nestled into the gravel as the central subject. Open a clean educational cutaway window through one side of its shell while retaining the recognizable exterior shell around it. Clearly depict the mantle, gills, muscular foot, incurrent siphon and excurrent siphon with simplified but anatomically credible forms.\n\nUse restrained blue arrows to show water entering through the incurrent siphon, passing across the gills and leaving through the excurrent siphon. Show a few suspended particles moving with the incoming water and fewer particles in the outgoing water; do not imply perfectly purified or sterile water. Connect five short leader lines to exact, legible labels: “INCURRENT SIPHON”, “GILLS”, “MANTLE”, “MUSCULAR FOOT”, and “EXCURRENT SIPHON”. Add a small three-frame visual sequence along the bottom labeled exactly “1 WATER FLOWS IN”, “2 GILLS TRAP TINY PARTICLES”, and “3 WATER FLOWS OUT”. Each frame should use the same mussel anatomy and arrow logic as the main diagram.\n\nInclude one compact fact box with the exact heading “WHY MUSSELS MATTER” and the exact two-line copy “They recycle nutrients and create habitat for other river life. Clean, connected rivers help mussels survive.” Keep all wording highly legible, correctly spelled and suitable for elementary science education. Maintain clear hierarchy and ample negative space so the poster can be read from a classroom wall. No logo, no brand, no additional text, no decorative border, no photorealistic pasted elements, no fantasy glow, no extra animals, no anthropomorphic features and no UI or mockup presentation. Deliver the standalone print-ready illustration filling the canvas.",
"resolution": "2K",
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/6560a5bf-0431-4f80-b3f0-13888f143a4f.jpg",
"https://assets.runware.ai/assets/inputs/b6c821b9-c0af-4a9f-a197-1a82cf339fba.jpg"
]
}
}
]'runware run google:4@2 \
positivePrompt="Create a finished portrait-format children’s science classroom poster for ages 8–11 titled exactly “THE RIVER’S QUIET FILTER”. Meaningfully synthesize both supplied references into one cohesive educational illustration rather than a collage: preserve the eastern elliptio’s distinctive elongated shell silhouette, olive-brown concentric growth rings and amber edge coloration from reference image 1, and reconstruct the recognizable gravel arrangement, submerged stones, waterweed, clear current and dappled green light of reference image 2 as the surrounding river habitat.
Use a warm, tactile editorial art direction combining opaque gouache, colored pencil texture and crisp screen-printed shapes on lightly speckled cream paper. Palette: river green, mineral blue, warm ochre, clay red, charcoal and cream. Friendly and curious rather than cartoonish; scientifically accurate proportions, no face or human personality added to the animal.
Poster composition: generous cream border and a strong vertical reading path. At the top, set the exact title “THE RIVER’S QUIET FILTER” in large hand-lettered charcoal capitals, followed by the smaller exact subtitle “How a freshwater mussel helps keep water clear”. Below, show the referenced river as a beautiful cutaway scene crossing the waterline and riverbed. Place one large eastern elliptio partly nestled into the gravel as the central subject. Open a clean educational cutaway window through one side of its shell while retaining the recognizable exterior shell around it. Clearly depict the mantle, gills, muscular foot, incurrent siphon and excurrent siphon with simplified but anatomically credible forms.
Use restrained blue arrows to show water entering through the incurrent siphon, passing across the gills and leaving through the excurrent siphon. Show a few suspended particles moving with the incoming water and fewer particles in the outgoing water; do not imply perfectly purified or sterile water. Connect five short leader lines to exact, legible labels: “INCURRENT SIPHON”, “GILLS”, “MANTLE”, “MUSCULAR FOOT”, and “EXCURRENT SIPHON”. Add a small three-frame visual sequence along the bottom labeled exactly “1 WATER FLOWS IN”, “2 GILLS TRAP TINY PARTICLES”, and “3 WATER FLOWS OUT”. Each frame should use the same mussel anatomy and arrow logic as the main diagram.
Include one compact fact box with the exact heading “WHY MUSSELS MATTER” and the exact two-line copy “They recycle nutrients and create habitat for other river life. Clean, connected rivers help mussels survive.” Keep all wording highly legible, correctly spelled and suitable for elementary science education. Maintain clear hierarchy and ample negative space so the poster can be read from a classroom wall. No logo, no brand, no additional text, no decorative border, no photorealistic pasted elements, no fantasy glow, no extra animals, no anthropomorphic features and no UI or mockup presentation. Deliver the standalone print-ready illustration filling the canvas." \
resolution=2K \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/6560a5bf-0431-4f80-b3f0-13888f143a4f.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/b6c821b9-c0af-4a9f-a197-1a82cf339fba.jpg{
"taskType": "imageInference",
"taskUUID": "57041d7b-3299-48c9-a18c-f277bde8313a",
"model": "google:4@2",
"positivePrompt": "Create a finished portrait-format children’s science classroom poster for ages 8–11 titled exactly “THE RIVER’S QUIET FILTER”. Meaningfully synthesize both supplied references into one cohesive educational illustration rather than a collage: preserve the eastern elliptio’s distinctive elongated shell silhouette, olive-brown concentric growth rings and amber edge coloration from reference image 1, and reconstruct the recognizable gravel arrangement, submerged stones, waterweed, clear current and dappled green light of reference image 2 as the surrounding river habitat.\n\nUse a warm, tactile editorial art direction combining opaque gouache, colored pencil texture and crisp screen-printed shapes on lightly speckled cream paper. Palette: river green, mineral blue, warm ochre, clay red, charcoal and cream. Friendly and curious rather than cartoonish; scientifically accurate proportions, no face or human personality added to the animal.\n\nPoster composition: generous cream border and a strong vertical reading path. At the top, set the exact title “THE RIVER’S QUIET FILTER” in large hand-lettered charcoal capitals, followed by the smaller exact subtitle “How a freshwater mussel helps keep water clear”. Below, show the referenced river as a beautiful cutaway scene crossing the waterline and riverbed. Place one large eastern elliptio partly nestled into the gravel as the central subject. Open a clean educational cutaway window through one side of its shell while retaining the recognizable exterior shell around it. Clearly depict the mantle, gills, muscular foot, incurrent siphon and excurrent siphon with simplified but anatomically credible forms.\n\nUse restrained blue arrows to show water entering through the incurrent siphon, passing across the gills and leaving through the excurrent siphon. Show a few suspended particles moving with the incoming water and fewer particles in the outgoing water; do not imply perfectly purified or sterile water. Connect five short leader lines to exact, legible labels: “INCURRENT SIPHON”, “GILLS”, “MANTLE”, “MUSCULAR FOOT”, and “EXCURRENT SIPHON”. Add a small three-frame visual sequence along the bottom labeled exactly “1 WATER FLOWS IN”, “2 GILLS TRAP TINY PARTICLES”, and “3 WATER FLOWS OUT”. Each frame should use the same mussel anatomy and arrow logic as the main diagram.\n\nInclude one compact fact box with the exact heading “WHY MUSSELS MATTER” and the exact two-line copy “They recycle nutrients and create habitat for other river life. Clean, connected rivers help mussels survive.” Keep all wording highly legible, correctly spelled and suitable for elementary science education. Maintain clear hierarchy and ample negative space so the poster can be read from a classroom wall. No logo, no brand, no additional text, no decorative border, no photorealistic pasted elements, no fantasy glow, no extra animals, no anthropomorphic features and no UI or mockup presentation. Deliver the standalone print-ready illustration filling the canvas.",
"resolution": "2K",
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/6560a5bf-0431-4f80-b3f0-13888f143a4f.jpg",
"https://assets.runware.ai/assets/inputs/b6c821b9-c0af-4a9f-a197-1a82cf339fba.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "57041d7b-3299-48c9-a18c-f277bde8313a",
"imageUUID": "3bfe5f6c-344d-436c-9bba-9fedcbc2027b",
"imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/4/ii/3bfe5f6c-344d-436c-9bba-9fedcbc2027b.jpg",
"seed": 1838966054,
"cost": 0.1402
}Aurora Research Outpost Panorama

A sweeping ultra-detailed panoramic view of a near-future Arctic research outpost at blue hour, built on dark basalt cliffs above a frozen fjord, glowing modular labs connected by transparent heated walkways, autonomous snow rovers parked near antenna arrays, shimmering green and violet aurora overhead, crisp wind-carved snow textures, realistic atmospheric haze, distant icebreaker ship lights on the horizon, cinematic wide-angle composition from an elevated camera position, precise cold-weather lighting with warm interior contrast, grounded scientific design, photorealistic materials, production-ready concept art, highly coherent architecture, dramatic but believable mood
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'google:4@2',
positivePrompt: 'A sweeping ultra-detailed panoramic view of a near-future Arctic research outpost at blue hour, built on dark basalt cliffs above a frozen fjord, glowing modular labs connected by transparent heated walkways, autonomous snow rovers parked near antenna arrays, shimmering green and violet aurora overhead, crisp wind-carved snow textures, realistic atmospheric haze, distant icebreaker ship lights on the horizon, cinematic wide-angle composition from an elevated camera position, precise cold-weather lighting with warm interior contrast, grounded scientific design, photorealistic materials, production-ready concept art, highly coherent architecture, dramatic but believable mood',
width: 2528,
height: 1696,
seed: 63274,
settings: {
temperature: 0.72,
topP: 0.9,
systemPrompt: 'Create a visually coherent, realistic, high-resolution image with strong attention to lighting, camera angle, and physical plausibility.'
},
providerSettings: {
google: {
webSearch: true,
safetyTolerance: 'off'
}
}
})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": "google:4@2",
"positivePrompt": "A sweeping ultra-detailed panoramic view of a near-future Arctic research outpost at blue hour, built on dark basalt cliffs above a frozen fjord, glowing modular labs connected by transparent heated walkways, autonomous snow rovers parked near antenna arrays, shimmering green and violet aurora overhead, crisp wind-carved snow textures, realistic atmospheric haze, distant icebreaker ship lights on the horizon, cinematic wide-angle composition from an elevated camera position, precise cold-weather lighting with warm interior contrast, grounded scientific design, photorealistic materials, production-ready concept art, highly coherent architecture, dramatic but believable mood",
"width": 2528,
"height": 1696,
"seed": 63274,
"settings": {
"temperature": 0.72,
"topP": 0.9,
"systemPrompt": "Create a visually coherent, realistic, high-resolution image with strong attention to lighting, camera angle, and physical plausibility."
},
"providerSettings": {
"google": {
"webSearch": True,
"safetyTolerance": "off"
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "02351264-91e9-47b0-a382-5bd47569be1c",
"model": "google:4@2",
"positivePrompt": "A sweeping ultra-detailed panoramic view of a near-future Arctic research outpost at blue hour, built on dark basalt cliffs above a frozen fjord, glowing modular labs connected by transparent heated walkways, autonomous snow rovers parked near antenna arrays, shimmering green and violet aurora overhead, crisp wind-carved snow textures, realistic atmospheric haze, distant icebreaker ship lights on the horizon, cinematic wide-angle composition from an elevated camera position, precise cold-weather lighting with warm interior contrast, grounded scientific design, photorealistic materials, production-ready concept art, highly coherent architecture, dramatic but believable mood",
"width": 2528,
"height": 1696,
"seed": 63274,
"settings": {
"temperature": 0.72,
"topP": 0.9,
"systemPrompt": "Create a visually coherent, realistic, high-resolution image with strong attention to lighting, camera angle, and physical plausibility."
},
"providerSettings": {
"google": {
"webSearch": true,
"safetyTolerance": "off"
}
}
}
]'runware run google:4@2 \
positivePrompt="A sweeping ultra-detailed panoramic view of a near-future Arctic research outpost at blue hour, built on dark basalt cliffs above a frozen fjord, glowing modular labs connected by transparent heated walkways, autonomous snow rovers parked near antenna arrays, shimmering green and violet aurora overhead, crisp wind-carved snow textures, realistic atmospheric haze, distant icebreaker ship lights on the horizon, cinematic wide-angle composition from an elevated camera position, precise cold-weather lighting with warm interior contrast, grounded scientific design, photorealistic materials, production-ready concept art, highly coherent architecture, dramatic but believable mood" \
width=2528 \
height=1696 \
seed=63274 \
settings.temperature=0.72 \
settings.topP=0.9 \
settings.systemPrompt="Create a visually coherent, realistic, high-resolution image with strong attention to lighting, camera angle, and physical plausibility." \
providerSettings.google.webSearch=true \
providerSettings.google.safetyTolerance=off{
"taskType": "imageInference",
"taskUUID": "02351264-91e9-47b0-a382-5bd47569be1c",
"model": "google:4@2",
"positivePrompt": "A sweeping ultra-detailed panoramic view of a near-future Arctic research outpost at blue hour, built on dark basalt cliffs above a frozen fjord, glowing modular labs connected by transparent heated walkways, autonomous snow rovers parked near antenna arrays, shimmering green and violet aurora overhead, crisp wind-carved snow textures, realistic atmospheric haze, distant icebreaker ship lights on the horizon, cinematic wide-angle composition from an elevated camera position, precise cold-weather lighting with warm interior contrast, grounded scientific design, photorealistic materials, production-ready concept art, highly coherent architecture, dramatic but believable mood",
"width": 2528,
"height": 1696,
"seed": 63274,
"settings": {
"temperature": 0.72,
"topP": 0.9,
"systemPrompt": "Create a visually coherent, realistic, high-resolution image with strong attention to lighting, camera angle, and physical plausibility."
},
"providerSettings": {
"google": {
"webSearch": true,
"safetyTolerance": "off"
}
}
}{
"taskType": "imageInference",
"taskUUID": "02351264-91e9-47b0-a382-5bd47569be1c",
"imageUUID": "80639e7d-c777-4eb7-a16f-4429253b52b0",
"imageURL": "https://im.runware.ai/image/os/a07d11/ws/3/ii/80639e7d-c777-4eb7-a16f-4429253b52b0.jpg",
"seed": 63274,
"cost": 0.138
}Bioluminescent Library Observatory Interior

A grand circular observatory-library built inside a hollow crystal cliff above a moonlit sea, towering bookshelves curving upward into darkness, brass astrolabes suspended from the ceiling, glowing bioluminescent vines threaded through carved stone arches, a massive refracting telescope aimed through an open dome at a sky filled with aurora and unfamiliar constellations. In the foreground, a solitary scholar in a deep teal coat stands at a luminous map table covered in star charts and glass instruments. Cinematic three-quarter camera angle from a slightly elevated viewpoint, strong depth layering, moody atmosphere, precise rim lighting from the dome opening, warm amber lamp light mixing with cool cyan bioluminescence, polished wood, aged parchment, crystal reflections, volumetric dust beams, ultra-detailed environment design, elegant composition, realistic materials, production-ready concept art 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: 'google:4@2',
positivePrompt: 'A grand circular observatory-library built inside a hollow crystal cliff above a moonlit sea, towering bookshelves curving upward into darkness, brass astrolabes suspended from the ceiling, glowing bioluminescent vines threaded through carved stone arches, a massive refracting telescope aimed through an open dome at a sky filled with aurora and unfamiliar constellations. In the foreground, a solitary scholar in a deep teal coat stands at a luminous map table covered in star charts and glass instruments. Cinematic three-quarter camera angle from a slightly elevated viewpoint, strong depth layering, moody atmosphere, precise rim lighting from the dome opening, warm amber lamp light mixing with cool cyan bioluminescence, polished wood, aged parchment, crystal reflections, volumetric dust beams, ultra-detailed environment design, elegant composition, realistic materials, production-ready concept art quality.',
width: 2528,
height: 1696,
seed: 92974,
settings: {
temperature: 0.72,
topP: 0.9,
systemPrompt: 'Create a highly coherent, visually rich image with careful attention to camera placement, mixed lighting, and believable spatial structure.'
},
providerSettings: {
google: {
safetyTolerance: 'off',
webSearch: false
}
}
})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": "google:4@2",
"positivePrompt": "A grand circular observatory-library built inside a hollow crystal cliff above a moonlit sea, towering bookshelves curving upward into darkness, brass astrolabes suspended from the ceiling, glowing bioluminescent vines threaded through carved stone arches, a massive refracting telescope aimed through an open dome at a sky filled with aurora and unfamiliar constellations. In the foreground, a solitary scholar in a deep teal coat stands at a luminous map table covered in star charts and glass instruments. Cinematic three-quarter camera angle from a slightly elevated viewpoint, strong depth layering, moody atmosphere, precise rim lighting from the dome opening, warm amber lamp light mixing with cool cyan bioluminescence, polished wood, aged parchment, crystal reflections, volumetric dust beams, ultra-detailed environment design, elegant composition, realistic materials, production-ready concept art quality.",
"width": 2528,
"height": 1696,
"seed": 92974,
"settings": {
"temperature": 0.72,
"topP": 0.9,
"systemPrompt": "Create a highly coherent, visually rich image with careful attention to camera placement, mixed lighting, and believable spatial structure."
},
"providerSettings": {
"google": {
"safetyTolerance": "off",
"webSearch": False
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "c9215d29-8a43-4f23-958e-c94d9e2d87d6",
"model": "google:4@2",
"positivePrompt": "A grand circular observatory-library built inside a hollow crystal cliff above a moonlit sea, towering bookshelves curving upward into darkness, brass astrolabes suspended from the ceiling, glowing bioluminescent vines threaded through carved stone arches, a massive refracting telescope aimed through an open dome at a sky filled with aurora and unfamiliar constellations. In the foreground, a solitary scholar in a deep teal coat stands at a luminous map table covered in star charts and glass instruments. Cinematic three-quarter camera angle from a slightly elevated viewpoint, strong depth layering, moody atmosphere, precise rim lighting from the dome opening, warm amber lamp light mixing with cool cyan bioluminescence, polished wood, aged parchment, crystal reflections, volumetric dust beams, ultra-detailed environment design, elegant composition, realistic materials, production-ready concept art quality.",
"width": 2528,
"height": 1696,
"seed": 92974,
"settings": {
"temperature": 0.72,
"topP": 0.9,
"systemPrompt": "Create a highly coherent, visually rich image with careful attention to camera placement, mixed lighting, and believable spatial structure."
},
"providerSettings": {
"google": {
"safetyTolerance": "off",
"webSearch": false
}
}
}
]'runware run google:4@2 \
positivePrompt="A grand circular observatory-library built inside a hollow crystal cliff above a moonlit sea, towering bookshelves curving upward into darkness, brass astrolabes suspended from the ceiling, glowing bioluminescent vines threaded through carved stone arches, a massive refracting telescope aimed through an open dome at a sky filled with aurora and unfamiliar constellations. In the foreground, a solitary scholar in a deep teal coat stands at a luminous map table covered in star charts and glass instruments. Cinematic three-quarter camera angle from a slightly elevated viewpoint, strong depth layering, moody atmosphere, precise rim lighting from the dome opening, warm amber lamp light mixing with cool cyan bioluminescence, polished wood, aged parchment, crystal reflections, volumetric dust beams, ultra-detailed environment design, elegant composition, realistic materials, production-ready concept art quality." \
width=2528 \
height=1696 \
seed=92974 \
settings.temperature=0.72 \
settings.topP=0.9 \
settings.systemPrompt="Create a highly coherent, visually rich image with careful attention to camera placement, mixed lighting, and believable spatial structure." \
providerSettings.google.safetyTolerance=off \
providerSettings.google.webSearch=false{
"taskType": "imageInference",
"taskUUID": "c9215d29-8a43-4f23-958e-c94d9e2d87d6",
"model": "google:4@2",
"positivePrompt": "A grand circular observatory-library built inside a hollow crystal cliff above a moonlit sea, towering bookshelves curving upward into darkness, brass astrolabes suspended from the ceiling, glowing bioluminescent vines threaded through carved stone arches, a massive refracting telescope aimed through an open dome at a sky filled with aurora and unfamiliar constellations. In the foreground, a solitary scholar in a deep teal coat stands at a luminous map table covered in star charts and glass instruments. Cinematic three-quarter camera angle from a slightly elevated viewpoint, strong depth layering, moody atmosphere, precise rim lighting from the dome opening, warm amber lamp light mixing with cool cyan bioluminescence, polished wood, aged parchment, crystal reflections, volumetric dust beams, ultra-detailed environment design, elegant composition, realistic materials, production-ready concept art quality.",
"width": 2528,
"height": 1696,
"seed": 92974,
"settings": {
"temperature": 0.72,
"topP": 0.9,
"systemPrompt": "Create a highly coherent, visually rich image with careful attention to camera placement, mixed lighting, and believable spatial structure."
},
"providerSettings": {
"google": {
"safetyTolerance": "off",
"webSearch": false
}
}
}{
"taskType": "imageInference",
"taskUUID": "c9215d29-8a43-4f23-958e-c94d9e2d87d6",
"imageUUID": "8bc5b8f2-3371-4682-9484-a1abbf93d27c",
"imageURL": "https://im.runware.ai/image/os/a12d13/ws/3/ii/8bc5b8f2-3371-4682-9484-a1abbf93d27c.jpg",
"seed": 92974,
"cost": 0.138
}Bioluminescent Desert Observatory Interior

A vast retro-futurist observatory carved into a desert mesa at midnight, interior view looking outward through a colossal circular aperture toward dunes under a meteor shower. In the foreground, a polished brass telescope platform surrounded by hanging glass terrariums filled with glowing blue bioluminescent plants, scattered star charts, translucent holographic constellations, and copper instruments. Two small human figures in sand-worn expedition coats stand near the edge for scale. Cinematic three-quarter camera angle from slightly above railing height, strong depth layering, moonlight mixing with warm amber practical lamps, luminous cyan plant glow reflecting on metal surfaces, drifting dust particles, ultra-detailed textures, elegant production-design realism, surreal yet believable architecture, crisp focus, premium concept-art 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: 'google:4@2',
positivePrompt: 'A vast retro-futurist observatory carved into a desert mesa at midnight, interior view looking outward through a colossal circular aperture toward dunes under a meteor shower. In the foreground, a polished brass telescope platform surrounded by hanging glass terrariums filled with glowing blue bioluminescent plants, scattered star charts, translucent holographic constellations, and copper instruments. Two small human figures in sand-worn expedition coats stand near the edge for scale. Cinematic three-quarter camera angle from slightly above railing height, strong depth layering, moonlight mixing with warm amber practical lamps, luminous cyan plant glow reflecting on metal surfaces, drifting dust particles, ultra-detailed textures, elegant production-design realism, surreal yet believable architecture, crisp focus, premium concept-art quality.',
width: 2528,
height: 1696,
seed: 20653,
settings: {
temperature: 0.72,
topP: 0.9,
systemPrompt: 'Generate a visually coherent, production-ready image with careful attention to lighting direction, perspective, material realism, and environmental storytelling.'
},
providerSettings: {
google: {
safetyTolerance: 'off',
webSearch: false
}
}
})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": "google:4@2",
"positivePrompt": "A vast retro-futurist observatory carved into a desert mesa at midnight, interior view looking outward through a colossal circular aperture toward dunes under a meteor shower. In the foreground, a polished brass telescope platform surrounded by hanging glass terrariums filled with glowing blue bioluminescent plants, scattered star charts, translucent holographic constellations, and copper instruments. Two small human figures in sand-worn expedition coats stand near the edge for scale. Cinematic three-quarter camera angle from slightly above railing height, strong depth layering, moonlight mixing with warm amber practical lamps, luminous cyan plant glow reflecting on metal surfaces, drifting dust particles, ultra-detailed textures, elegant production-design realism, surreal yet believable architecture, crisp focus, premium concept-art quality.",
"width": 2528,
"height": 1696,
"seed": 20653,
"settings": {
"temperature": 0.72,
"topP": 0.9,
"systemPrompt": "Generate a visually coherent, production-ready image with careful attention to lighting direction, perspective, material realism, and environmental storytelling."
},
"providerSettings": {
"google": {
"safetyTolerance": "off",
"webSearch": False
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "23cd75bd-f3ec-41fc-9ff5-941deccc9ad7",
"model": "google:4@2",
"positivePrompt": "A vast retro-futurist observatory carved into a desert mesa at midnight, interior view looking outward through a colossal circular aperture toward dunes under a meteor shower. In the foreground, a polished brass telescope platform surrounded by hanging glass terrariums filled with glowing blue bioluminescent plants, scattered star charts, translucent holographic constellations, and copper instruments. Two small human figures in sand-worn expedition coats stand near the edge for scale. Cinematic three-quarter camera angle from slightly above railing height, strong depth layering, moonlight mixing with warm amber practical lamps, luminous cyan plant glow reflecting on metal surfaces, drifting dust particles, ultra-detailed textures, elegant production-design realism, surreal yet believable architecture, crisp focus, premium concept-art quality.",
"width": 2528,
"height": 1696,
"seed": 20653,
"settings": {
"temperature": 0.72,
"topP": 0.9,
"systemPrompt": "Generate a visually coherent, production-ready image with careful attention to lighting direction, perspective, material realism, and environmental storytelling."
},
"providerSettings": {
"google": {
"safetyTolerance": "off",
"webSearch": false
}
}
}
]'runware run google:4@2 \
positivePrompt="A vast retro-futurist observatory carved into a desert mesa at midnight, interior view looking outward through a colossal circular aperture toward dunes under a meteor shower. In the foreground, a polished brass telescope platform surrounded by hanging glass terrariums filled with glowing blue bioluminescent plants, scattered star charts, translucent holographic constellations, and copper instruments. Two small human figures in sand-worn expedition coats stand near the edge for scale. Cinematic three-quarter camera angle from slightly above railing height, strong depth layering, moonlight mixing with warm amber practical lamps, luminous cyan plant glow reflecting on metal surfaces, drifting dust particles, ultra-detailed textures, elegant production-design realism, surreal yet believable architecture, crisp focus, premium concept-art quality." \
width=2528 \
height=1696 \
seed=20653 \
settings.temperature=0.72 \
settings.topP=0.9 \
settings.systemPrompt="Generate a visually coherent, production-ready image with careful attention to lighting direction, perspective, material realism, and environmental storytelling." \
providerSettings.google.safetyTolerance=off \
providerSettings.google.webSearch=false{
"taskType": "imageInference",
"taskUUID": "23cd75bd-f3ec-41fc-9ff5-941deccc9ad7",
"model": "google:4@2",
"positivePrompt": "A vast retro-futurist observatory carved into a desert mesa at midnight, interior view looking outward through a colossal circular aperture toward dunes under a meteor shower. In the foreground, a polished brass telescope platform surrounded by hanging glass terrariums filled with glowing blue bioluminescent plants, scattered star charts, translucent holographic constellations, and copper instruments. Two small human figures in sand-worn expedition coats stand near the edge for scale. Cinematic three-quarter camera angle from slightly above railing height, strong depth layering, moonlight mixing with warm amber practical lamps, luminous cyan plant glow reflecting on metal surfaces, drifting dust particles, ultra-detailed textures, elegant production-design realism, surreal yet believable architecture, crisp focus, premium concept-art quality.",
"width": 2528,
"height": 1696,
"seed": 20653,
"settings": {
"temperature": 0.72,
"topP": 0.9,
"systemPrompt": "Generate a visually coherent, production-ready image with careful attention to lighting direction, perspective, material realism, and environmental storytelling."
},
"providerSettings": {
"google": {
"safetyTolerance": "off",
"webSearch": false
}
}
}{
"taskType": "imageInference",
"taskUUID": "23cd75bd-f3ec-41fc-9ff5-941deccc9ad7",
"imageUUID": "7347c3b5-6b7c-48ee-966c-427b2cbc5e94",
"imageURL": "https://im.runware.ai/image/os/a09d21/ws/3/ii/7347c3b5-6b7c-48ee-966c-427b2cbc5e94.jpg",
"seed": 20653,
"cost": 0.138
}Surreal Four-Source Fashion Collage

Create a polished high-fashion editorial composition using all four reference images in a cohesive and believable way. Keep the model as the main subject, place them inside a grand glass greenhouse environment, reinterpret the beetle-wing iridescence as luxurious material accents in the garment, and integrate the reflective twilight water and lantern atmosphere into the floor and background lighting. Camera angle: slightly low and cinematic, medium-wide framing. Lighting should feel intelligently merged: dramatic studio key light on the subject, diffused greenhouse daylight from above, and subtle twilight glow with lantern reflections below. The final image should feel surreal yet premium, like a luxury magazine cover, with rich texture separation, elegant color harmony, and production-ready detail.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'google:4@2',
positivePrompt: 'Create a polished high-fashion editorial composition using all four reference images in a cohesive and believable way. Keep the model as the main subject, place them inside a grand glass greenhouse environment, reinterpret the beetle-wing iridescence as luxurious material accents in the garment, and integrate the reflective twilight water and lantern atmosphere into the floor and background lighting. Camera angle: slightly low and cinematic, medium-wide framing. Lighting should feel intelligently merged: dramatic studio key light on the subject, diffused greenhouse daylight from above, and subtle twilight glow with lantern reflections below. The final image should feel surreal yet premium, like a luxury magazine cover, with rich texture separation, elegant color harmony, and production-ready detail.',
width: 2528,
height: 1696,
seed: 35590,
settings: {
temperature: 0.72,
topP: 0.9
},
providerSettings: {
google: {
safetyTolerance: 'off',
webSearch: false
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/247e0ba5-a121-42ca-ab71-df1b6927d5da.jpg',
'https://assets.runware.ai/assets/inputs/1a920881-2331-413a-959b-15074c894771.jpg',
'https://assets.runware.ai/assets/inputs/33e88432-5194-4916-8dd5-44ffff0d54e5.jpg',
'https://assets.runware.ai/assets/inputs/1f23dc7b-0daf-49b6-b265-0d94fce8f952.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": "google:4@2",
"positivePrompt": "Create a polished high-fashion editorial composition using all four reference images in a cohesive and believable way. Keep the model as the main subject, place them inside a grand glass greenhouse environment, reinterpret the beetle-wing iridescence as luxurious material accents in the garment, and integrate the reflective twilight water and lantern atmosphere into the floor and background lighting. Camera angle: slightly low and cinematic, medium-wide framing. Lighting should feel intelligently merged: dramatic studio key light on the subject, diffused greenhouse daylight from above, and subtle twilight glow with lantern reflections below. The final image should feel surreal yet premium, like a luxury magazine cover, with rich texture separation, elegant color harmony, and production-ready detail.",
"width": 2528,
"height": 1696,
"seed": 35590,
"settings": {
"temperature": 0.72,
"topP": 0.9
},
"providerSettings": {
"google": {
"safetyTolerance": "off",
"webSearch": False
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/247e0ba5-a121-42ca-ab71-df1b6927d5da.jpg",
"https://assets.runware.ai/assets/inputs/1a920881-2331-413a-959b-15074c894771.jpg",
"https://assets.runware.ai/assets/inputs/33e88432-5194-4916-8dd5-44ffff0d54e5.jpg",
"https://assets.runware.ai/assets/inputs/1f23dc7b-0daf-49b6-b265-0d94fce8f952.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": "3b561ab7-e504-43ac-825e-b85bb666ac9b",
"model": "google:4@2",
"positivePrompt": "Create a polished high-fashion editorial composition using all four reference images in a cohesive and believable way. Keep the model as the main subject, place them inside a grand glass greenhouse environment, reinterpret the beetle-wing iridescence as luxurious material accents in the garment, and integrate the reflective twilight water and lantern atmosphere into the floor and background lighting. Camera angle: slightly low and cinematic, medium-wide framing. Lighting should feel intelligently merged: dramatic studio key light on the subject, diffused greenhouse daylight from above, and subtle twilight glow with lantern reflections below. The final image should feel surreal yet premium, like a luxury magazine cover, with rich texture separation, elegant color harmony, and production-ready detail.",
"width": 2528,
"height": 1696,
"seed": 35590,
"settings": {
"temperature": 0.72,
"topP": 0.9
},
"providerSettings": {
"google": {
"safetyTolerance": "off",
"webSearch": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/247e0ba5-a121-42ca-ab71-df1b6927d5da.jpg",
"https://assets.runware.ai/assets/inputs/1a920881-2331-413a-959b-15074c894771.jpg",
"https://assets.runware.ai/assets/inputs/33e88432-5194-4916-8dd5-44ffff0d54e5.jpg",
"https://assets.runware.ai/assets/inputs/1f23dc7b-0daf-49b6-b265-0d94fce8f952.jpg"
]
}
}
]'runware run google:4@2 \
positivePrompt="Create a polished high-fashion editorial composition using all four reference images in a cohesive and believable way. Keep the model as the main subject, place them inside a grand glass greenhouse environment, reinterpret the beetle-wing iridescence as luxurious material accents in the garment, and integrate the reflective twilight water and lantern atmosphere into the floor and background lighting. Camera angle: slightly low and cinematic, medium-wide framing. Lighting should feel intelligently merged: dramatic studio key light on the subject, diffused greenhouse daylight from above, and subtle twilight glow with lantern reflections below. The final image should feel surreal yet premium, like a luxury magazine cover, with rich texture separation, elegant color harmony, and production-ready detail." \
width=2528 \
height=1696 \
seed=35590 \
settings.temperature=0.72 \
settings.topP=0.9 \
providerSettings.google.safetyTolerance=off \
providerSettings.google.webSearch=false \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/247e0ba5-a121-42ca-ab71-df1b6927d5da.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/1a920881-2331-413a-959b-15074c894771.jpg \
inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/33e88432-5194-4916-8dd5-44ffff0d54e5.jpg \
inputs.referenceImages.3=https://assets.runware.ai/assets/inputs/1f23dc7b-0daf-49b6-b265-0d94fce8f952.jpg{
"taskType": "imageInference",
"taskUUID": "3b561ab7-e504-43ac-825e-b85bb666ac9b",
"model": "google:4@2",
"positivePrompt": "Create a polished high-fashion editorial composition using all four reference images in a cohesive and believable way. Keep the model as the main subject, place them inside a grand glass greenhouse environment, reinterpret the beetle-wing iridescence as luxurious material accents in the garment, and integrate the reflective twilight water and lantern atmosphere into the floor and background lighting. Camera angle: slightly low and cinematic, medium-wide framing. Lighting should feel intelligently merged: dramatic studio key light on the subject, diffused greenhouse daylight from above, and subtle twilight glow with lantern reflections below. The final image should feel surreal yet premium, like a luxury magazine cover, with rich texture separation, elegant color harmony, and production-ready detail.",
"width": 2528,
"height": 1696,
"seed": 35590,
"settings": {
"temperature": 0.72,
"topP": 0.9
},
"providerSettings": {
"google": {
"safetyTolerance": "off",
"webSearch": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/247e0ba5-a121-42ca-ab71-df1b6927d5da.jpg",
"https://assets.runware.ai/assets/inputs/1a920881-2331-413a-959b-15074c894771.jpg",
"https://assets.runware.ai/assets/inputs/33e88432-5194-4916-8dd5-44ffff0d54e5.jpg",
"https://assets.runware.ai/assets/inputs/1f23dc7b-0daf-49b6-b265-0d94fce8f952.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "3b561ab7-e504-43ac-825e-b85bb666ac9b",
"imageUUID": "cd1af865-c710-4266-81f1-f39d492a56dd",
"imageURL": "https://im.runware.ai/image/os/a07d11/ws/3/ii/cd1af865-c710-4266-81f1-f39d492a56dd.jpg",
"seed": 35590,
"cost": 0.1424
}