Night cityscape — rain-soaked Tokyo street
Atmospheric night photograph of a narrow Tokyo backstreet after heavy rain. Neon signs in Japanese kanji reflect off the wet asphalt in streaks of pink, blue, and amber. Steam rises from a small ramen shop entrance on the left, its warm interior glow spilling onto the sidewalk. Overhead, a tangle of power lines and cables crisscross between buildings. A single person with a transparent umbrella walks away from camera, their figure reflected in a puddle. The buildings are four to five stories tall, tightly packed, with illuminated vending machines adding blue-white light. Cinematic color grading with deep shadows and saturated neon highlights.
查看 API 代码
curl -X POST https://runapi.ai/api/v1/seedream/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "seedream-4.5-text-to-image",
"prompt": "Atmospheric night photograph of a narrow Tokyo backstreet after heavy rain. Neon signs in Japanese kanji reflect off the wet asphalt in streaks of pink, blue, and amber. Steam rises from a small ramen shop entrance on the left, its warm interior glow spilling onto the sidewalk. Overhead, a tangle of power lines and cables crisscross between buildings. A single person with a transparent umbrella walks away from camera, their figure reflected in a puddle. The buildings are four to five stories tall, tightly packed, with illuminated vending machines adding blue-white light. Cinematic color grading with deep shadows and saturated neon highlights."
}
JSON