One photo’s content, another photo’s style.
The/remix endpoint takes two images: an input image (the content) and a reference image (the style). The
output keeps the people that are in your photo, as well as other aspects that you specify in the optional prompt, but renders them in the look of the reference:
its lighting, palette, mood, and artistic treatment.
No prompt engineering is needed. If you can find a photo with the look you want, you can apply that look to your own.
Input
Referenceprompt — here removing the sunglasses and swapping in an Argentina jersey
while holding the pose.
When to use it: applying a brand’s visual style to user photos, themed photo features (film looks, editorial
styles, seasonal treatments), matching new shots to an existing campaign’s aesthetic — anything where the target look
already exists as an image.
How profiles help: Pass profile IDs in profile_ids so that the identity of everyone in your photo stays consistent.
Request
| Field | Required | Description |
|---|---|---|
input_image | yes | The content photo — base64 string or publicly accessible URL |
reference_image | yes | The style source — base64 string or publicly accessible URL |
profile_ids | no | Profiles to preserve identity for recognized people |
prompt | no | Text instructions to steer the remix (e.g. what to keep or emphasize) |
num_output_images | yes | Number of variations to produce |
output_format | yes | "jpg" or "png" |
response_mode | yes | "urls" for signed download URLs, "bytes" for inline base64 |
base_model, aspect_ratio, and resolution are not accepted. Remix is pinned
to Nano Banana 2, and the output follows the input image’s aspect ratio.
/edit: an images list (URLs or base64, per response_mode) plus
known_subjects counts for any recognized profiles. See the
API reference for the full schema.
Pricing
Remix is billed like Enhance: $0.12 per output image, or $0.15 when a trained profile is recognized in the output.Next steps
Profiles guide
Create and manage profiles for identity preservation.
Pricing
Rates for every operation, including remix.
Use cases
Visual examples across edit, generate, enhance, and remix.
Quickstart
Walk through the full workflow with code examples.


