
ゴールデンアワーポートレート
16:9A woman standing in a sunlit field at golden hour, wearing ornate gold jewelry, warm cinematic light.
google/nano-bananaGoogle の Nano Banana 画像生成 API — Gemini 2.5 Flash ベースの低コストモデル、11 種のアスペクト比、最大 10 枚の参照画像対応。
curl https://api.runbase.net/v1/runs \
-H "Authorization: Bearer $RUNBASE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/nano-banana",
"input": {
"prompt": "A cinematic product photo of a ceramic lamp",
"aspect_ratio": "1:1",
"resolution": "1K"
}
}'
A woman standing in a sunlit field at golden hour, wearing ornate gold jewelry, warm cinematic light.

A woman spinning in a flowing red traditional dress with floral embroidery, motion blur capturing the movement.

A vintage orange sedan parked on a night road, teal fog and palm trees in the background, moody atmosphere.
Nano Banana は、2025年8月にリリースされた Google のエントリーレベル画像モデルです。Gemini 2.5 Flash 上に構築され、Nano Banana ファミリーで最も低価格かつ高速な生成を実現します。11 種のアスペクト比(モデルが自動選択する auto を含む)と最大 10 枚の参照画像(各 10 MB 以下)に対応します。解像度の制御はできません — 出力解像度はモデルが自動的に決定します。
クリエイティブの探索やコンセプトアートの高速イテレーション。低コストの SNS ビジュアルやサムネイル。ムードボードや初期デザイン作業。ピクセル単位の精度よりも速度とコストが重要なシンプルな画像編集。
すべてのパラメータは実行リクエストの input オブジェクトで指定します。
| Parameter | Required | Description |
|---|---|---|
| prompt | Yes | テキスト説明(1〜5000 文字) |
| aspect_ratio | No | 出力アスペクト比。デフォルト 1:1。auto を含む 11 種に対応 |
| image_urls | No | 画像編集用の参照画像(最大 10 枚、各 10 MB 以下) |
auto アスペクト比を使うどの比率がプロンプトに合うか分からない場合は、aspect_ratio を auto に設定してモデルに判断を任せましょう。被写体に合わない比率を強制するよりも良い構図になることが多いです。
Nano Banana は「ゴールデンアワーの光」「ムーディーな霧」「ハイコントラストのノワール」といった雰囲気の手がかりに良く反応します。詳細なレイアウト指示よりも、全体の質感を効果的に導きます。
11 種類: 1:1、2:3、3:2、3:4、4:3、4:5、5:4、9:16、16:9、21:9、auto。デフォルトは 1:1 です。
対応していません。Nano Banana 2 や Nano Banana Pro とは異なり、解像度パラメータはありません。出力解像度はモデルが自動的に決定します。
Nano Banana は Gemini 2.5 Flash ベースで高速・低コストです。Nano Banana Pro は Gemini 3 Pro を使用し、より高画質でシャープなテキストレンダリングを実現しますが、コストとレイテンシが高くなります。