Bria FIBO

Bria FIBO is a JSON native text to image model for precise visual generation. It converts short prompts or reference images into structured JSON schemas, then renders reproducible images. It supports iterative refinement, strict control over attributes, and enterprise safe licensed data.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Radio Observatory Concert Poster

Create a finished landscape event poster for NIGHT ARRAY, an experimental electronic music concert held at a remote radio astronomy observatory. Bold editorial composition designed for a digital billboard and venue signage. On the left, show a monumental white parabolic radio telescope dish viewed from a dramatic low angle, tilted toward a dense black night sky. Several smaller dishes recede across a barren high-desert plateau. Thin concentric signal rings and precise orbital lines radiate from the main dish, visually connecting radio astronomy with sound. Tiny silhouettes of a live audience gather beneath cool floodlights at the base of the structure, establishing the concert scale without becoming the focal point. Use a limited fluorescent screen-print palette: deep black, chalk white, electric cobalt blue, acid chartreuse, and one sharp coral-red accent. Strong halftone texture, overprinted color edges, coarse ink grain, angular geometric rules, technical calibration marks, and a tactile independent-music-poster finish. No glossy photorealism. Mood: cerebral, nocturnal, energetic, mysterious, culturally sophisticated. Build a disciplined Swiss-modernist typographic grid on the right third with generous negative space and crisp alignment. Set the exact headline NIGHT ARRAY in huge condensed uppercase sans-serif lettering. Beneath it, clearly typeset EXPERIMENTAL SOUND UNDER THE DISHES, then 18 OCTOBER 2026, HIGH MESA RADIO OBSERVATORY, and the artist line LUMA FIELD / STATIC BLOOM / NIA VOSS / ORBITAL CHOIR. Add small functional details along the bottom: DOORS 19:00 — LIVE 20:30 — ALL AGES. Typography must feel intentionally integrated into the artwork, highly legible, correctly spelled, and hierarchically organized. One standalone flat poster image filling the frame, edge-to-edge artwork, no mockup, no wall, no frame, no logos, no UI.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bria:20@1',
positivePrompt: 'Create a finished landscape event poster for NIGHT ARRAY, an experimental electronic music concert held at a remote radio astronomy observatory. Bold editorial composition designed for a digital billboard and venue signage. On the left, show a monumental white parabolic radio telescope dish viewed from a dramatic low angle, tilted toward a dense black night sky. Several smaller dishes recede across a barren high-desert plateau. Thin concentric signal rings and precise orbital lines radiate from the main dish, visually connecting radio astronomy with sound. Tiny silhouettes of a live audience gather beneath cool floodlights at the base of the structure, establishing the concert scale without becoming the focal point.\n\nUse a limited fluorescent screen-print palette: deep black, chalk white, electric cobalt blue, acid chartreuse, and one sharp coral-red accent. Strong halftone texture, overprinted color edges, coarse ink grain, angular geometric rules, technical calibration marks, and a tactile independent-music-poster finish. No glossy photorealism. Mood: cerebral, nocturnal, energetic, mysterious, culturally sophisticated.\n\nBuild a disciplined Swiss-modernist typographic grid on the right third with generous negative space and crisp alignment. Set the exact headline NIGHT ARRAY in huge condensed uppercase sans-serif lettering. Beneath it, clearly typeset EXPERIMENTAL SOUND UNDER THE DISHES, then 18 OCTOBER 2026, HIGH MESA RADIO OBSERVATORY, and the artist line LUMA FIELD / STATIC BLOOM / NIA VOSS / ORBITAL CHOIR. Add small functional details along the bottom: DOORS 19:00 — LIVE 20:30 — ALL AGES. Typography must feel intentionally integrated into the artwork, highly legible, correctly spelled, and hierarchically organized. One standalone flat poster image filling the frame, edge-to-edge artwork, no mockup, no wall, no frame, no logos, no UI.',
width: 1216,
height: 832
})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": "bria:20@1",
"positivePrompt": "Create a finished landscape event poster for NIGHT ARRAY, an experimental electronic music concert held at a remote radio astronomy observatory. Bold editorial composition designed for a digital billboard and venue signage. On the left, show a monumental white parabolic radio telescope dish viewed from a dramatic low angle, tilted toward a dense black night sky. Several smaller dishes recede across a barren high-desert plateau. Thin concentric signal rings and precise orbital lines radiate from the main dish, visually connecting radio astronomy with sound. Tiny silhouettes of a live audience gather beneath cool floodlights at the base of the structure, establishing the concert scale without becoming the focal point.\n\nUse a limited fluorescent screen-print palette: deep black, chalk white, electric cobalt blue, acid chartreuse, and one sharp coral-red accent. Strong halftone texture, overprinted color edges, coarse ink grain, angular geometric rules, technical calibration marks, and a tactile independent-music-poster finish. No glossy photorealism. Mood: cerebral, nocturnal, energetic, mysterious, culturally sophisticated.\n\nBuild a disciplined Swiss-modernist typographic grid on the right third with generous negative space and crisp alignment. Set the exact headline NIGHT ARRAY in huge condensed uppercase sans-serif lettering. Beneath it, clearly typeset EXPERIMENTAL SOUND UNDER THE DISHES, then 18 OCTOBER 2026, HIGH MESA RADIO OBSERVATORY, and the artist line LUMA FIELD / STATIC BLOOM / NIA VOSS / ORBITAL CHOIR. Add small functional details along the bottom: DOORS 19:00 — LIVE 20:30 — ALL AGES. Typography must feel intentionally integrated into the artwork, highly legible, correctly spelled, and hierarchically organized. One standalone flat poster image filling the frame, edge-to-edge artwork, no mockup, no wall, no frame, no logos, no UI.",
"width": 1216,
"height": 832
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "40c019cc-46a3-4d7b-a8d7-e977c26bcc61",
"model": "bria:20@1",
"positivePrompt": "Create a finished landscape event poster for NIGHT ARRAY, an experimental electronic music concert held at a remote radio astronomy observatory. Bold editorial composition designed for a digital billboard and venue signage. On the left, show a monumental white parabolic radio telescope dish viewed from a dramatic low angle, tilted toward a dense black night sky. Several smaller dishes recede across a barren high-desert plateau. Thin concentric signal rings and precise orbital lines radiate from the main dish, visually connecting radio astronomy with sound. Tiny silhouettes of a live audience gather beneath cool floodlights at the base of the structure, establishing the concert scale without becoming the focal point.\n\nUse a limited fluorescent screen-print palette: deep black, chalk white, electric cobalt blue, acid chartreuse, and one sharp coral-red accent. Strong halftone texture, overprinted color edges, coarse ink grain, angular geometric rules, technical calibration marks, and a tactile independent-music-poster finish. No glossy photorealism. Mood: cerebral, nocturnal, energetic, mysterious, culturally sophisticated.\n\nBuild a disciplined Swiss-modernist typographic grid on the right third with generous negative space and crisp alignment. Set the exact headline NIGHT ARRAY in huge condensed uppercase sans-serif lettering. Beneath it, clearly typeset EXPERIMENTAL SOUND UNDER THE DISHES, then 18 OCTOBER 2026, HIGH MESA RADIO OBSERVATORY, and the artist line LUMA FIELD / STATIC BLOOM / NIA VOSS / ORBITAL CHOIR. Add small functional details along the bottom: DOORS 19:00 — LIVE 20:30 — ALL AGES. Typography must feel intentionally integrated into the artwork, highly legible, correctly spelled, and hierarchically organized. One standalone flat poster image filling the frame, edge-to-edge artwork, no mockup, no wall, no frame, no logos, no UI.",
"width": 1216,
"height": 832
}
]'runware run bria:20@1 \
positivePrompt="Create a finished landscape event poster for NIGHT ARRAY, an experimental electronic music concert held at a remote radio astronomy observatory. Bold editorial composition designed for a digital billboard and venue signage. On the left, show a monumental white parabolic radio telescope dish viewed from a dramatic low angle, tilted toward a dense black night sky. Several smaller dishes recede across a barren high-desert plateau. Thin concentric signal rings and precise orbital lines radiate from the main dish, visually connecting radio astronomy with sound. Tiny silhouettes of a live audience gather beneath cool floodlights at the base of the structure, establishing the concert scale without becoming the focal point.
Use a limited fluorescent screen-print palette: deep black, chalk white, electric cobalt blue, acid chartreuse, and one sharp coral-red accent. Strong halftone texture, overprinted color edges, coarse ink grain, angular geometric rules, technical calibration marks, and a tactile independent-music-poster finish. No glossy photorealism. Mood: cerebral, nocturnal, energetic, mysterious, culturally sophisticated.
Build a disciplined Swiss-modernist typographic grid on the right third with generous negative space and crisp alignment. Set the exact headline NIGHT ARRAY in huge condensed uppercase sans-serif lettering. Beneath it, clearly typeset EXPERIMENTAL SOUND UNDER THE DISHES, then 18 OCTOBER 2026, HIGH MESA RADIO OBSERVATORY, and the artist line LUMA FIELD / STATIC BLOOM / NIA VOSS / ORBITAL CHOIR. Add small functional details along the bottom: DOORS 19:00 — LIVE 20:30 — ALL AGES. Typography must feel intentionally integrated into the artwork, highly legible, correctly spelled, and hierarchically organized. One standalone flat poster image filling the frame, edge-to-edge artwork, no mockup, no wall, no frame, no logos, no UI." \
width=1216 \
height=832{
"taskType": "imageInference",
"taskUUID": "40c019cc-46a3-4d7b-a8d7-e977c26bcc61",
"model": "bria:20@1",
"positivePrompt": "Create a finished landscape event poster for NIGHT ARRAY, an experimental electronic music concert held at a remote radio astronomy observatory. Bold editorial composition designed for a digital billboard and venue signage. On the left, show a monumental white parabolic radio telescope dish viewed from a dramatic low angle, tilted toward a dense black night sky. Several smaller dishes recede across a barren high-desert plateau. Thin concentric signal rings and precise orbital lines radiate from the main dish, visually connecting radio astronomy with sound. Tiny silhouettes of a live audience gather beneath cool floodlights at the base of the structure, establishing the concert scale without becoming the focal point.\n\nUse a limited fluorescent screen-print palette: deep black, chalk white, electric cobalt blue, acid chartreuse, and one sharp coral-red accent. Strong halftone texture, overprinted color edges, coarse ink grain, angular geometric rules, technical calibration marks, and a tactile independent-music-poster finish. No glossy photorealism. Mood: cerebral, nocturnal, energetic, mysterious, culturally sophisticated.\n\nBuild a disciplined Swiss-modernist typographic grid on the right third with generous negative space and crisp alignment. Set the exact headline NIGHT ARRAY in huge condensed uppercase sans-serif lettering. Beneath it, clearly typeset EXPERIMENTAL SOUND UNDER THE DISHES, then 18 OCTOBER 2026, HIGH MESA RADIO OBSERVATORY, and the artist line LUMA FIELD / STATIC BLOOM / NIA VOSS / ORBITAL CHOIR. Add small functional details along the bottom: DOORS 19:00 — LIVE 20:30 — ALL AGES. Typography must feel intentionally integrated into the artwork, highly legible, correctly spelled, and hierarchically organized. One standalone flat poster image filling the frame, edge-to-edge artwork, no mockup, no wall, no frame, no logos, no UI.",
"width": 1216,
"height": 832
}{
"taskType": "imageInference",
"taskUUID": "40c019cc-46a3-4d7b-a8d7-e977c26bcc61",
"imageUUID": "1890f3da-eac4-4f35-ad8e-c7da60c87b27",
"imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/1890f3da-eac4-4f35-ad8e-c7da60c87b27.jpg",
"seed": 484631822,
"cost": 0.04
}Deicing Crew Linocut Restyle

Create an original landscape editorial image that looks like a sharply observed documentary photograph transformed into a hand-carved reduction linocut print. At a regional airport during blue hour, show two ground crew members in a raised deicing boom basket spraying a passenger aircraft wing with a powerful arc of heated fluid. The large wing cuts diagonally from the upper left toward the center, while the compact deicing truck occupies the lower right. Both workers wear realistic reflective safety jackets, insulated helmets, gloves, and harnesses. Backlit vapor blooms around the wing and catches the runway floodlights; wet tarmac below carries broken reflections. Include subtle background details such as runway edge lights, distant service vehicles, low terminal silhouettes, and winter haze, without distracting from the crew. Preserve believable photographic perspective, machinery proportions, and candid operational body language while translating every surface into expressive carved marks, bold contour lines, angular hatching, and layered ink shapes. Limited reduction-print palette of deep cobalt blue, warm safety orange, smoky black, and unprinted ivory paper. Strong contrast, tactile ink texture, slight handmade registration variation, crisp focal detail on the workers and spray, calmer broad shapes in the sky. Purposeful, industrious, atmospheric mood. Sophisticated contemporary editorial illustration, panoramic composition, full-bleed standalone artwork, no border, no lettering, no logos, no watermark.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bria:20@1',
positivePrompt: 'Create an original landscape editorial image that looks like a sharply observed documentary photograph transformed into a hand-carved reduction linocut print. At a regional airport during blue hour, show two ground crew members in a raised deicing boom basket spraying a passenger aircraft wing with a powerful arc of heated fluid. The large wing cuts diagonally from the upper left toward the center, while the compact deicing truck occupies the lower right. Both workers wear realistic reflective safety jackets, insulated helmets, gloves, and harnesses. Backlit vapor blooms around the wing and catches the runway floodlights; wet tarmac below carries broken reflections. Include subtle background details such as runway edge lights, distant service vehicles, low terminal silhouettes, and winter haze, without distracting from the crew. Preserve believable photographic perspective, machinery proportions, and candid operational body language while translating every surface into expressive carved marks, bold contour lines, angular hatching, and layered ink shapes. Limited reduction-print palette of deep cobalt blue, warm safety orange, smoky black, and unprinted ivory paper. Strong contrast, tactile ink texture, slight handmade registration variation, crisp focal detail on the workers and spray, calmer broad shapes in the sky. Purposeful, industrious, atmospheric mood. Sophisticated contemporary editorial illustration, panoramic composition, full-bleed standalone artwork, no border, no lettering, no logos, no watermark.',
negativePrompt: 'Photorealistic rendering, glossy 3D art, cartoon characters, fantasy aircraft, distorted machinery, extra workers, malformed hands, missing safety equipment, illegible signage, typography, logos, watermark, poster border, split panels, interface elements',
width: 1216,
height: 832
})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": "bria:20@1",
"positivePrompt": "Create an original landscape editorial image that looks like a sharply observed documentary photograph transformed into a hand-carved reduction linocut print. At a regional airport during blue hour, show two ground crew members in a raised deicing boom basket spraying a passenger aircraft wing with a powerful arc of heated fluid. The large wing cuts diagonally from the upper left toward the center, while the compact deicing truck occupies the lower right. Both workers wear realistic reflective safety jackets, insulated helmets, gloves, and harnesses. Backlit vapor blooms around the wing and catches the runway floodlights; wet tarmac below carries broken reflections. Include subtle background details such as runway edge lights, distant service vehicles, low terminal silhouettes, and winter haze, without distracting from the crew. Preserve believable photographic perspective, machinery proportions, and candid operational body language while translating every surface into expressive carved marks, bold contour lines, angular hatching, and layered ink shapes. Limited reduction-print palette of deep cobalt blue, warm safety orange, smoky black, and unprinted ivory paper. Strong contrast, tactile ink texture, slight handmade registration variation, crisp focal detail on the workers and spray, calmer broad shapes in the sky. Purposeful, industrious, atmospheric mood. Sophisticated contemporary editorial illustration, panoramic composition, full-bleed standalone artwork, no border, no lettering, no logos, no watermark.",
"negativePrompt": "Photorealistic rendering, glossy 3D art, cartoon characters, fantasy aircraft, distorted machinery, extra workers, malformed hands, missing safety equipment, illegible signage, typography, logos, watermark, poster border, split panels, interface elements",
"width": 1216,
"height": 832
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "8ef77d97-e7ca-4421-bd73-72dfde4a57f0",
"model": "bria:20@1",
"positivePrompt": "Create an original landscape editorial image that looks like a sharply observed documentary photograph transformed into a hand-carved reduction linocut print. At a regional airport during blue hour, show two ground crew members in a raised deicing boom basket spraying a passenger aircraft wing with a powerful arc of heated fluid. The large wing cuts diagonally from the upper left toward the center, while the compact deicing truck occupies the lower right. Both workers wear realistic reflective safety jackets, insulated helmets, gloves, and harnesses. Backlit vapor blooms around the wing and catches the runway floodlights; wet tarmac below carries broken reflections. Include subtle background details such as runway edge lights, distant service vehicles, low terminal silhouettes, and winter haze, without distracting from the crew. Preserve believable photographic perspective, machinery proportions, and candid operational body language while translating every surface into expressive carved marks, bold contour lines, angular hatching, and layered ink shapes. Limited reduction-print palette of deep cobalt blue, warm safety orange, smoky black, and unprinted ivory paper. Strong contrast, tactile ink texture, slight handmade registration variation, crisp focal detail on the workers and spray, calmer broad shapes in the sky. Purposeful, industrious, atmospheric mood. Sophisticated contemporary editorial illustration, panoramic composition, full-bleed standalone artwork, no border, no lettering, no logos, no watermark.",
"negativePrompt": "Photorealistic rendering, glossy 3D art, cartoon characters, fantasy aircraft, distorted machinery, extra workers, malformed hands, missing safety equipment, illegible signage, typography, logos, watermark, poster border, split panels, interface elements",
"width": 1216,
"height": 832
}
]'runware run bria:20@1 \
positivePrompt="Create an original landscape editorial image that looks like a sharply observed documentary photograph transformed into a hand-carved reduction linocut print. At a regional airport during blue hour, show two ground crew members in a raised deicing boom basket spraying a passenger aircraft wing with a powerful arc of heated fluid. The large wing cuts diagonally from the upper left toward the center, while the compact deicing truck occupies the lower right. Both workers wear realistic reflective safety jackets, insulated helmets, gloves, and harnesses. Backlit vapor blooms around the wing and catches the runway floodlights; wet tarmac below carries broken reflections. Include subtle background details such as runway edge lights, distant service vehicles, low terminal silhouettes, and winter haze, without distracting from the crew. Preserve believable photographic perspective, machinery proportions, and candid operational body language while translating every surface into expressive carved marks, bold contour lines, angular hatching, and layered ink shapes. Limited reduction-print palette of deep cobalt blue, warm safety orange, smoky black, and unprinted ivory paper. Strong contrast, tactile ink texture, slight handmade registration variation, crisp focal detail on the workers and spray, calmer broad shapes in the sky. Purposeful, industrious, atmospheric mood. Sophisticated contemporary editorial illustration, panoramic composition, full-bleed standalone artwork, no border, no lettering, no logos, no watermark." \
negativePrompt="Photorealistic rendering, glossy 3D art, cartoon characters, fantasy aircraft, distorted machinery, extra workers, malformed hands, missing safety equipment, illegible signage, typography, logos, watermark, poster border, split panels, interface elements" \
width=1216 \
height=832{
"taskType": "imageInference",
"taskUUID": "8ef77d97-e7ca-4421-bd73-72dfde4a57f0",
"model": "bria:20@1",
"positivePrompt": "Create an original landscape editorial image that looks like a sharply observed documentary photograph transformed into a hand-carved reduction linocut print. At a regional airport during blue hour, show two ground crew members in a raised deicing boom basket spraying a passenger aircraft wing with a powerful arc of heated fluid. The large wing cuts diagonally from the upper left toward the center, while the compact deicing truck occupies the lower right. Both workers wear realistic reflective safety jackets, insulated helmets, gloves, and harnesses. Backlit vapor blooms around the wing and catches the runway floodlights; wet tarmac below carries broken reflections. Include subtle background details such as runway edge lights, distant service vehicles, low terminal silhouettes, and winter haze, without distracting from the crew. Preserve believable photographic perspective, machinery proportions, and candid operational body language while translating every surface into expressive carved marks, bold contour lines, angular hatching, and layered ink shapes. Limited reduction-print palette of deep cobalt blue, warm safety orange, smoky black, and unprinted ivory paper. Strong contrast, tactile ink texture, slight handmade registration variation, crisp focal detail on the workers and spray, calmer broad shapes in the sky. Purposeful, industrious, atmospheric mood. Sophisticated contemporary editorial illustration, panoramic composition, full-bleed standalone artwork, no border, no lettering, no logos, no watermark.",
"negativePrompt": "Photorealistic rendering, glossy 3D art, cartoon characters, fantasy aircraft, distorted machinery, extra workers, malformed hands, missing safety equipment, illegible signage, typography, logos, watermark, poster border, split panels, interface elements",
"width": 1216,
"height": 832
}{
"taskType": "imageInference",
"taskUUID": "8ef77d97-e7ca-4421-bd73-72dfde4a57f0",
"imageUUID": "3d797e68-c828-453e-9984-c6743276f33e",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/3d797e68-c828-453e-9984-c6743276f33e.jpg",
"seed": 528143396,
"cost": 0.04
}Geothermal Library Cavern Interior

A vast underground library carved into a geothermal cavern, terraced basalt bookshelves following the curve of the stone walls, narrow brass catwalks connecting reading platforms, warm mineral steam drifting through shafts of amber light, circular skylike vents in the ceiling revealing glowing rock strata, librarians in practical expedition clothing sorting maps and field journals, long communal tables with ceramic lamps, stacks of weathered atlases, polished obsidian floor reflecting the light, a central spiral archive tower with engraved wayfinding symbols, cinematic environmental detail, highly coherent spatial layout, realistic materials, atmospheric depth, refined composition
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bria:20@1',
positivePrompt: 'A vast underground library carved into a geothermal cavern, terraced basalt bookshelves following the curve of the stone walls, narrow brass catwalks connecting reading platforms, warm mineral steam drifting through shafts of amber light, circular skylike vents in the ceiling revealing glowing rock strata, librarians in practical expedition clothing sorting maps and field journals, long communal tables with ceramic lamps, stacks of weathered atlases, polished obsidian floor reflecting the light, a central spiral archive tower with engraved wayfinding symbols, cinematic environmental detail, highly coherent spatial layout, realistic materials, atmospheric depth, refined composition',
negativePrompt: 'text overlays, watermark, logo, blurry details, distorted anatomy, extra limbs, duplicated people, low contrast, oversaturated colors, cluttered composition, futuristic holograms, cartoon style',
width: 1216,
height: 832,
seed: 41672,
steps: 50,
CFGScale: 5,
providerSettings: {
bria: {
ipSignal: 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": "bria:20@1",
"positivePrompt": "A vast underground library carved into a geothermal cavern, terraced basalt bookshelves following the curve of the stone walls, narrow brass catwalks connecting reading platforms, warm mineral steam drifting through shafts of amber light, circular skylike vents in the ceiling revealing glowing rock strata, librarians in practical expedition clothing sorting maps and field journals, long communal tables with ceramic lamps, stacks of weathered atlases, polished obsidian floor reflecting the light, a central spiral archive tower with engraved wayfinding symbols, cinematic environmental detail, highly coherent spatial layout, realistic materials, atmospheric depth, refined composition",
"negativePrompt": "text overlays, watermark, logo, blurry details, distorted anatomy, extra limbs, duplicated people, low contrast, oversaturated colors, cluttered composition, futuristic holograms, cartoon style",
"width": 1216,
"height": 832,
"seed": 41672,
"steps": 50,
"CFGScale": 5,
"providerSettings": {
"bria": {
"ipSignal": 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": "44a51e34-40c9-4b78-a7b4-72414d0cc3a4",
"model": "bria:20@1",
"positivePrompt": "A vast underground library carved into a geothermal cavern, terraced basalt bookshelves following the curve of the stone walls, narrow brass catwalks connecting reading platforms, warm mineral steam drifting through shafts of amber light, circular skylike vents in the ceiling revealing glowing rock strata, librarians in practical expedition clothing sorting maps and field journals, long communal tables with ceramic lamps, stacks of weathered atlases, polished obsidian floor reflecting the light, a central spiral archive tower with engraved wayfinding symbols, cinematic environmental detail, highly coherent spatial layout, realistic materials, atmospheric depth, refined composition",
"negativePrompt": "text overlays, watermark, logo, blurry details, distorted anatomy, extra limbs, duplicated people, low contrast, oversaturated colors, cluttered composition, futuristic holograms, cartoon style",
"width": 1216,
"height": 832,
"seed": 41672,
"steps": 50,
"CFGScale": 5,
"providerSettings": {
"bria": {
"ipSignal": false
}
}
}
]'runware run bria:20@1 \
positivePrompt="A vast underground library carved into a geothermal cavern, terraced basalt bookshelves following the curve of the stone walls, narrow brass catwalks connecting reading platforms, warm mineral steam drifting through shafts of amber light, circular skylike vents in the ceiling revealing glowing rock strata, librarians in practical expedition clothing sorting maps and field journals, long communal tables with ceramic lamps, stacks of weathered atlases, polished obsidian floor reflecting the light, a central spiral archive tower with engraved wayfinding symbols, cinematic environmental detail, highly coherent spatial layout, realistic materials, atmospheric depth, refined composition" \
negativePrompt="text overlays, watermark, logo, blurry details, distorted anatomy, extra limbs, duplicated people, low contrast, oversaturated colors, cluttered composition, futuristic holograms, cartoon style" \
width=1216 \
height=832 \
seed=41672 \
steps=50 \
CFGScale=5 \
providerSettings.bria.ipSignal=false{
"taskType": "imageInference",
"taskUUID": "44a51e34-40c9-4b78-a7b4-72414d0cc3a4",
"model": "bria:20@1",
"positivePrompt": "A vast underground library carved into a geothermal cavern, terraced basalt bookshelves following the curve of the stone walls, narrow brass catwalks connecting reading platforms, warm mineral steam drifting through shafts of amber light, circular skylike vents in the ceiling revealing glowing rock strata, librarians in practical expedition clothing sorting maps and field journals, long communal tables with ceramic lamps, stacks of weathered atlases, polished obsidian floor reflecting the light, a central spiral archive tower with engraved wayfinding symbols, cinematic environmental detail, highly coherent spatial layout, realistic materials, atmospheric depth, refined composition",
"negativePrompt": "text overlays, watermark, logo, blurry details, distorted anatomy, extra limbs, duplicated people, low contrast, oversaturated colors, cluttered composition, futuristic holograms, cartoon style",
"width": 1216,
"height": 832,
"seed": 41672,
"steps": 50,
"CFGScale": 5,
"providerSettings": {
"bria": {
"ipSignal": false
}
}
}{
"taskType": "imageInference",
"taskUUID": "44a51e34-40c9-4b78-a7b4-72414d0cc3a4",
"imageUUID": "f3d6acaa-fdef-4b85-8977-2b3ef265169f",
"imageURL": "https://im.runware.ai/image/os/a21d05/ws/2/ii/f3d6acaa-fdef-4b85-8977-2b3ef265169f.jpg",
"seed": 41672,
"cost": 0.04
}Sunlit Salt-Flat Caravan

A panoramic scene of a nomadic caravan traveling across a brilliant white salt flat at sunrise, mirrored reflections underfoot, three ornate wind-powered wagons with amber fabric sails and polished brass fittings, pack animals carrying woven bundles, distant polygonal basalt hills on the horizon, thin mist hugging the ground, long elegant shadows, crisp air, warm apricot and pale gold sky, ultra-detailed textures, cinematic wide composition, natural color harmony, realistic environmental lighting, refined editorial photography aesthetic, serene yet adventurous 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: 'bria:20@1',
positivePrompt: 'A panoramic scene of a nomadic caravan traveling across a brilliant white salt flat at sunrise, mirrored reflections underfoot, three ornate wind-powered wagons with amber fabric sails and polished brass fittings, pack animals carrying woven bundles, distant polygonal basalt hills on the horizon, thin mist hugging the ground, long elegant shadows, crisp air, warm apricot and pale gold sky, ultra-detailed textures, cinematic wide composition, natural color harmony, realistic environmental lighting, refined editorial photography aesthetic, serene yet adventurous mood',
negativePrompt: 'text, watermark, logo, blurry details, low contrast, oversaturated colors, duplicate animals, extra wagons, distorted anatomy, cropped subjects, cluttered foreground, dark storm clouds, urban structures',
width: 1344,
height: 768,
seed: 23145,
steps: 40,
CFGScale: 5,
providerSettings: {
bria: {
ipSignal: 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": "bria:20@1",
"positivePrompt": "A panoramic scene of a nomadic caravan traveling across a brilliant white salt flat at sunrise, mirrored reflections underfoot, three ornate wind-powered wagons with amber fabric sails and polished brass fittings, pack animals carrying woven bundles, distant polygonal basalt hills on the horizon, thin mist hugging the ground, long elegant shadows, crisp air, warm apricot and pale gold sky, ultra-detailed textures, cinematic wide composition, natural color harmony, realistic environmental lighting, refined editorial photography aesthetic, serene yet adventurous mood",
"negativePrompt": "text, watermark, logo, blurry details, low contrast, oversaturated colors, duplicate animals, extra wagons, distorted anatomy, cropped subjects, cluttered foreground, dark storm clouds, urban structures",
"width": 1344,
"height": 768,
"seed": 23145,
"steps": 40,
"CFGScale": 5,
"providerSettings": {
"bria": {
"ipSignal": 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": "1e7acd2a-4d34-4cec-a351-bda8e6d4ce07",
"model": "bria:20@1",
"positivePrompt": "A panoramic scene of a nomadic caravan traveling across a brilliant white salt flat at sunrise, mirrored reflections underfoot, three ornate wind-powered wagons with amber fabric sails and polished brass fittings, pack animals carrying woven bundles, distant polygonal basalt hills on the horizon, thin mist hugging the ground, long elegant shadows, crisp air, warm apricot and pale gold sky, ultra-detailed textures, cinematic wide composition, natural color harmony, realistic environmental lighting, refined editorial photography aesthetic, serene yet adventurous mood",
"negativePrompt": "text, watermark, logo, blurry details, low contrast, oversaturated colors, duplicate animals, extra wagons, distorted anatomy, cropped subjects, cluttered foreground, dark storm clouds, urban structures",
"width": 1344,
"height": 768,
"seed": 23145,
"steps": 40,
"CFGScale": 5,
"providerSettings": {
"bria": {
"ipSignal": false
}
}
}
]'runware run bria:20@1 \
positivePrompt="A panoramic scene of a nomadic caravan traveling across a brilliant white salt flat at sunrise, mirrored reflections underfoot, three ornate wind-powered wagons with amber fabric sails and polished brass fittings, pack animals carrying woven bundles, distant polygonal basalt hills on the horizon, thin mist hugging the ground, long elegant shadows, crisp air, warm apricot and pale gold sky, ultra-detailed textures, cinematic wide composition, natural color harmony, realistic environmental lighting, refined editorial photography aesthetic, serene yet adventurous mood" \
negativePrompt="text, watermark, logo, blurry details, low contrast, oversaturated colors, duplicate animals, extra wagons, distorted anatomy, cropped subjects, cluttered foreground, dark storm clouds, urban structures" \
width=1344 \
height=768 \
seed=23145 \
steps=40 \
CFGScale=5 \
providerSettings.bria.ipSignal=false{
"taskType": "imageInference",
"taskUUID": "1e7acd2a-4d34-4cec-a351-bda8e6d4ce07",
"model": "bria:20@1",
"positivePrompt": "A panoramic scene of a nomadic caravan traveling across a brilliant white salt flat at sunrise, mirrored reflections underfoot, three ornate wind-powered wagons with amber fabric sails and polished brass fittings, pack animals carrying woven bundles, distant polygonal basalt hills on the horizon, thin mist hugging the ground, long elegant shadows, crisp air, warm apricot and pale gold sky, ultra-detailed textures, cinematic wide composition, natural color harmony, realistic environmental lighting, refined editorial photography aesthetic, serene yet adventurous mood",
"negativePrompt": "text, watermark, logo, blurry details, low contrast, oversaturated colors, duplicate animals, extra wagons, distorted anatomy, cropped subjects, cluttered foreground, dark storm clouds, urban structures",
"width": 1344,
"height": 768,
"seed": 23145,
"steps": 40,
"CFGScale": 5,
"providerSettings": {
"bria": {
"ipSignal": false
}
}
}{
"taskType": "imageInference",
"taskUUID": "1e7acd2a-4d34-4cec-a351-bda8e6d4ce07",
"imageUUID": "fa28d2e1-83df-4f9f-80c9-016824c84369",
"imageURL": "https://im.runware.ai/image/os/a21d05/ws/2/ii/fa28d2e1-83df-4f9f-80c9-016824c84369.jpg",
"seed": 23145,
"cost": 0.04
}Art Deco Tea House Interior

An elegant 1930s-inspired tea house interior with Art Deco geometry, lacquered black wood, brass inlays, jade ceramic teapots, patterned marble floor, tall arched windows glowing with late afternoon amber light, a central round table set for a quiet gathering, carved screens, hanging globe lamps, potted palms, subtle haze in the air, symmetrical composition, ultra-clean lines, sophisticated hospitality design, editorial luxury photography, high detail, warm muted palette, polished surfaces, inviting and serene 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: 'bria:20@1',
positivePrompt: 'An elegant 1930s-inspired tea house interior with Art Deco geometry, lacquered black wood, brass inlays, jade ceramic teapots, patterned marble floor, tall arched windows glowing with late afternoon amber light, a central round table set for a quiet gathering, carved screens, hanging globe lamps, potted palms, subtle haze in the air, symmetrical composition, ultra-clean lines, sophisticated hospitality design, editorial luxury photography, high detail, warm muted palette, polished surfaces, inviting and serene mood',
negativePrompt: 'people, text, watermark, logo, clutter, mess, broken furniture, low detail, blurry, noisy, distorted perspective, oversaturated colors, duplicate objects',
width: 1216,
height: 832,
seed: 21109,
steps: 50,
CFGScale: 5,
providerSettings: {
bria: {
ipSignal: 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": "bria:20@1",
"positivePrompt": "An elegant 1930s-inspired tea house interior with Art Deco geometry, lacquered black wood, brass inlays, jade ceramic teapots, patterned marble floor, tall arched windows glowing with late afternoon amber light, a central round table set for a quiet gathering, carved screens, hanging globe lamps, potted palms, subtle haze in the air, symmetrical composition, ultra-clean lines, sophisticated hospitality design, editorial luxury photography, high detail, warm muted palette, polished surfaces, inviting and serene mood",
"negativePrompt": "people, text, watermark, logo, clutter, mess, broken furniture, low detail, blurry, noisy, distorted perspective, oversaturated colors, duplicate objects",
"width": 1216,
"height": 832,
"seed": 21109,
"steps": 50,
"CFGScale": 5,
"providerSettings": {
"bria": {
"ipSignal": 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": "75ff7f5e-1918-43a3-8fe8-ec8a35ee4c48",
"model": "bria:20@1",
"positivePrompt": "An elegant 1930s-inspired tea house interior with Art Deco geometry, lacquered black wood, brass inlays, jade ceramic teapots, patterned marble floor, tall arched windows glowing with late afternoon amber light, a central round table set for a quiet gathering, carved screens, hanging globe lamps, potted palms, subtle haze in the air, symmetrical composition, ultra-clean lines, sophisticated hospitality design, editorial luxury photography, high detail, warm muted palette, polished surfaces, inviting and serene mood",
"negativePrompt": "people, text, watermark, logo, clutter, mess, broken furniture, low detail, blurry, noisy, distorted perspective, oversaturated colors, duplicate objects",
"width": 1216,
"height": 832,
"seed": 21109,
"steps": 50,
"CFGScale": 5,
"providerSettings": {
"bria": {
"ipSignal": false
}
}
}
]'runware run bria:20@1 \
positivePrompt="An elegant 1930s-inspired tea house interior with Art Deco geometry, lacquered black wood, brass inlays, jade ceramic teapots, patterned marble floor, tall arched windows glowing with late afternoon amber light, a central round table set for a quiet gathering, carved screens, hanging globe lamps, potted palms, subtle haze in the air, symmetrical composition, ultra-clean lines, sophisticated hospitality design, editorial luxury photography, high detail, warm muted palette, polished surfaces, inviting and serene mood" \
negativePrompt="people, text, watermark, logo, clutter, mess, broken furniture, low detail, blurry, noisy, distorted perspective, oversaturated colors, duplicate objects" \
width=1216 \
height=832 \
seed=21109 \
steps=50 \
CFGScale=5 \
providerSettings.bria.ipSignal=false{
"taskType": "imageInference",
"taskUUID": "75ff7f5e-1918-43a3-8fe8-ec8a35ee4c48",
"model": "bria:20@1",
"positivePrompt": "An elegant 1930s-inspired tea house interior with Art Deco geometry, lacquered black wood, brass inlays, jade ceramic teapots, patterned marble floor, tall arched windows glowing with late afternoon amber light, a central round table set for a quiet gathering, carved screens, hanging globe lamps, potted palms, subtle haze in the air, symmetrical composition, ultra-clean lines, sophisticated hospitality design, editorial luxury photography, high detail, warm muted palette, polished surfaces, inviting and serene mood",
"negativePrompt": "people, text, watermark, logo, clutter, mess, broken furniture, low detail, blurry, noisy, distorted perspective, oversaturated colors, duplicate objects",
"width": 1216,
"height": 832,
"seed": 21109,
"steps": 50,
"CFGScale": 5,
"providerSettings": {
"bria": {
"ipSignal": false
}
}
}{
"taskType": "imageInference",
"taskUUID": "75ff7f5e-1918-43a3-8fe8-ec8a35ee4c48",
"imageUUID": "25a4fbb2-4f32-409e-b136-00ce006ceb0a",
"imageURL": "https://im.runware.ai/image/os/a10d08/ws/2/ii/25a4fbb2-4f32-409e-b136-00ce006ceb0a.jpg",
"seed": 21109,
"cost": 0.04
}Beaver Wetland Science Book Illustration

Transform the source photograph into a polished full-page educational illustration for a children’s nonfiction science book about wetland engineering. Preserve the recognizable portrait composition: the branch dam crossing the middle, calm pond behind it, flowing stream in front, wooded banks, reeds, willow trees, and the beaver near the dam. Make a clear, substantial stylistic and informational edit: reinterpret the scene as a cutaway that shows both the landscape above water and the hidden ground below. Beneath the pond, reveal saturated soil, a raised blue water table, branching willow roots, pebbles, and simple directional water-flow arrows demonstrating how the dam slows and stores water. Include a trout, frog tadpoles, a dragonfly nymph, freshwater mussels, and a muskrat burrow in plausible habitats, all easy for young readers to identify. Show the dam as an understandable layered structure of sticks, mud, stones, and leaves. Art direction: tactile cut-paper collage combined with opaque gouache, crisp layered edges, subtle paper grain, simplified scientifically accurate forms, friendly but not anthropomorphic wildlife. Palette of deep teal, pond blue, moss green, warm clay, golden ochre, and unbleached paper cream. Calm, curious, inviting mood; strong visual hierarchy and uncluttered detail suitable for ages 7–10. Leave several small areas of clean negative space around key features for editorial labels, but generate no words, letters, captions, border, or page furniture. Finished standalone illustration, not a photographed book or mockup.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bria:20@1',
positivePrompt: 'Transform the source photograph into a polished full-page educational illustration for a children’s nonfiction science book about wetland engineering. Preserve the recognizable portrait composition: the branch dam crossing the middle, calm pond behind it, flowing stream in front, wooded banks, reeds, willow trees, and the beaver near the dam. Make a clear, substantial stylistic and informational edit: reinterpret the scene as a cutaway that shows both the landscape above water and the hidden ground below. Beneath the pond, reveal saturated soil, a raised blue water table, branching willow roots, pebbles, and simple directional water-flow arrows demonstrating how the dam slows and stores water. Include a trout, frog tadpoles, a dragonfly nymph, freshwater mussels, and a muskrat burrow in plausible habitats, all easy for young readers to identify. Show the dam as an understandable layered structure of sticks, mud, stones, and leaves. Art direction: tactile cut-paper collage combined with opaque gouache, crisp layered edges, subtle paper grain, simplified scientifically accurate forms, friendly but not anthropomorphic wildlife. Palette of deep teal, pond blue, moss green, warm clay, golden ochre, and unbleached paper cream. Calm, curious, inviting mood; strong visual hierarchy and uncluttered detail suitable for ages 7–10. Leave several small areas of clean negative space around key features for editorial labels, but generate no words, letters, captions, border, or page furniture. Finished standalone illustration, not a photographed book or mockup.',
negativePrompt: 'Photorealism, generic fantasy scenery, anthropomorphic animals, clothing, talking animals, exaggerated cartoon faces, inaccurate anatomy, polluted water, trash, dramatic sunset, neon colors, dense clutter, illegible text, labels, letters, numbers, logo, watermark, book mockup, page curl, frame, interface elements',
width: 896,
height: 1152,
inputs: {
image: 'https://assets.runware.ai/assets/inputs/363b3fdc-cd3d-4f1a-8f9f-515776584515.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": "bria:20@1",
"positivePrompt": "Transform the source photograph into a polished full-page educational illustration for a children’s nonfiction science book about wetland engineering. Preserve the recognizable portrait composition: the branch dam crossing the middle, calm pond behind it, flowing stream in front, wooded banks, reeds, willow trees, and the beaver near the dam. Make a clear, substantial stylistic and informational edit: reinterpret the scene as a cutaway that shows both the landscape above water and the hidden ground below. Beneath the pond, reveal saturated soil, a raised blue water table, branching willow roots, pebbles, and simple directional water-flow arrows demonstrating how the dam slows and stores water. Include a trout, frog tadpoles, a dragonfly nymph, freshwater mussels, and a muskrat burrow in plausible habitats, all easy for young readers to identify. Show the dam as an understandable layered structure of sticks, mud, stones, and leaves. Art direction: tactile cut-paper collage combined with opaque gouache, crisp layered edges, subtle paper grain, simplified scientifically accurate forms, friendly but not anthropomorphic wildlife. Palette of deep teal, pond blue, moss green, warm clay, golden ochre, and unbleached paper cream. Calm, curious, inviting mood; strong visual hierarchy and uncluttered detail suitable for ages 7–10. Leave several small areas of clean negative space around key features for editorial labels, but generate no words, letters, captions, border, or page furniture. Finished standalone illustration, not a photographed book or mockup.",
"negativePrompt": "Photorealism, generic fantasy scenery, anthropomorphic animals, clothing, talking animals, exaggerated cartoon faces, inaccurate anatomy, polluted water, trash, dramatic sunset, neon colors, dense clutter, illegible text, labels, letters, numbers, logo, watermark, book mockup, page curl, frame, interface elements",
"width": 896,
"height": 1152,
"inputs": {
"image": "https://assets.runware.ai/assets/inputs/363b3fdc-cd3d-4f1a-8f9f-515776584515.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": "150a40bd-e2d8-4152-a3eb-e336b70c20e4",
"model": "bria:20@1",
"positivePrompt": "Transform the source photograph into a polished full-page educational illustration for a children’s nonfiction science book about wetland engineering. Preserve the recognizable portrait composition: the branch dam crossing the middle, calm pond behind it, flowing stream in front, wooded banks, reeds, willow trees, and the beaver near the dam. Make a clear, substantial stylistic and informational edit: reinterpret the scene as a cutaway that shows both the landscape above water and the hidden ground below. Beneath the pond, reveal saturated soil, a raised blue water table, branching willow roots, pebbles, and simple directional water-flow arrows demonstrating how the dam slows and stores water. Include a trout, frog tadpoles, a dragonfly nymph, freshwater mussels, and a muskrat burrow in plausible habitats, all easy for young readers to identify. Show the dam as an understandable layered structure of sticks, mud, stones, and leaves. Art direction: tactile cut-paper collage combined with opaque gouache, crisp layered edges, subtle paper grain, simplified scientifically accurate forms, friendly but not anthropomorphic wildlife. Palette of deep teal, pond blue, moss green, warm clay, golden ochre, and unbleached paper cream. Calm, curious, inviting mood; strong visual hierarchy and uncluttered detail suitable for ages 7–10. Leave several small areas of clean negative space around key features for editorial labels, but generate no words, letters, captions, border, or page furniture. Finished standalone illustration, not a photographed book or mockup.",
"negativePrompt": "Photorealism, generic fantasy scenery, anthropomorphic animals, clothing, talking animals, exaggerated cartoon faces, inaccurate anatomy, polluted water, trash, dramatic sunset, neon colors, dense clutter, illegible text, labels, letters, numbers, logo, watermark, book mockup, page curl, frame, interface elements",
"width": 896,
"height": 1152,
"inputs": {
"image": "https://assets.runware.ai/assets/inputs/363b3fdc-cd3d-4f1a-8f9f-515776584515.jpg"
}
}
]'runware run bria:20@1 \
positivePrompt="Transform the source photograph into a polished full-page educational illustration for a children’s nonfiction science book about wetland engineering. Preserve the recognizable portrait composition: the branch dam crossing the middle, calm pond behind it, flowing stream in front, wooded banks, reeds, willow trees, and the beaver near the dam. Make a clear, substantial stylistic and informational edit: reinterpret the scene as a cutaway that shows both the landscape above water and the hidden ground below. Beneath the pond, reveal saturated soil, a raised blue water table, branching willow roots, pebbles, and simple directional water-flow arrows demonstrating how the dam slows and stores water. Include a trout, frog tadpoles, a dragonfly nymph, freshwater mussels, and a muskrat burrow in plausible habitats, all easy for young readers to identify. Show the dam as an understandable layered structure of sticks, mud, stones, and leaves. Art direction: tactile cut-paper collage combined with opaque gouache, crisp layered edges, subtle paper grain, simplified scientifically accurate forms, friendly but not anthropomorphic wildlife. Palette of deep teal, pond blue, moss green, warm clay, golden ochre, and unbleached paper cream. Calm, curious, inviting mood; strong visual hierarchy and uncluttered detail suitable for ages 7–10. Leave several small areas of clean negative space around key features for editorial labels, but generate no words, letters, captions, border, or page furniture. Finished standalone illustration, not a photographed book or mockup." \
negativePrompt="Photorealism, generic fantasy scenery, anthropomorphic animals, clothing, talking animals, exaggerated cartoon faces, inaccurate anatomy, polluted water, trash, dramatic sunset, neon colors, dense clutter, illegible text, labels, letters, numbers, logo, watermark, book mockup, page curl, frame, interface elements" \
width=896 \
height=1152 \
inputs.image=https://assets.runware.ai/assets/inputs/363b3fdc-cd3d-4f1a-8f9f-515776584515.jpg{
"taskType": "imageInference",
"taskUUID": "150a40bd-e2d8-4152-a3eb-e336b70c20e4",
"model": "bria:20@1",
"positivePrompt": "Transform the source photograph into a polished full-page educational illustration for a children’s nonfiction science book about wetland engineering. Preserve the recognizable portrait composition: the branch dam crossing the middle, calm pond behind it, flowing stream in front, wooded banks, reeds, willow trees, and the beaver near the dam. Make a clear, substantial stylistic and informational edit: reinterpret the scene as a cutaway that shows both the landscape above water and the hidden ground below. Beneath the pond, reveal saturated soil, a raised blue water table, branching willow roots, pebbles, and simple directional water-flow arrows demonstrating how the dam slows and stores water. Include a trout, frog tadpoles, a dragonfly nymph, freshwater mussels, and a muskrat burrow in plausible habitats, all easy for young readers to identify. Show the dam as an understandable layered structure of sticks, mud, stones, and leaves. Art direction: tactile cut-paper collage combined with opaque gouache, crisp layered edges, subtle paper grain, simplified scientifically accurate forms, friendly but not anthropomorphic wildlife. Palette of deep teal, pond blue, moss green, warm clay, golden ochre, and unbleached paper cream. Calm, curious, inviting mood; strong visual hierarchy and uncluttered detail suitable for ages 7–10. Leave several small areas of clean negative space around key features for editorial labels, but generate no words, letters, captions, border, or page furniture. Finished standalone illustration, not a photographed book or mockup.",
"negativePrompt": "Photorealism, generic fantasy scenery, anthropomorphic animals, clothing, talking animals, exaggerated cartoon faces, inaccurate anatomy, polluted water, trash, dramatic sunset, neon colors, dense clutter, illegible text, labels, letters, numbers, logo, watermark, book mockup, page curl, frame, interface elements",
"width": 896,
"height": 1152,
"inputs": {
"image": "https://assets.runware.ai/assets/inputs/363b3fdc-cd3d-4f1a-8f9f-515776584515.jpg"
}
}{
"taskType": "imageInference",
"taskUUID": "150a40bd-e2d8-4152-a3eb-e336b70c20e4",
"imageUUID": "25d8579b-ac6d-48e0-9fff-6d44339ab5a5",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/25d8579b-ac6d-48e0-9fff-6d44339ab5a5.jpg",
"seed": 673621172,
"cost": 0.04
}Floating Teahouse Cliff Sanctuary

A tranquil fantasy sanctuary built into towering sea cliffs, with a floating teahouse platform suspended by elegant carved beams and braided ropes above a misty inlet. Tiered wooden pavilions, curved ceramic roofs, paper lanterns, cascading wisteria, narrow stone stairways, tiny footbridges, bonsai terraces, and distant white birds gliding through pale morning haze. Soft sunrise palette of apricot, pearl, sage, and weathered cedar. Highly detailed environmental storytelling, cinematic wide composition, atmospheric depth, refined textures, balanced architecture and nature, premium concept art realism.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bria:20@1',
positivePrompt: 'A tranquil fantasy sanctuary built into towering sea cliffs, with a floating teahouse platform suspended by elegant carved beams and braided ropes above a misty inlet. Tiered wooden pavilions, curved ceramic roofs, paper lanterns, cascading wisteria, narrow stone stairways, tiny footbridges, bonsai terraces, and distant white birds gliding through pale morning haze. Soft sunrise palette of apricot, pearl, sage, and weathered cedar. Highly detailed environmental storytelling, cinematic wide composition, atmospheric depth, refined textures, balanced architecture and nature, premium concept art realism.',
negativePrompt: 'text, watermark, logo, blurry, low detail, distorted anatomy, crowded composition, harsh neon colors, overexposed sky, duplicated structures, broken perspective',
width: 1216,
height: 832,
seed: 14238,
steps: 50,
CFGScale: 5,
providerSettings: {
bria: {
ipSignal: 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": "bria:20@1",
"positivePrompt": "A tranquil fantasy sanctuary built into towering sea cliffs, with a floating teahouse platform suspended by elegant carved beams and braided ropes above a misty inlet. Tiered wooden pavilions, curved ceramic roofs, paper lanterns, cascading wisteria, narrow stone stairways, tiny footbridges, bonsai terraces, and distant white birds gliding through pale morning haze. Soft sunrise palette of apricot, pearl, sage, and weathered cedar. Highly detailed environmental storytelling, cinematic wide composition, atmospheric depth, refined textures, balanced architecture and nature, premium concept art realism.",
"negativePrompt": "text, watermark, logo, blurry, low detail, distorted anatomy, crowded composition, harsh neon colors, overexposed sky, duplicated structures, broken perspective",
"width": 1216,
"height": 832,
"seed": 14238,
"steps": 50,
"CFGScale": 5,
"providerSettings": {
"bria": {
"ipSignal": 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": "69403368-a261-4030-a639-c7f77143877d",
"model": "bria:20@1",
"positivePrompt": "A tranquil fantasy sanctuary built into towering sea cliffs, with a floating teahouse platform suspended by elegant carved beams and braided ropes above a misty inlet. Tiered wooden pavilions, curved ceramic roofs, paper lanterns, cascading wisteria, narrow stone stairways, tiny footbridges, bonsai terraces, and distant white birds gliding through pale morning haze. Soft sunrise palette of apricot, pearl, sage, and weathered cedar. Highly detailed environmental storytelling, cinematic wide composition, atmospheric depth, refined textures, balanced architecture and nature, premium concept art realism.",
"negativePrompt": "text, watermark, logo, blurry, low detail, distorted anatomy, crowded composition, harsh neon colors, overexposed sky, duplicated structures, broken perspective",
"width": 1216,
"height": 832,
"seed": 14238,
"steps": 50,
"CFGScale": 5,
"providerSettings": {
"bria": {
"ipSignal": false
}
}
}
]'runware run bria:20@1 \
positivePrompt="A tranquil fantasy sanctuary built into towering sea cliffs, with a floating teahouse platform suspended by elegant carved beams and braided ropes above a misty inlet. Tiered wooden pavilions, curved ceramic roofs, paper lanterns, cascading wisteria, narrow stone stairways, tiny footbridges, bonsai terraces, and distant white birds gliding through pale morning haze. Soft sunrise palette of apricot, pearl, sage, and weathered cedar. Highly detailed environmental storytelling, cinematic wide composition, atmospheric depth, refined textures, balanced architecture and nature, premium concept art realism." \
negativePrompt="text, watermark, logo, blurry, low detail, distorted anatomy, crowded composition, harsh neon colors, overexposed sky, duplicated structures, broken perspective" \
width=1216 \
height=832 \
seed=14238 \
steps=50 \
CFGScale=5 \
providerSettings.bria.ipSignal=false{
"taskType": "imageInference",
"taskUUID": "69403368-a261-4030-a639-c7f77143877d",
"model": "bria:20@1",
"positivePrompt": "A tranquil fantasy sanctuary built into towering sea cliffs, with a floating teahouse platform suspended by elegant carved beams and braided ropes above a misty inlet. Tiered wooden pavilions, curved ceramic roofs, paper lanterns, cascading wisteria, narrow stone stairways, tiny footbridges, bonsai terraces, and distant white birds gliding through pale morning haze. Soft sunrise palette of apricot, pearl, sage, and weathered cedar. Highly detailed environmental storytelling, cinematic wide composition, atmospheric depth, refined textures, balanced architecture and nature, premium concept art realism.",
"negativePrompt": "text, watermark, logo, blurry, low detail, distorted anatomy, crowded composition, harsh neon colors, overexposed sky, duplicated structures, broken perspective",
"width": 1216,
"height": 832,
"seed": 14238,
"steps": 50,
"CFGScale": 5,
"providerSettings": {
"bria": {
"ipSignal": false
}
}
}{
"taskType": "imageInference",
"taskUUID": "69403368-a261-4030-a639-c7f77143877d",
"imageUUID": "b6bf0dd4-5e26-4311-a5b9-46c6130cb4a3",
"imageURL": "https://im.runware.ai/image/os/a24d12/ws/2/ii/b6bf0dd4-5e26-4311-a5b9-46c6130cb4a3.jpg",
"seed": 14238,
"cost": 0.04
}