Seededit 3.0 (Image-to-Image)

circle-info

This documentation is valid for the following list of our models:

  • bytedance/seededit-3.0-i2i

Model Overview

This model can process and generate 4K images, editing selected areas naturally and precisely while faithfully preserving the visual fidelity of non-edited areas.

Setup your API Key

If you don’t have an API key for the AI/ML API yet, feel free to use our Quickstart guidearrow-up-right.

API Schema

post
Body
modelstring · enumRequiredPossible values:
imagestringRequired

The image to be edited. Enter the Base64 encoding of the picture or an accessible URL. Image URL: Make sure that the image URL is accessible. Base64-encoded content: The format must be in lowercase.

sizestring · enumOptional

The model checks the size of the input picture against its internal size table and picks the closest match as the output picture size.

Default: adaptivePossible values:
promptstringRequired

The text prompt describing the content, style, or composition of the image to be generated.

response_formatstring · enumOptional

The format in which the generated images are returned.

Default: urlPossible values:
seedintegerOptional

The same seed and the same prompt given to the same version of the model will output the same image every time.

guidance_scalenumber · min: 1 · max: 10Optional

The CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt when looking for a related image to show you.

watermarkbooleanOptional

Add an invisible watermark to the generated images.

Default: false
Responses
chevron-right
200Success
application/json
post
/v1/images/generations
200Success

Quick Example

Let's generate an image of the specified size using a simple prompt.

chevron-rightResponsehashtag
Reference Image
Generated Image

(original)

"Add a bird to the foreground of the photo."

chevron-rightMore generated imageshashtag

"Add a crown to the T-rex's head."

"Add a couple of silver wings"

"Remove the dinosaur. Place a book and a bouquet of wildflowers in blue and pink tones on the lounge chair. Let a light foamy surf gently wash the bottom of the chair. Don't change anything else."

"Make the dinosaur sit on a lounge chair with its back to the camera, looking toward the water. The setting sun has almost disappeared below the horizon."

Last updated

Was this helpful?