現已上線
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
價格
| 每次請求價格 | $0.33/次請求 |
| 上下文視窗 | 32.8K tokens |
| 相容端點 | 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 每次請求的費用是多少?
gemini-3-pro-image-preview 採每次請求固定收費 $0.33。
我要如何透過 API 使用 gemini-3-pro-image-preview?
將請求送至 UnoRouter 的 /v1/chat/completions 端點,並將 model 設為 gemini-3-pro-image-preview。任何 OpenAI 相容的用戶端程式庫都可使用。驗證採用標準 Bearer token。
gemini-3-pro-image-preview 的上下文視窗是多少?
gemini-3-pro-image-preview 支援 32.8K tokens 的上下文視窗,由您的提示詞與模型回應共用。
§ 04