Nano Banana 2
Use PoYo AI's Nano Banana 2 image generation and editing models through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to gene...
50 downloads
Free
Reviewed
Poyo Nano Banana 2
Use this skill to submit and track Nano Banana 2 image jobs on PoYo AI.
Quick workflow
- Decide which model to use:
nano-banana-2-newfor text-to-image or image-guided generationnano-banana-2-new-editfor editing existing images
- Build the request body.
- Submit a POST request to
https://api.poyo.ai/api/generate/submitwith Bearer auth. - Save the returned
task_id. - Poll the unified task-status endpoint until the job finishes, or rely on
callback_urlif the user has a webhook.
Request rules
- Require
Authorization: Bearer <POYO_API_KEY>. - Require top-level
model. - Require
input.prompt. - Use
input.image_urlswhen the task depends on reference images or editing input. - Keep prompts concrete and outcome-focused.
- Respect documented limits in
references/api.md.
Model selection
nano-banana-2-new
Use for:
- text-to-image generation
- image-guided generation
- composition with reference images
nano-banana-2-new-edit
Use for:
- editing an existing image
- adding, removing, or replacing scene elements
- style or composition changes based on input images
Execution
- Read
references/api.mdfor payload fields, examples, and polling notes. - Read
references/frontend-notes.mdwhen you need product-side defaults or want to mirror the current desktop frontend behavior. - Use
scripts/submit_nano_banana_2.shto submit a task from the shell when direct API execution is appropriate. - If the user needs a raw curl example, adapt one from
references/api.md. - After submission, report the
task_idclearly so follow-up polling is easy.
Output expectations
When helping with a Nano Banana 2 task, include:
- chosen model
- final payload or summarized parameters
- whether reference images are used
- returned
task_idif the request was actually submitted - next step: poll status or wait for webhook
Download
ZIP package — ready to use
Skill Info
- Creator
- coolhackboy
- Downloads
- 50
- Published
- Mar 15, 2026
- Updated
- Mar 16, 2026