Nano-banana-pro

Google's state of the art image generation and editing model 🍌🍌

θƒ½εŠ›
"POST", "endpoint": "/v1/images/generations", "protocol": "image-gen", "parameters": {"optional": {"n": {"type": "integer", "default": 1}}, "required": ["model", "prompt"]}, "validation": {"timeout_ms": 90000, "status_codes": [200], "response_path": "data[0].url", "must_be_non_empty": true}, "test_request": {"n": 1, "model": "{{model}}", "prompt": "A simple red circle on white background"}, "alt_protocols": ["async-image-gen"]}
θΎ“ε…₯
Text
θΎ“ε‡Ί
Image
区域
global
ιͺŒθ―ζ—Άι—΄
2026-08-15T04:50:43.134421539+00:00
δ»·ζ Ό
0 IFT / 1M tokens
ζ–‡ζ‘£
-

调用瀺例

curl https://api.inferlink.ai/v1/chat/completions \
  -H 'Authorization: Bearer $INFERLINK_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{"model":"google/google/nano-banana-pro","messages":[{"role":"user","content":"Hello"}]}'