Sci-fi space station corridor
Interior corridor of a massive orbital space station. The hallway curves gently following the station's ring structure, with floor-to-ceiling windows on the outer wall revealing Earth's cloud-covered surface far below. Cool blue-white LED strips line the ceiling joints. The floor is polished dark composite material reflecting the window light. A lone figure in a gray utility jumpsuit walks away from camera, their silhouette small against the panoramic view. Hard science fiction aesthetic — no fantasy elements, functional industrial design inspired by ISS modules scaled up.
查看 API 代码
curl -X POST https://runapi.ai/api/v1/gpt_image_2/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "gpt-image-2",
"prompt": "Interior corridor of a massive orbital space station. The hallway curves gently following the station's ring structure, with floor-to-ceiling windows on the outer wall revealing Earth's cloud-covered surface far below. Cool blue-white LED strips line the ceiling joints. The floor is polished dark composite material reflecting the window light. A lone figure in a gray utility jumpsuit walks away from camera, their silhouette small against the panoramic view. Hard science fiction aesthetic — no fantasy elements, functional industrial design inspired by ISS modules scaled up."
}
JSON