Minimalist landscape — misty mountain lake
Minimalist landscape photograph of a perfectly still mountain lake at dawn. A single row of dark pine trees reflected symmetrically in the water creates a natural Rorschach pattern. Dense morning mist obscures the mountain peaks, leaving only their lower slopes visible as soft gray shapes. The color palette is restricted to muted teal water, dark green trees, and silver-gray fog. High key exposure with crushed blacks. Wide aspect ratio emphasizing horizontal calm. Fine art photography style reminiscent of Michael Kenna.
查看 API 代码
curl -X POST https://runapi.ai/api/v1/flux_2/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "flux-2-pro-text-to-image",
"prompt": "Minimalist landscape photograph of a perfectly still mountain lake at dawn. A single row of dark pine trees reflected symmetrically in the water creates a natural Rorschach pattern. Dense morning mist obscures the mountain peaks, leaving only their lower slopes visible as soft gray shapes. The color palette is restricted to muted teal water, dark green trees, and silver-gray fog. High key exposure with crushed blacks. Wide aspect ratio emphasizing horizontal calm. Fine art photography style reminiscent of Michael Kenna."
}
JSON