現在利用可能
Google
gemini-3-pro-image-preview
Nano Banana Pro is Google’s most advanced image-generation and editing model, built on Gemini 3 Pro. It extends the original Nano Banana with significantly improved multimodal reasoning, real-world grounding, and...
ImageFilesVision32.8KCacheWebSearch
リクエスト単位$0.85
タイプImage
エンドポイントgemini, openai
機能
ビジョンキャッシュ構造化Web検索サービス階層システムメッセージ画像入力6枚
モダリティ
入力
imagetext
出力
imagetext
クイック統計
コンテキストウィンドウ32.8K
最大出力32.8K
モードimage_generation
トークナイザーGemini
パフォーマンス
パフォーマンスデータを読み込み中...
対応パラメータ
| パラメータ | 常時 | デフォルト |
|---|---|---|
| frequency_penalty | - | (送信しない) |
| include_reasoning | - | |
| max_tokens | - | |
| reasoning | - | |
| response_format | - | |
| seed | - | |
| stop | - | |
| structured_outputs | - | |
| temperature | (送信しない) | |
| top_p | (送信しない) |
§ 01
料金
| 1リクエストあたりの料金 | $0.85 · リクエスト |
| コンテキストウィンドウ | 32.8K トークン |
| 対応エンドポイント | gemini, openai |
| ベンダー |
§ 02
コードから gemini-3-pro-image-preview を呼び出す
OpenAI 互換の SDK を UnoRouter に向け、モデル名を指定するだけです。YOUR_API_KEY はダッシュボードで取得した実際のキーに置き換えてください。
bash
curl https://api.unorouter.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-3-pro-image-preview",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
よくあるご質問
gemini-3-pro-image-preview の1リクエストあたりの料金はいくらですか?
gemini-3-pro-image-preview は1リクエストあたり $0.85 の固定料金で課金されます。
API で gemini-3-pro-image-preview を使うにはどうすればよいですか?
UnoRouter の /v1/chat/completions エンドポイントへ model=gemini-3-pro-image-preview を指定してリクエストを送信してください。OpenAI 互換のクライアントライブラリであれば動作します。認証は標準の Bearer トークンを使用します。
gemini-3-pro-image-preview のコンテキストウィンドウはどれくらいですか?
gemini-3-pro-image-preview は 32.8K トークンのコンテキストウィンドウに対応しており、プロンプトとモデルの応答で共有されます。
§ 04