image_to_image
Generate or edit images from a source image using text prompts and Tripo v3 image models.
Instructions
Generate or edit an image from a source image using Tripo v3 image models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Optional deterministic seed | |
| size | No | Optional output size string | |
| input | No | Image URL or file token. Mutually exclusive with imagePath and imageUrl | |
| model | No | Image model, for example seedream_v5, gemini-3-pro, or chat_image_2 | |
| width | No | Optional output width | |
| height | No | Optional output height | |
| prompt | No | Edit prompt | |
| imageUrl | No | Public image URL to use as input | |
| template | No | Optional image-generation template | |
| imagePath | No | Local image path to upload as input | |
| negativePrompt | No | What to avoid in the generated image |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| taskId | Yes |