Skip to content

Google nano-banana 画像生成モデル

  • 2026.03.04 当サイトは gemini-3.1-flash-image-preview gemini-3.1-flash-image-preview-2kgemini-3.1-flash-image-preview-4k をサポートしました
  • 2025.09.21 当サイトは Google の画像生成モデル nano-bananadall-e インターフェース経由でサポートしました
  • 複数画像参照 /v1/images/edits をサポートし、chat モードにも対応。参照画像は 2 枚以内が効果的です

料金体系

  • nano-banana の料金 1000ポイント/枚
  • nano-banana-hd 1600ポイント/枚 Nano-banana 高解像度版、4K 高画質画像を生成
  • fal-ai 形式 2000ポイント/枚(レート 5)
  • 2025.10.11 アカウントリスク管理のため、fal-ai ideogram replicate の価格を 1:5 のレートに引き上げました
  • 2025.11.21 nano-banana-2 nano-banana-2-2k nano-banana-2-4k をサポートしました。価格は 2400/枚
  • 2026.03.04 gemini-3.1-flash-image-preview 1000 ポイント/枚、 gemini-3.1-flash-image-preview-2k 1500 ポイント/枚、gemini-3.1-flash-image-preview-4k 2000 ポイント/枚 をサポートしました
  • 2026.04.15 banana の安定性を確保するため、一時的に高コストのソリューションを使用し、関連モデルの価格を倍増しました
モデルポイント/枚調整後
nano-banana10002000
nano-banana-hd16003200
nano-banana-224004800
nano-banana-2-2k24004800
nano-banana-2-4k24004800
gemini-3.1-flash-image-preview10002000
gemini-3.1-flash-image-preview-2k15003000
gemini-3.1-flash-image-preview-4k20004000

curl の例

テキストから画像生成

  • size4x3 3x4 16x9 9x16 2x3 3x2 をサポート(実際にはアスペクト比)
  • modelnano-banana nano-banana-hd nano-banana-2 nano-banana-2-2k nano-banana-2-4k をサポート
  • 2026.03.04 modelgemini-3.1-flash-image-preview gemini-3.1-flash-image-preview-2kgemini-3.1-flash-image-preview-4k を追加
shell
curl  https://api.openai-hk.com/v1/images/generations \
  -H 'Authorization: Bearer hk-あなたのキーに置き換え' \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nano-banana",
    "prompt": "a white siamese cat",
    "n": 1,
    "size": "9x16",
    "quality": "low"
  }'
curl  https://api.openai-hk.com/v1/images/generations \
  -H 'Authorization: Bearer hk-あなたのキーに置き換え' \
  -H "Content-Type: application/json" \
  -d '{
    "model": "nano-banana",
    "prompt": "a white siamese cat",
    "n": 1,
    "size": "9x16",
    "quality": "low"
  }'

画像から画像生成

shell
curl -X POST "https://api.openai-hk.com/v1/images/edits" \
  -H "Authorization: Bearer hk-あなたのキーに置き換え" \
  -F "model=nano-banana" \
  -F "image[]=@body-lotion.png" \
  -F "image[]=@bath-bomb.png" \
  -F "image[]=@incense-kit.png" \
  -F "image[]=@soap.png" \
  -F 'prompt=Generate a photorealistic image of a gift basket on a white background labeled "Relax & Unwind" with a ribbon and handwriting-like font, containing all the items in the reference pictures'
curl -X POST "https://api.openai-hk.com/v1/images/edits" \
  -H "Authorization: Bearer hk-あなたのキーに置き換え" \
  -F "model=nano-banana" \
  -F "image[]=@body-lotion.png" \
  -F "image[]=@bath-bomb.png" \
  -F "image[]=@incense-kit.png" \
  -F "image[]=@soap.png" \
  -F 'prompt=Generate a photorealistic image of a gift basket on a white background labeled "Relax & Unwind" with a ribbon and handwriting-like font, containing all the items in the reference pictures'

nano-banana

fal-ai 形式(非同期)

  • fal-ai/banana fal-ai/banana/hd fal-ai/banana/v2 fal-ai/banana/v2/2k fal-ai/banana/v2/4k これら 5 つのモデルは dalle 形式から独自にリバースエンジニアリング
  • 上記 2 つのモデルの価格はそれぞれ 800 ポイント/枚、1600 ポイント/枚
  • 2025.10.20 価格調整 1000 ポイント/枚、1600 ポイント/枚
  • リバースエンジニアリングされた 2 つのモデルの num_images は 1 枚のみサポート
  • その他の fal-ai/nano-banana/edit などは、すべて fal-ai のレートに厳密に従って課金されます
  • 2026.03.04 fal-ai/banana/v3.1/flash 1000 ポイント/枚、fal-ai/banana/v3.1/flash/2k 1500 ポイント/枚、fal-ai/banana/v3.1/flash/4k 2000 ポイント/枚 をサポートしました
  • 2026.04.15 banana の安定性を確保するため、一時的に高コストのソリューションを使用し、関連モデルの価格を倍増しました
モデルポイント/枚調整後
fal-ai/banana10002000
fal-ai/banana-hd16003200
fal-ai/banana/v224004800
fal-ai/banana/v2/2k24004800
fal-ai/banana/v2/4k24004800
fal-ai/banana/v3.1/flash10002000
fal-ai/banana/v3.1/flash/2k15003000
fal-ai/banana/v3.1/flash/4k20004000
shell
curl --request POST \
  --url https://api.openai-hk.com/fal-ai/nano-banana/edit \
  --header "Authorization: Bearer hk-your-key" \
  --header "Content-Type: application/json" \
  --data '{
  "prompt": "make a photo of the man driving the car down the california coastline",
  "image_urls": [
    "https://storage.googleapis.com/falserverless/example_inputs/nano-banana-edit-input.png",
    "https://storage.googleapis.com/falserverless/example_inputs/nano-banana-edit-input-2.png"
  ],
  "num_images": 1,
  "aspect_ratio": "3:2",
  "webhook":"https://www.openai-hk.com/test/2025/fal"
}'
curl --request POST \
  --url https://api.openai-hk.com/fal-ai/nano-banana/edit \
  --header "Authorization: Bearer hk-your-key" \
  --header "Content-Type: application/json" \
  --data '{
  "prompt": "make a photo of the man driving the car down the california coastline",
  "image_urls": [
    "https://storage.googleapis.com/falserverless/example_inputs/nano-banana-edit-input.png",
    "https://storage.googleapis.com/falserverless/example_inputs/nano-banana-edit-input-2.png"
  ],
  "num_images": 1,
  "aspect_ratio": "3:2",
  "webhook":"https://www.openai-hk.com/test/2025/fal"
}'

レスポンス

json
{
  "status": "IN_QUEUE",
  "request_id": "551a32da-52b2-4be8-bf2f-bfb7cce2b324",
  "response_url": "https://queue.fal.run/fal-ai/nano-banana/requests/551a32da-52b2-4be8-bf2f-bfb7cce2b324",
  "status_url": "https://queue.fal.run/fal-ai/nano-banana/requests/551a32da-52b2-4be8-bf2f-bfb7cce2b324/status",
  "cancel_url": "https://queue.fal.run/fal-ai/nano-banana/requests/551a32da-52b2-4be8-bf2f-bfb7cce2b324/cancel",
  "queue_position": 0
}
{
  "status": "IN_QUEUE",
  "request_id": "551a32da-52b2-4be8-bf2f-bfb7cce2b324",
  "response_url": "https://queue.fal.run/fal-ai/nano-banana/requests/551a32da-52b2-4be8-bf2f-bfb7cce2b324",
  "status_url": "https://queue.fal.run/fal-ai/nano-banana/requests/551a32da-52b2-4be8-bf2f-bfb7cce2b324/status",
  "cancel_url": "https://queue.fal.run/fal-ai/nano-banana/requests/551a32da-52b2-4be8-bf2f-bfb7cce2b324/cancel",
  "queue_position": 0
}
  • 取得
shell
curl --request GET \
  --url https://api.openai-hk.com/fal-ai/nano-banana/requests/551a32da-52b2-4be8-bf2f-bfb7cce2b324 \
  --header 'Authorization: Bearer hk-your-key' \
  --header 'Content-Type: application/json'
curl --request GET \
  --url https://api.openai-hk.com/fal-ai/nano-banana/requests/551a32da-52b2-4be8-bf2f-bfb7cce2b324 \
  --header 'Authorization: Bearer hk-your-key' \
  --header 'Content-Type: application/json'

レスポンス

json
{
  "images": [
    {
      "url": "https://v3.fal.media/files/rabbit/aQEmU4lEKKIIr9cDOChUB.png"
    }
  ]
}
{
  "images": [
    {
      "url": "https://v3.fal.media/files/rabbit/aQEmU4lEKKIIr9cDOChUB.png"
    }
  ]
}

オンラインテスト

注意

  1. https://banana.ddaiai.com/ にアクセスしてください(ブロックされている場合は、サブドメインプレフィックスを suibian に変更してください)
    2. ブロックされている場合は、アドレスを自分で変更できます https://suibian.ddaiai.comsuibian を他の文字に変更すれば、https://2025.ddaiai.com などすべてアクセス可能です

設定

  • 下図の該当箇所に設定してください
  • OpenAi インターフェースアドレス:https://api.openai-hk.com
  • OpenAi API KEY: hk-あなたの apiKey

cover

効果

入力ボックスで対話

抽象化、スタイルの最適化

同時に画像+の場所で参照画像をアップロード

nano-banana