すべてのモデル

Gemini 3 Pro Image (Nano Banana Pro)

google

google/gemini-3-pro-image-preview

コンソールで開く

Also known as "Nano Banana Pro". Professional-grade asset production with advanced reasoning ("Thinking" mode). Best for complex instructions and high-fidelity text rendering inside images. 1K-4K resolutions.

入力

画像とプロンプト

出力

生成枚数

ツール

MINIMAL

推論

非対応

料金

種別100 万トークンあたり
入力$2.00
出力$120.00

トークン単位で課金。最低料金やリクエストごとの手数料はありません。対応プロバイダではキャッシュが適用され、ミス時は通常の入出力単価にフォールバックします。

クイックスタート

from openai import OpenAI

client = OpenAI(
    base_url="https://api.vecbase.com/v1",
    api_key="sk-vbc-...",
)

with open("product.jpg", "rb") as image:
    response = client.images.edit(
        model="google/gemini-3-pro-image-preview",
        image=image,
        prompt="Create a commerce-ready vertical product detail image.",
        size="1024x1024",
        quality="low",
    )

print(len(response.data), response.usage)

出荷の準備はできましたか?

プロジェクトを作成し、API キーを発行して、OpenAI 互換クライアントからこのモデルを呼び出しましょう。

無料ではじめる