카탈로그로 돌아가기
Google·Image공식가 대비 30% 할인
Nano Banana EditAPI
Image-to-image editor — multi-turn edits with consistency.
Kunavo 요금
$0.0273
per image
공식 요금
$0.039
공급사 정가
스펙
- 모델 ID
nano-banana-edit- 엔드포인트
POST /v1/images/edits- 카테고리
- Image
- 공급사
사용해보기
/app/keys에서 KUNAVO_API_KEY를 설정한 후 아래 스니펫 중 하나를 실행하세요.
curl
curl https://api.kunavo.com/v1/images/edits \
-H "Authorization: Bearer $KUNAVO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nano-banana-edit",
"prompt": "make the bird blue instead",
"image": "https://your-cdn.com/source.png"
}'