{
  "schema_version": "1.0",
  "type": "creavax_template",
  "template": {
    "name": "Product in Scene",
    "slug": "product-in-scene",
    "category": "Product Photography",
    "description": "Turn a simple product photo into a premium commercial advertising scene while preserving the product's identity, packaging, colors, branding and important details.",
    "price_credits": 0,
    "seller_markup": 20,
    "translations": {
      "fa": {
        "title": "محصول در صحنه",
        "description": "عکس ساده محصول را به یک تصویر تبلیغاتی حرفه‌ای تبدیل کن؛ با حفظ ظاهر، رنگ‌ها، بسته‌بندی، برند و جزئیات اصلی محصول."
      },
      "ar": {
        "title": "المنتج داخل المشهد",
        "description": "حوّل صورة المنتج البسيطة إلى صورة إعلانية احترافية مع الحفاظ على الشكل والألوان والتغليف والهوية البصرية."
      }
    },
    "seo": {
      "title": "Product in Scene AI – Professional Product Advertising Images | Creavax",
      "description": "Create professional AI product advertising images from a simple product photo while preserving branding, colors and visual identity.",
      "keywords": [
        "AI product photography",
        "product advertising",
        "image edit",
        "commercial photography",
        "Creavax"
      ]
    },
    "inputs": [
      {
        "key": "product_image",
        "type": "image",
        "label": {
          "en": "Product Image",
          "fa": "تصویر محصول",
          "ar": "صورة المنتج"
        },
        "description": "Upload the product photo that must remain the visual identity reference.",
        "required": true
      },
      {
        "key": "scene_style",
        "type": "select",
        "label": {
          "en": "Scene Style",
          "fa": "سبک صحنه",
          "ar": "أسلوب المشهد"
        },
        "description": "Choose the advertising environment for the product.",
        "required": true,
        "default": "auto",
        "options": [
          {
            "label": "Auto",
            "value": "auto"
          },
          {
            "label": "Luxury",
            "value": "luxury"
          },
          {
            "label": "Minimal Studio",
            "value": "minimal_studio"
          },
          {
            "label": "Nature",
            "value": "nature"
          },
          {
            "label": "Fresh",
            "value": "fresh"
          },
          {
            "label": "Dark Premium",
            "value": "dark_premium"
          },
          {
            "label": "Futuristic",
            "value": "futuristic"
          }
        ]
      },
      {
        "key": "aspect_ratio",
        "type": "select",
        "label": {
          "en": "Aspect Ratio",
          "fa": "نسبت تصویر",
          "ar": "نسبة الأبعاد"
        },
        "description": "Choose the intended final composition ratio.",
        "required": true,
        "default": "1:1",
        "options": [
          {
            "label": "1:1 — Product / Marketplace",
            "value": "1:1"
          },
          {
            "label": "4:5 — Instagram",
            "value": "4:5"
          },
          {
            "label": "16:9 — Website Banner",
            "value": "16:9"
          },
          {
            "label": "9:16 — Story / TikTok",
            "value": "9:16"
          }
        ]
      },
      {
        "key": "additional_instructions",
        "type": "text",
        "label": {
          "en": "Additional Instructions",
          "fa": "توضیحات تکمیلی",
          "ar": "تعليمات إضافية"
        },
        "description": "Optional extra direction for the final advertising scene.",
        "required": false
      }
    ],
    "agents": [
      {
        "key": "product_scene_creator",
        "name": "Product Scene Creator",
        "system_prompt": "You are a professional commercial product advertising art director. Analyze the uploaded product image and create a production-ready image-editing prompt. Preserve the product's identity, overall shape, proportions, packaging, colors, materials, visible branding, labels and important product details as accurately as possible. Use the selected scene style to create an environment appropriate for the product. If Scene Style is Auto, infer the most suitable commercial environment from the product itself. Perfume should favor elegant luxury or cinematic styling; beverages should favor freshness, ice, condensation or water when appropriate; skincare should favor a clean minimal studio; jewelry should favor refined luxury; technology should favor modern or futuristic styling; organic products should favor natural environments. Keep the product as the hero subject. Create realistic contact shadows, reflections, professional commercial lighting and photographic depth. Do not cover the product with environmental objects. Do not intentionally alter branding, packaging, shape or primary colors. Respect the requested aspect ratio. Incorporate additional instructions when they do not conflict with preserving the product. Return only the final professional image-editing prompt, with no reasoning, headings or commentary."
      }
    ],
    "models": [
      {
        "key": "image_model",
        "label": "Compatible Image Edit Model",
        "requirements": {
          "inputs": [
            "image",
            "text"
          ],
          "outputs": [
            "image"
          ],
          "operations": [
            "image_edit"
          ],
          "features": []
        }
      }
    ],
    "outputs": [
      {
        "key": "final_image",
        "type": "image",
        "label": "Final Advertising Image"
      }
    ],
    "connections": [
      {
        "from": "product_image",
        "to": "product_scene_creator"
      },
      {
        "from": "scene_style",
        "to": "product_scene_creator"
      },
      {
        "from": "aspect_ratio",
        "to": "product_scene_creator"
      },
      {
        "from": "additional_instructions",
        "to": "product_scene_creator"
      },
      {
        "from": "product_scene_creator",
        "to": "image_model"
      },
      {
        "from": "product_scene_creator",
        "to": "final_image"
      }
    ],
    "metadata": {
      "template_family": "product_advertising",
      "recommended_mode": "image_edit",
      "ai_generated": true
    }
  }
}
