- 上下文窗口
- 66K
- 最大输出
- 33K
- 输入模态
- text · image
- 输出模态
- text · image
- 能力
- Vision · Reasoning · Image Generation · Image Edit
- RouteMux 名
- google/gemini-3-pro-image
直接试用 Gemini 3 Pro Image (Nano Banana Pro)
调整请求参数、查看当前费用上限,并在模型介绍页内直接看到真实结果。
请先登录,再向这个视觉模型上传图片。
结果会显示在这里
在左侧填写输入。这里与 RouteMux 完整 Playground 共用同一条执行与计费链路。
Gemini 3 Pro Image (Nano Banana Pro) API 定价
来源: gemini_image_x0.5 · 核验于 2026-07-23
本币价按固定汇率折算(1 美元 = 6.8 CNY),汇率更新于 2026-08-02,仅供参考;计费始终以美元结算。
成本估算
限时首充加送 20%,最高送 200 Credits
注册后 72 小时内完成第一笔充值即可享受。满 $20 起,仅限第一笔。
能力亮点
接口与协议
API 调用时用任一 ID 都可以。
google/gemini-3-pro-image请求里的 model 可以直接使用这些名字。
把 ROUTEMUX_KEY 占位符替换为你的 API Key。 创建 →
from google import genai
# RouteMux 兼容 Vertex AI Gemini generateContent 接口
client = genai.Client(
api_key="<ROUTEMUX_KEY>",
http_options={"base_url": "https://api.routemux.com/vertex-ai"},
)
response = client.models.generate_content(
model="google/gemini-3-pro-image",
contents="What is the meaning of life?",
)
print(response.text)性能数据 (近 30 天)
Gemini 3 Pro Image (Nano Banana Pro) 常见问题
›Gemini 3 Pro Image (Nano Banana Pro) 是什么?
Nano Banana Pro — Google 最强 Gemini 3 Pro 图像生成与编辑。
›Gemini 3 Pro Image (Nano Banana Pro) 的上下文窗口有多大?
Gemini 3 Pro Image (Nano Banana Pro) 支持最多 66K tokens 的上下文窗口,单次最多输出 33K tokens。
›Gemini 3 Pro Image (Nano Banana Pro) 的 API 价格是多少?
通过 RouteMux 调用 Gemini 3 Pro Image (Nano Banana Pro) 的价格为 $36,低于官方定价。
›如何通过 API 调用 Gemini 3 Pro Image (Nano Banana Pro)?
Gemini 3 Pro Image (Nano Banana Pro) 兼容 OpenAI 接口:把 base URL 换成 RouteMux、model 填 google/gemini-3-pro-image 即可,无需改代码。
›Gemini 3 Pro Image (Nano Banana Pro) 支持哪些输入输出模态?
Gemini 3 Pro Image (Nano Banana Pro) 的输入模态:text, image;输出模态:text, image。