image.edit
Edit one or more local images using Gemini multimodal input, save results to disk, and receive structured metadata.
Instructions
Edit one or more local images with Gemini using multimodal input. Saves the result to disk and returns structured metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| prompt | Yes | ||
| output_dir | No | ||
| filename_hint | No | ||
| input_image_paths | Yes | ||
| transparency_mode | No | ||
| transparency_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| model | Yes | ||
| width | No | ||
| height | No | ||
| provider | Yes | ||
| warnings | Yes | ||
| mime_type | Yes | ||
| transparency | No | ||
| prompt_summary | Yes |