See what this model can do
A handful of real prompts and their outputs.

Product photography
Weathered dive watch on dark slate
"Macro shot, rim-lit, shallow depth of field, studio lighting."

Character illustration
Cartoon ox in a space helmet
"Cel-shaded, vibrant colors, clean white background."

Cinematic portrait
Young farmer at golden hour
"35mm film, golden light, shallow depth of field."

Editorial typography
The Life of an Ox infographic
"Four labeled sections, clean sans-serif, pastel palette."

Typography
Typographic poster
"Elegant serif letterforms on textured paper, high contrast."
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/images/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "gpt-image-2",
"prompt": "An ox standing in the middle of a long open road at sunset, cinematic lighting, photorealistic, centered and staring at the camera.",
"resolution": "1024x1024",
"quality": "high",
"num_images": 1,
"output_format": "png"
}'