跳转到主要内容
厂商: Google Model ID: nano-banana-pro 能力: 2048² · 写实 · 延展精修 · 材质准确性 价格: 按张计费,pro 写实级 (实时费率) Nano Banana Pro 在基础版 Nano Banana 渲染之上加了一道延展精修和材质打磨。 结果是更锐利的纹理、玻璃和金属上更干净的高光、主视觉尺度下更好的皮肤 / 织物渲染。延迟代价是实打实的(约 2× 基础 Nano Banana);图本身就是 交付物的时候才选 Pro,迭代阶段别用。

Request

curl https://llm.bytespike.ai/v1/images/generations \
  -H "x-api-key: $BYTESPIKE_API_KEY" \
  -H "content-type: application/json" \
  -d '{
    "model": "nano-banana-pro",
    "prompt": "Hero product shot of a luxury watch on dark velvet, dramatic side lighting",
    "size": "2048x2048",
    "n": 1
  }'

Body 参数

FieldTypeRequiredDefaultNotes
modelstringyesnano-banana-pro
promptstringyes针对英文调优。
sizestringno2048x2048支持:1024x10242048x20482048x15361536x2048
nintegerno11–2 张。
seedintegerno支持可复现性。
aspect_ratiostringno1:1 / 9:16 / 16:9 / 4:3 / 3:4
qualitystringno"standard""standard" / "hd" —— "hd" 额外加一道精修。

Response

{
  "created": 1715174400,
  "data": [{"url": "https://cdn.bytespike.ai/img/...", "revised_prompt": "..."}]
}
URL 预签名,24h 有效。

代码示例

curl https://llm.bytespike.ai/v1/images/generations \
  -H "x-api-key: $BYTESPIKE_API_KEY" \
  -H "content-type: application/json" \
  -d '{"model": "nano-banana-pro", "prompt": "Hero product shot...", "size": "2048x2048", "quality": "hd"}'

错误

Code触发条件计费?
400 / 401 / 402 / 403标准不计费
451prompt 被上游安全过滤拦截不计费
5xx上游问题不计费(自动重试)

何时选用

  • 主视觉 / 投放级图像 —— 印刷尺度的细节要紧。
  • 产品摄影 —— brief 就是材质渲染。
  • 迭代 / 低保真场景,见 Nano Banana
  • 图内文字渲染更好的版本,见 Nano Banana 2
  • 2048² 美学 / 插画,见 Seedream V4.5

限制

限制
最大输出分辨率2048×2048
单次最大张数(n2
支持 init image(img2img)
支持 quality 修饰是(standard / hd
支持 seed 可复现
同步?是(hd ≤45s)
2048² standard 平均延迟12-18s
2048² hd 平均延迟25-40s