現在利用可能
Google
gemini-3.1-flash-image-preview
Gemini 3.1 Flash Image Preview, a.k.a. "Nano Banana 2," is Google’s latest state of the art image generation and editing model, delivering Pro-level visual quality at Flash speed. It combines...
ImageFilesVision131.1KCacheWebSearch
リクエスト単位$0.55
タイプImage
エンドポイントgemini, openai
機能
ビジョンキャッシュ構造化Web検索システムメッセージ画像入力6枚
モダリティ
入力
imagetext
出力
imagetext
クイック統計
コンテキストウィンドウ131.1K
最大出力32.8K
モードimage_generation
トークナイザーGemini
パフォーマンス
パフォーマンスデータを読み込み中...
対応パラメータ
| パラメータ | 常時 | デフォルト |
|---|---|---|
| frequency_penalty | - | (送信しない) |
| include_reasoning | - | |
| max_tokens | - | |
| presence_penalty | - | (送信しない) |
| reasoning | - | |
| repetition_penalty | - | (送信しない) |
| response_format | - | |
| seed | - | |
| stop | - | - |
| structured_outputs | - | - |
| temperature | (送信しない) | |
| top_k | - | (送信しない) |
| top_p | (送信しない) |
§ 01
料金
| 1リクエストあたりの料金 | $0.55 · リクエスト |
| コンテキストウィンドウ | 131.1K トークン |
| 対応エンドポイント | gemini, openai |
| ベンダー |
§ 02
コードから gemini-3.1-flash-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.1-flash-image-preview",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
よくあるご質問
gemini-3.1-flash-image-preview の1リクエストあたりの料金はいくらですか?
gemini-3.1-flash-image-preview は1リクエストあたり $0.55 の固定料金で課金されます。
API で gemini-3.1-flash-image-preview を使うにはどうすればよいですか?
UnoRouter の /v1/chat/completions エンドポイントへ model=gemini-3.1-flash-image-preview を指定してリクエストを送信してください。OpenAI 互換のクライアントライブラリであれば動作します。認証は標準の Bearer トークンを使用します。
gemini-3.1-flash-image-preview のコンテキストウィンドウはどれくらいですか?
gemini-3.1-flash-image-preview は 131.1K トークンのコンテキストウィンドウに対応しており、プロンプトとモデルの応答で共有されます。
§ 04