Exactly Warm Light

Warm Light is a photographic style from Exactly AI that produces images bathed in soft, golden lighting with an inviting warmth. It generates photos with gentle highlights, amber tones, and a cozy atmosphere, perfect for portrait photography, interior visuals, food photography, and lifestyle content that benefits from a naturally warm and welcoming feel.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples4
CODE
Ready-to-use code snippets for common workflows
relight
Former Quarry Solar Farm Relight$0.195~1m 23s
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'exactly:photo@warm-light',
width: 896,
height: 1200,
inputs: {
referenceImages: [
{
type: 'instruct',
image: 'https://assets.runware.ai/assets/inputs/46550166-edc8-4872-962d-d8df5076edcf.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": "exactly:photo@warm-light",
"width": 896,
"height": 1200,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/46550166-edc8-4872-962d-d8df5076edcf.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": "9ecae793-50c2-453c-8c4c-665310742425",
"model": "exactly:photo@warm-light",
"width": 896,
"height": 1200,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/46550166-edc8-4872-962d-d8df5076edcf.jpg"
}
]
}
}
]'runware run exactly:photo@warm-light \
width=896 \
height=1200 \
inputs.referenceImages.0.type=instruct \
inputs.referenceImages.0.image=https://assets.runware.ai/assets/inputs/46550166-edc8-4872-962d-d8df5076edcf.jpg{
"taskType": "imageInference",
"taskUUID": "9ecae793-50c2-453c-8c4c-665310742425",
"model": "exactly:photo@warm-light",
"width": 896,
"height": 1200,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/46550166-edc8-4872-962d-d8df5076edcf.jpg"
}
]
}
}Response
{
"taskType": "imageInference",
"taskUUID": "9ecae793-50c2-453c-8c4c-665310742425",
"imageUUID": "a8152e38-bd82-49ba-8d35-ed8e1afef111",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/a8152e38-bd82-49ba-8d35-ed8e1afef111.jpg",
"seed": 867277732,
"cost": 0.195
}relight
Maritime Museum Campaign Portrait$0.195~1m 38s
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'exactly:photo@warm-light',
width: 896,
height: 1200,
inputs: {
referenceImages: [
{
type: 'instruct',
image: 'https://assets.runware.ai/assets/inputs/40f77909-928b-4a4d-80d0-aaa1b1dcd229.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": "exactly:photo@warm-light",
"width": 896,
"height": 1200,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/40f77909-928b-4a4d-80d0-aaa1b1dcd229.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": "196baf13-971f-41d7-ae53-b62220a33633",
"model": "exactly:photo@warm-light",
"width": 896,
"height": 1200,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/40f77909-928b-4a4d-80d0-aaa1b1dcd229.jpg"
}
]
}
}
]'runware run exactly:photo@warm-light \
width=896 \
height=1200 \
inputs.referenceImages.0.type=instruct \
inputs.referenceImages.0.image=https://assets.runware.ai/assets/inputs/40f77909-928b-4a4d-80d0-aaa1b1dcd229.jpg{
"taskType": "imageInference",
"taskUUID": "196baf13-971f-41d7-ae53-b62220a33633",
"model": "exactly:photo@warm-light",
"width": 896,
"height": 1200,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/40f77909-928b-4a4d-80d0-aaa1b1dcd229.jpg"
}
]
}
}Response
{
"taskType": "imageInference",
"taskUUID": "196baf13-971f-41d7-ae53-b62220a33633",
"imageUUID": "50558dd9-5ae6-44dd-af03-326b786ee96a",
"imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/50558dd9-5ae6-44dd-af03-326b786ee96a.jpg",
"seed": 1975373805,
"cost": 0.195
}relight
Lavender Field Microscope Colorway$0.195~1m 33s
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'exactly:photo@warm-light',
width: 896,
height: 1200,
inputs: {
referenceImages: [
{
type: 'instruct',
image: 'https://assets.runware.ai/assets/inputs/bc976471-75bb-413b-ac8e-56552ffda719.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": "exactly:photo@warm-light",
"width": 896,
"height": 1200,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/bc976471-75bb-413b-ac8e-56552ffda719.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": "c2af393a-6699-4459-9cb1-9661080d5702",
"model": "exactly:photo@warm-light",
"width": 896,
"height": 1200,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/bc976471-75bb-413b-ac8e-56552ffda719.jpg"
}
]
}
}
]'runware run exactly:photo@warm-light \
width=896 \
height=1200 \
inputs.referenceImages.0.type=instruct \
inputs.referenceImages.0.image=https://assets.runware.ai/assets/inputs/bc976471-75bb-413b-ac8e-56552ffda719.jpg{
"taskType": "imageInference",
"taskUUID": "c2af393a-6699-4459-9cb1-9661080d5702",
"model": "exactly:photo@warm-light",
"width": 896,
"height": 1200,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/bc976471-75bb-413b-ac8e-56552ffda719.jpg"
}
]
}
}Response
{
"taskType": "imageInference",
"taskUUID": "c2af393a-6699-4459-9cb1-9661080d5702",
"imageUUID": "eee60207-645d-4185-85e4-92c5eb628b53",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/eee60207-645d-4185-85e4-92c5eb628b53.jpg",
"seed": 1432002653,
"cost": 0.195
}relight
Geothermal Fieldwork Magazine Opener$0.195~2m 51s
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'exactly:photo@warm-light',
width: 896,
height: 1200,
inputs: {
referenceImages: [
{
type: 'instruct',
image: 'https://assets.runware.ai/assets/inputs/453cfed2-f45c-464e-980a-a6ea46d4bbaf.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": "exactly:photo@warm-light",
"width": 896,
"height": 1200,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/453cfed2-f45c-464e-980a-a6ea46d4bbaf.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": "c0f92e27-e594-4cc4-bc50-5f2a27d8d2f5",
"model": "exactly:photo@warm-light",
"width": 896,
"height": 1200,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/453cfed2-f45c-464e-980a-a6ea46d4bbaf.jpg"
}
]
}
}
]'runware run exactly:photo@warm-light \
width=896 \
height=1200 \
inputs.referenceImages.0.type=instruct \
inputs.referenceImages.0.image=https://assets.runware.ai/assets/inputs/453cfed2-f45c-464e-980a-a6ea46d4bbaf.jpg{
"taskType": "imageInference",
"taskUUID": "c0f92e27-e594-4cc4-bc50-5f2a27d8d2f5",
"model": "exactly:photo@warm-light",
"width": 896,
"height": 1200,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/453cfed2-f45c-464e-980a-a6ea46d4bbaf.jpg"
}
]
}
}Response
{
"taskType": "imageInference",
"taskUUID": "c0f92e27-e594-4cc4-bc50-5f2a27d8d2f5",
"imageUUID": "0a7cc562-0a7a-4306-9ddf-f0c7bc02de0a",
"imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/0a7cc562-0a7a-4306-9ddf-f0c7bc02de0a.jpg",
"seed": 184495778,
"cost": 0.195
}