Food photography — artisan sourdough bread
Overhead food photography of a freshly baked round sourdough boule on a rustic wooden cutting board. The bread has been sliced to reveal the open, airy crumb structure with large irregular holes. A bread knife with a dark wood handle rests beside it. Scattered flour dusts the board and surrounding dark slate countertop. A small ceramic bowl of salted butter sits in the upper right corner. Natural side lighting from a kitchen window creates long soft shadows. Warm tones, high detail on the crust texture showing deep caramelization and ear scoring patterns.
查看 API 代码
curl -X POST https://runapi.ai/api/v1/gpt_4o_image/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "gpt-4o-image",
"prompt": "Overhead food photography of a freshly baked round sourdough boule on a rustic wooden cutting board. The bread has been sliced to reveal the open, airy crumb structure with large irregular holes. A bread knife with a dark wood handle rests beside it. Scattered flour dusts the board and surrounding dark slate countertop. A small ceramic bowl of salted butter sits in the upper right corner. Natural side lighting from a kitchen window creates long soft shadows. Warm tones, high detail on the crust texture showing deep caramelization and ear scoring patterns."
}
JSON