Nano Banana 2 high quality image generation.

使用参考图片
关闭即为文生图。开启后可上传或粘贴最多 14 张参考图片。
Output aspect ratio. Custom WxH pixel sizes remain accepted in JSON mode when supported upstream.
Output quality tier. 0.5K is text-to-image only.
Web search
Use web search to optimize image generation when supported upstream.
Image search
Search visual references to enhance generation quality when supported upstream.
Reasoning depth before generating images.
美元估算 $0.025-$0.05:最高充值套餐按 $1 = 2,000 积分计算;入门套餐按 $1 = 1,000 积分计算。

历史记录
保存在此浏览器本地
0 个运行中 · 0 个已完成
计费规则
API
curl /v1/images/generations \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "nano-banana-2",
"prompt": "A cinematic 4k product scene for APIAny.AI with crisp model cards",
"size": "auto",
"quality": "2K",
"model_params": {
"web_search": false,
"image_search": false,
"thinking_level": "auto"
}
}'