{
"model": "google/gemini-2.5-flash-image-preview:free",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "The first image conveys a model's overall style and aesthetic. The second image is a product. Generate a photorealistic image of a fashion model with a similar appearance to the first image actively using this product in a {{ $('Input').item.json.Style }}. The model should look happy and engaged. Faithfully recreate the product's design, colors, and details from its reference image."
},
{
"type": "image_url",
"image_url": {
"url": "{{ $json.characterImageUrl }}"
}
},
{
"type": "image_url",
"image_url": {
"url": "{{ $json.productImageUrl }}"
}
}
]
}
]
}