現在利用可能
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.8K
リクエスト単位$0.33
タイプImage
エンドポイントgemini
§ 01
料金
| 1リクエストあたりの料金 | $0.33 / リクエスト |
| コンテキストウィンドウ | 32.8K トークン |
| 対応エンドポイント | gemini |
| ベンダー |
料金グリッド
| Resolution | 料金 |
|---|---|
| 1K | $0.33 |
| 2K | $0.33 |
| 4K | $0.59 |
§ 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.33 の固定料金で課金されます。
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