Recraft V4.1 Utility Pro

Recraft V4.1 Utility Pro is the higher-resolution controlled-output raster model in the Recraft V4.1 family. It is built for predictable, clean commercial imagery with flatter lighting, front-facing compositions, and simpler scenes, making it well suited to polished product shots, icons, packaging visuals, and e-commerce assets that need consistency over creative variation.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Minimalist Citrus Skincare Arrangement

A premium skincare product display for an e-commerce catalog: three sleek cosmetic containers centered in a tidy front-facing arrangement, including a frosted glass serum bottle with silver cap, a matte pump bottle, and a small cream jar. Bright citrus-inspired branding with subtle tangerine and pale grapefruit accents, sliced kumquat and curled peel placed sparingly as styling props, smooth cream backdrop, soft even studio lighting, crisp edges, minimal shadows, immaculate packaging mockup quality, modern wellness branding, clean negative space, highly legible shapes, refined commercial raster image, simple scene, no people, no clutter, no dramatic perspective.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4.1-utility-pro@0',
positivePrompt: 'A premium skincare product display for an e-commerce catalog: three sleek cosmetic containers centered in a tidy front-facing arrangement, including a frosted glass serum bottle with silver cap, a matte pump bottle, and a small cream jar. Bright citrus-inspired branding with subtle tangerine and pale grapefruit accents, sliced kumquat and curled peel placed sparingly as styling props, smooth cream backdrop, soft even studio lighting, crisp edges, minimal shadows, immaculate packaging mockup quality, modern wellness branding, clean negative space, highly legible shapes, refined commercial raster image, simple scene, no people, no clutter, no dramatic perspective.',
width: 2048,
height: 2048,
settings: {
backgroundColor: {
rgb: [
247,
244,
238
]
},
colors: [
{
rgb: [
247,
244,
238
]
},
{
rgb: [
255,
196,
92
]
},
{
rgb: [
255,
145,
77
]
},
{
rgb: [
214,
225,
214
]
},
{
rgb: [
180,
180,
176
]
}
]
}
})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": "recraft:v4.1-utility-pro@0",
"positivePrompt": "A premium skincare product display for an e-commerce catalog: three sleek cosmetic containers centered in a tidy front-facing arrangement, including a frosted glass serum bottle with silver cap, a matte pump bottle, and a small cream jar. Bright citrus-inspired branding with subtle tangerine and pale grapefruit accents, sliced kumquat and curled peel placed sparingly as styling props, smooth cream backdrop, soft even studio lighting, crisp edges, minimal shadows, immaculate packaging mockup quality, modern wellness branding, clean negative space, highly legible shapes, refined commercial raster image, simple scene, no people, no clutter, no dramatic perspective.",
"width": 2048,
"height": 2048,
"settings": {
"backgroundColor": {
"rgb": [
247,
244,
238
]
},
"colors": [
{
"rgb": [
247,
244,
238
]
},
{
"rgb": [
255,
196,
92
]
},
{
"rgb": [
255,
145,
77
]
},
{
"rgb": [
214,
225,
214
]
},
{
"rgb": [
180,
180,
176
]
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "09b6ef67-4db1-4d10-a605-83c20ea5a6dc",
"model": "recraft:v4.1-utility-pro@0",
"positivePrompt": "A premium skincare product display for an e-commerce catalog: three sleek cosmetic containers centered in a tidy front-facing arrangement, including a frosted glass serum bottle with silver cap, a matte pump bottle, and a small cream jar. Bright citrus-inspired branding with subtle tangerine and pale grapefruit accents, sliced kumquat and curled peel placed sparingly as styling props, smooth cream backdrop, soft even studio lighting, crisp edges, minimal shadows, immaculate packaging mockup quality, modern wellness branding, clean negative space, highly legible shapes, refined commercial raster image, simple scene, no people, no clutter, no dramatic perspective.",
"width": 2048,
"height": 2048,
"settings": {
"backgroundColor": {
"rgb": [
247,
244,
238
]
},
"colors": [
{
"rgb": [
247,
244,
238
]
},
{
"rgb": [
255,
196,
92
]
},
{
"rgb": [
255,
145,
77
]
},
{
"rgb": [
214,
225,
214
]
},
{
"rgb": [
180,
180,
176
]
}
]
}
}
]'runware run recraft:v4.1-utility-pro@0 \
positivePrompt="A premium skincare product display for an e-commerce catalog: three sleek cosmetic containers centered in a tidy front-facing arrangement, including a frosted glass serum bottle with silver cap, a matte pump bottle, and a small cream jar. Bright citrus-inspired branding with subtle tangerine and pale grapefruit accents, sliced kumquat and curled peel placed sparingly as styling props, smooth cream backdrop, soft even studio lighting, crisp edges, minimal shadows, immaculate packaging mockup quality, modern wellness branding, clean negative space, highly legible shapes, refined commercial raster image, simple scene, no people, no clutter, no dramatic perspective." \
width=2048 \
height=2048 \
settings.backgroundColor.rgb.0=247 \
settings.backgroundColor.rgb.1=244 \
settings.backgroundColor.rgb.2=238 \
settings.colors.0.rgb.0=247 \
settings.colors.0.rgb.1=244 \
settings.colors.0.rgb.2=238 \
settings.colors.1.rgb.0=255 \
settings.colors.1.rgb.1=196 \
settings.colors.1.rgb.2=92 \
settings.colors.2.rgb.0=255 \
settings.colors.2.rgb.1=145 \
settings.colors.2.rgb.2=77 \
settings.colors.3.rgb.0=214 \
settings.colors.3.rgb.1=225 \
settings.colors.3.rgb.2=214 \
settings.colors.4.rgb.0=180 \
settings.colors.4.rgb.1=180 \
settings.colors.4.rgb.2=176{
"taskType": "imageInference",
"taskUUID": "09b6ef67-4db1-4d10-a605-83c20ea5a6dc",
"model": "recraft:v4.1-utility-pro@0",
"positivePrompt": "A premium skincare product display for an e-commerce catalog: three sleek cosmetic containers centered in a tidy front-facing arrangement, including a frosted glass serum bottle with silver cap, a matte pump bottle, and a small cream jar. Bright citrus-inspired branding with subtle tangerine and pale grapefruit accents, sliced kumquat and curled peel placed sparingly as styling props, smooth cream backdrop, soft even studio lighting, crisp edges, minimal shadows, immaculate packaging mockup quality, modern wellness branding, clean negative space, highly legible shapes, refined commercial raster image, simple scene, no people, no clutter, no dramatic perspective.",
"width": 2048,
"height": 2048,
"settings": {
"backgroundColor": {
"rgb": [
247,
244,
238
]
},
"colors": [
{
"rgb": [
247,
244,
238
]
},
{
"rgb": [
255,
196,
92
]
},
{
"rgb": [
255,
145,
77
]
},
{
"rgb": [
214,
225,
214
]
},
{
"rgb": [
180,
180,
176
]
}
]
}
}{
"taskType": "imageInference",
"taskUUID": "09b6ef67-4db1-4d10-a605-83c20ea5a6dc",
"imageUUID": "ae7a3b9a-2a01-4286-821e-0092aea1bdd1",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/ae7a3b9a-2a01-4286-821e-0092aea1bdd1.jpg",
"seed": 115023142,
"cost": 0.25
}Pastel Bento Packaging Mockup

Front-facing commercial packaging mockup for a premium bento meal brand, centered composition, neatly arranged rectangular lunch box with visible compartments containing stylized rice, tamagoyaki, pickled vegetables, and grilled salmon, simplified yet appetizing food forms, pastel paper sleeve with modern Japanese-inspired geometric motifs, crisp label area, soft cream studio backdrop, flat even lighting, minimal shadows, ultra-clean edges, polished retail presentation, high-resolution raster product image, contemporary supermarket branding aesthetic, calm cheerful mood, simple scene, highly controlled composition, no people, no clutter
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4.1-utility-pro@0',
positivePrompt: 'Front-facing commercial packaging mockup for a premium bento meal brand, centered composition, neatly arranged rectangular lunch box with visible compartments containing stylized rice, tamagoyaki, pickled vegetables, and grilled salmon, simplified yet appetizing food forms, pastel paper sleeve with modern Japanese-inspired geometric motifs, crisp label area, soft cream studio backdrop, flat even lighting, minimal shadows, ultra-clean edges, polished retail presentation, high-resolution raster product image, contemporary supermarket branding aesthetic, calm cheerful mood, simple scene, highly controlled composition, no people, no clutter',
width: 2048,
height: 2048,
settings: {
backgroundColor: {
rgb: [
245,
241,
232
]
}
}
})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": "recraft:v4.1-utility-pro@0",
"positivePrompt": "Front-facing commercial packaging mockup for a premium bento meal brand, centered composition, neatly arranged rectangular lunch box with visible compartments containing stylized rice, tamagoyaki, pickled vegetables, and grilled salmon, simplified yet appetizing food forms, pastel paper sleeve with modern Japanese-inspired geometric motifs, crisp label area, soft cream studio backdrop, flat even lighting, minimal shadows, ultra-clean edges, polished retail presentation, high-resolution raster product image, contemporary supermarket branding aesthetic, calm cheerful mood, simple scene, highly controlled composition, no people, no clutter",
"width": 2048,
"height": 2048,
"settings": {
"backgroundColor": {
"rgb": [
245,
241,
232
]
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "f9ea6257-ff49-4250-9d0b-d64f9dd244ad",
"model": "recraft:v4.1-utility-pro@0",
"positivePrompt": "Front-facing commercial packaging mockup for a premium bento meal brand, centered composition, neatly arranged rectangular lunch box with visible compartments containing stylized rice, tamagoyaki, pickled vegetables, and grilled salmon, simplified yet appetizing food forms, pastel paper sleeve with modern Japanese-inspired geometric motifs, crisp label area, soft cream studio backdrop, flat even lighting, minimal shadows, ultra-clean edges, polished retail presentation, high-resolution raster product image, contemporary supermarket branding aesthetic, calm cheerful mood, simple scene, highly controlled composition, no people, no clutter",
"width": 2048,
"height": 2048,
"settings": {
"backgroundColor": {
"rgb": [
245,
241,
232
]
}
}
}
]'runware run recraft:v4.1-utility-pro@0 \
positivePrompt="Front-facing commercial packaging mockup for a premium bento meal brand, centered composition, neatly arranged rectangular lunch box with visible compartments containing stylized rice, tamagoyaki, pickled vegetables, and grilled salmon, simplified yet appetizing food forms, pastel paper sleeve with modern Japanese-inspired geometric motifs, crisp label area, soft cream studio backdrop, flat even lighting, minimal shadows, ultra-clean edges, polished retail presentation, high-resolution raster product image, contemporary supermarket branding aesthetic, calm cheerful mood, simple scene, highly controlled composition, no people, no clutter" \
width=2048 \
height=2048 \
settings.backgroundColor.rgb.0=245 \
settings.backgroundColor.rgb.1=241 \
settings.backgroundColor.rgb.2=232{
"taskType": "imageInference",
"taskUUID": "f9ea6257-ff49-4250-9d0b-d64f9dd244ad",
"model": "recraft:v4.1-utility-pro@0",
"positivePrompt": "Front-facing commercial packaging mockup for a premium bento meal brand, centered composition, neatly arranged rectangular lunch box with visible compartments containing stylized rice, tamagoyaki, pickled vegetables, and grilled salmon, simplified yet appetizing food forms, pastel paper sleeve with modern Japanese-inspired geometric motifs, crisp label area, soft cream studio backdrop, flat even lighting, minimal shadows, ultra-clean edges, polished retail presentation, high-resolution raster product image, contemporary supermarket branding aesthetic, calm cheerful mood, simple scene, highly controlled composition, no people, no clutter",
"width": 2048,
"height": 2048,
"settings": {
"backgroundColor": {
"rgb": [
245,
241,
232
]
}
}
}{
"taskType": "imageInference",
"taskUUID": "f9ea6257-ff49-4250-9d0b-d64f9dd244ad",
"imageUUID": "4b35d564-db15-4392-92be-67d8980e1b1b",
"imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/4b35d564-db15-4392-92be-67d8980e1b1b.jpg",
"seed": 188280968,
"cost": 0.25
}Artisanal Pasta Gift Tin

Premium artisanal pasta gift tin, front-facing centered product shot, cylindrical matte cream metal tin with elegant illustrated wheat emblem and refined typography area, paired with a neatly folded striped linen napkin and a small bundle of uncooked farfalle placed symmetrically at the base, simple pale apricot background, soft even lighting, crisp edges, minimal shadows, polished packaging design, upscale gourmet branding, clean commercial raster image, balanced composition, highly legible label space, modern Mediterranean color palette, realistic materials, e-commerce hero image
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4.1-utility-pro@0',
positivePrompt: 'Premium artisanal pasta gift tin, front-facing centered product shot, cylindrical matte cream metal tin with elegant illustrated wheat emblem and refined typography area, paired with a neatly folded striped linen napkin and a small bundle of uncooked farfalle placed symmetrically at the base, simple pale apricot background, soft even lighting, crisp edges, minimal shadows, polished packaging design, upscale gourmet branding, clean commercial raster image, balanced composition, highly legible label space, modern Mediterranean color palette, realistic materials, e-commerce hero image',
width: 2048,
height: 2048
})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": "recraft:v4.1-utility-pro@0",
"positivePrompt": "Premium artisanal pasta gift tin, front-facing centered product shot, cylindrical matte cream metal tin with elegant illustrated wheat emblem and refined typography area, paired with a neatly folded striped linen napkin and a small bundle of uncooked farfalle placed symmetrically at the base, simple pale apricot background, soft even lighting, crisp edges, minimal shadows, polished packaging design, upscale gourmet branding, clean commercial raster image, balanced composition, highly legible label space, modern Mediterranean color palette, realistic materials, e-commerce hero image",
"width": 2048,
"height": 2048
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "2a05ba42-271f-4353-90d4-936fc713847d",
"model": "recraft:v4.1-utility-pro@0",
"positivePrompt": "Premium artisanal pasta gift tin, front-facing centered product shot, cylindrical matte cream metal tin with elegant illustrated wheat emblem and refined typography area, paired with a neatly folded striped linen napkin and a small bundle of uncooked farfalle placed symmetrically at the base, simple pale apricot background, soft even lighting, crisp edges, minimal shadows, polished packaging design, upscale gourmet branding, clean commercial raster image, balanced composition, highly legible label space, modern Mediterranean color palette, realistic materials, e-commerce hero image",
"width": 2048,
"height": 2048
}
]'runware run recraft:v4.1-utility-pro@0 \
positivePrompt="Premium artisanal pasta gift tin, front-facing centered product shot, cylindrical matte cream metal tin with elegant illustrated wheat emblem and refined typography area, paired with a neatly folded striped linen napkin and a small bundle of uncooked farfalle placed symmetrically at the base, simple pale apricot background, soft even lighting, crisp edges, minimal shadows, polished packaging design, upscale gourmet branding, clean commercial raster image, balanced composition, highly legible label space, modern Mediterranean color palette, realistic materials, e-commerce hero image" \
width=2048 \
height=2048{
"taskType": "imageInference",
"taskUUID": "2a05ba42-271f-4353-90d4-936fc713847d",
"model": "recraft:v4.1-utility-pro@0",
"positivePrompt": "Premium artisanal pasta gift tin, front-facing centered product shot, cylindrical matte cream metal tin with elegant illustrated wheat emblem and refined typography area, paired with a neatly folded striped linen napkin and a small bundle of uncooked farfalle placed symmetrically at the base, simple pale apricot background, soft even lighting, crisp edges, minimal shadows, polished packaging design, upscale gourmet branding, clean commercial raster image, balanced composition, highly legible label space, modern Mediterranean color palette, realistic materials, e-commerce hero image",
"width": 2048,
"height": 2048
}{
"taskType": "imageInference",
"taskUUID": "2a05ba42-271f-4353-90d4-936fc713847d",
"imageUUID": "32613400-924b-487e-9db5-e18b87498206",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/32613400-924b-487e-9db5-e18b87498206.jpg",
"seed": 1259172132,
"cost": 0.25
}Geometric Camping Cookware Product Set

A polished commercial product lineup of modern camping cookware and trail-meal packaging, arranged in a neat front-facing composition on a smooth pastel background. Include a compact enamel pot, nesting metal cup, folding spork, fuel canister, rolled picnic blanket strap, and three minimalist food pouches with bold geometric label design. Clean edges, simple scene, centered layout, flat even studio lighting, subtle soft shadows, crisp raster detail, premium e-commerce look, highly organized spacing, contemporary outdoor brand aesthetic, playful yet practical color blocking.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'recraft:v4.1-utility-pro@0',
positivePrompt: 'A polished commercial product lineup of modern camping cookware and trail-meal packaging, arranged in a neat front-facing composition on a smooth pastel background. Include a compact enamel pot, nesting metal cup, folding spork, fuel canister, rolled picnic blanket strap, and three minimalist food pouches with bold geometric label design. Clean edges, simple scene, centered layout, flat even studio lighting, subtle soft shadows, crisp raster detail, premium e-commerce look, highly organized spacing, contemporary outdoor brand aesthetic, playful yet practical color blocking.',
width: 2048,
height: 2048,
settings: {
backgroundColor: {
rgb: [
236,
229,
214
]
},
colors: [
{
rgb: [
236,
229,
214
]
},
{
rgb: [
52,
84,
76
]
},
{
rgb: [
214,
120,
64
]
},
{
rgb: [
242,
188,
87
]
},
{
rgb: [
74,
116,
168
]
}
]
}
})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": "recraft:v4.1-utility-pro@0",
"positivePrompt": "A polished commercial product lineup of modern camping cookware and trail-meal packaging, arranged in a neat front-facing composition on a smooth pastel background. Include a compact enamel pot, nesting metal cup, folding spork, fuel canister, rolled picnic blanket strap, and three minimalist food pouches with bold geometric label design. Clean edges, simple scene, centered layout, flat even studio lighting, subtle soft shadows, crisp raster detail, premium e-commerce look, highly organized spacing, contemporary outdoor brand aesthetic, playful yet practical color blocking.",
"width": 2048,
"height": 2048,
"settings": {
"backgroundColor": {
"rgb": [
236,
229,
214
]
},
"colors": [
{
"rgb": [
236,
229,
214
]
},
{
"rgb": [
52,
84,
76
]
},
{
"rgb": [
214,
120,
64
]
},
{
"rgb": [
242,
188,
87
]
},
{
"rgb": [
74,
116,
168
]
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "723dd638-05a3-487b-90c4-faa3df7820bb",
"model": "recraft:v4.1-utility-pro@0",
"positivePrompt": "A polished commercial product lineup of modern camping cookware and trail-meal packaging, arranged in a neat front-facing composition on a smooth pastel background. Include a compact enamel pot, nesting metal cup, folding spork, fuel canister, rolled picnic blanket strap, and three minimalist food pouches with bold geometric label design. Clean edges, simple scene, centered layout, flat even studio lighting, subtle soft shadows, crisp raster detail, premium e-commerce look, highly organized spacing, contemporary outdoor brand aesthetic, playful yet practical color blocking.",
"width": 2048,
"height": 2048,
"settings": {
"backgroundColor": {
"rgb": [
236,
229,
214
]
},
"colors": [
{
"rgb": [
236,
229,
214
]
},
{
"rgb": [
52,
84,
76
]
},
{
"rgb": [
214,
120,
64
]
},
{
"rgb": [
242,
188,
87
]
},
{
"rgb": [
74,
116,
168
]
}
]
}
}
]'runware run recraft:v4.1-utility-pro@0 \
positivePrompt="A polished commercial product lineup of modern camping cookware and trail-meal packaging, arranged in a neat front-facing composition on a smooth pastel background. Include a compact enamel pot, nesting metal cup, folding spork, fuel canister, rolled picnic blanket strap, and three minimalist food pouches with bold geometric label design. Clean edges, simple scene, centered layout, flat even studio lighting, subtle soft shadows, crisp raster detail, premium e-commerce look, highly organized spacing, contemporary outdoor brand aesthetic, playful yet practical color blocking." \
width=2048 \
height=2048 \
settings.backgroundColor.rgb.0=236 \
settings.backgroundColor.rgb.1=229 \
settings.backgroundColor.rgb.2=214 \
settings.colors.0.rgb.0=236 \
settings.colors.0.rgb.1=229 \
settings.colors.0.rgb.2=214 \
settings.colors.1.rgb.0=52 \
settings.colors.1.rgb.1=84 \
settings.colors.1.rgb.2=76 \
settings.colors.2.rgb.0=214 \
settings.colors.2.rgb.1=120 \
settings.colors.2.rgb.2=64 \
settings.colors.3.rgb.0=242 \
settings.colors.3.rgb.1=188 \
settings.colors.3.rgb.2=87 \
settings.colors.4.rgb.0=74 \
settings.colors.4.rgb.1=116 \
settings.colors.4.rgb.2=168{
"taskType": "imageInference",
"taskUUID": "723dd638-05a3-487b-90c4-faa3df7820bb",
"model": "recraft:v4.1-utility-pro@0",
"positivePrompt": "A polished commercial product lineup of modern camping cookware and trail-meal packaging, arranged in a neat front-facing composition on a smooth pastel background. Include a compact enamel pot, nesting metal cup, folding spork, fuel canister, rolled picnic blanket strap, and three minimalist food pouches with bold geometric label design. Clean edges, simple scene, centered layout, flat even studio lighting, subtle soft shadows, crisp raster detail, premium e-commerce look, highly organized spacing, contemporary outdoor brand aesthetic, playful yet practical color blocking.",
"width": 2048,
"height": 2048,
"settings": {
"backgroundColor": {
"rgb": [
236,
229,
214
]
},
"colors": [
{
"rgb": [
236,
229,
214
]
},
{
"rgb": [
52,
84,
76
]
},
{
"rgb": [
214,
120,
64
]
},
{
"rgb": [
242,
188,
87
]
},
{
"rgb": [
74,
116,
168
]
}
]
}
}{
"taskType": "imageInference",
"taskUUID": "723dd638-05a3-487b-90c4-faa3df7820bb",
"imageUUID": "2e417e71-549e-494a-9b99-530ad43054bd",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/4/ii/2e417e71-549e-494a-9b99-530ad43054bd.jpg",
"seed": 1505583282,
"cost": 0.25
}