Skip to main content

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 photoInput
+
Style referenceReference
=
The input and reference stay fixed; flip between the two outputs to see the same remix without a prompt and steered by an optional prompt — 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

Output resolution is fixed at 2K. 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.
The response has the same shape as /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.
Use prompt to protect parts of the input from the restyle — e.g. "Keep the original background" — or to emphasize an aspect of the reference’s look.

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.