Reve Remix
Reve’s remix model lets you upload an reference images and then combine/transform them via a text prompt.
Header parameters
AuthorizationstringRequiredExample:
sk-XIl7IWyv0rWebaWIlTJwGsLtfxH1bCh1lA4p6eXDtDaScfOFBody
modelstringRequiredExample:
model is the model name
reve-remix-image-to-imagepromptstringRequiredExample:
The text description of the desired image. May include XML img tags like 0 to refer to specific images by their index in the image_urls list.
Replace the first image have the same image style as the second image.image_urlsstring[] · min: 1 · max: 4Required
List of URLs of reference images. Must provide between 1 and 4 images (inclusive). Each image must be less than 1.5 MB. Supports PNG, JPEG, WebP, AVIF, and HEIF formats.
aspect_ratiostringOptional
The desired aspect ratio of the generated image. If not provided, will be smartly chosen by the model.
Possible enum values: 16:9, 9:16, 3:2, 2:3, 4:3, 3:4, 1:1
ninteger · enumOptionalDefault:
n is the number of images to generate, default value is 1.
1Example: 1Possible values: output_formatstring · enumOptionalDefault:
output_format indicate the output format, default value is url.
urlExample: urlPossible values: Responses
200Success
application/json
post
/v1/images/edits200Success
Last updated