Back to image
imagegpt-image-2gpt-image-2

オンライン相談サービス

遠方からも自宅から相談できるサービス訴求。

オンライン相談サービス
Prompt
使用プロンプト
# 🖼️ GPT-image-2 (OpenAI API) — 画像生成 使い方ガイド

## TOOL
**GPT-image-2** (OpenAI API)

## エンドポイント / モデル
- `POST https://api.openai.com/v1/images/generations`
- `model: "gpt-image-2"`
- 認証: OpenAI API キー (`Authorization: Bearer ...`)

## 主要パラメータ

| パラメータ | 値の例 |
|---|---|
| `size` | `"1024x1024"` (正方形 / SNS) / `"1024x1536"` (3:4 縦長 / マイソク) / `"1536x1024"` (16:9 / LP ヒーロー) |
| `quality` | `"medium"` (LP・チラシ標準) / `"high"` (印刷品質) |
| `response_format` | `"b64_json"` を推奨 (取得後に WebP/PNG に変換) |
| `n` | 通常 1 |

## 料金 (参考)
- `medium` 1024x1024 ≈ $0.053/枚
- `medium` 1024x1536 ≈ $0.080/枚

## 実投入するプロンプト本文

```text
A web banner (16:9) for new online video consultation service. Scene: split-screen design - left side shows an elegantly dressed female 匠大塚 sales staff (Japanese, 30s) sitting in a beautiful showroom on a small chair with a tablet in hand, smiling warmly toward camera; right side shows a customer at home (Japanese, 40s) sitting on their existing sofa looking at a laptop screen. A subtle digital connection visualization (thin gold lines / refraction) between the two sides. Center-top text in modern Japanese sans-serif: "ご自宅から、本物の家具相談を。" (large, white with subtle gradient). Subtext: "匠大塚 オンライン家具相談サービス" (medium, gold). Bottom: "ご予約: takumiotsuka.com" (small, navy). Style: contemporary, accessible, premium service. No watermarks.
```
1,347 文字