muapi-jewelry-product-video

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Jewelry Product Video

珠宝产品视频

Create a luxury jewelry advertisement with high-end commercial cinematography and detailed macro animation.
Estimated credits: ~200 per run.
制作一个采用高端商业摄影和精细微距动画的奢华珠宝广告。
预估积分: 每次运行约200积分。

Inputs

输入参数

NameTypeRequiredDefaultDescription
jewelry_description
textnoa delicate rose gold ring with a lotus design and a sparkling diamondDetailed description of the jewelry item.
surface_description
textnoa beige surfaceThe surface the jewelry is resting on.
名称类型是否必填默认值描述
jewelry_description
文本一枚带有莲花设计和闪亮钻石的精致玫瑰金戒指珠宝单品的详细描述。
surface_description
文本米色表面珠宝放置的表面。

Steps

步骤

Phase A — High-End Jewelry Rendering

阶段A —— 高端珠宝渲染

Submit the plan with ONE step to create the base luxury image:
  1. Luxury Image Generation
    muapi image generate
    (model=
    nano-banana-2-edit
    ):
    • Prompt:
      Style: Luxury product ad, high-end commercial feel. Scene: {{jewelry_description}} resting on {{surface_description}}. A soft, warm light highlights the diamond, creating subtle highlights on the metal. 100mm macro lens photography, shallow DOF, incredible detail, elegant and minimal composition.
    • Aspect ratio: 1:1 or 4:5
Present the luxury image to the user for approval.
提交包含一个步骤的方案,以创建基础奢华图像:
  1. 奢华图像生成 ——
    muapi image generate
    (模型=
    nano-banana-2-edit
    ):
    • 提示词:
      风格:奢华产品广告,高端商业质感。场景:{{jewelry_description}}放置在{{surface_description}}上。柔和温暖的光线突出钻石,在金属上形成微妙高光。100mm macro lens摄影,shallow DOF,细节惊人,构图优雅简约。
    • 宽高比:1:1 或 4:5
将生成的奢华图像提交给用户审核。

Phase B — Cinematic Animation

阶段B —— 电影级动画

Once the image is approved, submit the plan with TWO sequential video steps to build the commercial:
  1. Macro Rotation
    muapi video from-image
    (model=
    grok-imagine-image-to-video
    ):
    • Reference Image: The luxury image from Phase A.
    • Prompt:
      [00:00–00:02] Close-up shot, 100mm macro lens, shallow DOF. A soft, warm light highlights the diamond, creating subtle highlights on the rose gold. Slight 1-second camera rotation around the ring. Smooth, elegant movement.
  2. Facet Gliding
    muapi video from-image
    or
    muapi video from-image
    (model=
    grok-imagine-image-to-video
    ):
    • Reference Image: The luxury image from Phase A.
    • Prompt:
      [00:02–00:05] Extreme close-up on the diamond, 200mm macro lens, razor-thin DOF. A focused LED light illuminates the diamond, catching every facet. The camera glides slowly over the diamond, showcasing its brilliance. Ethereal, sparkling highlights.
Note: You can use the
muapi predict result
+ ffmpeg concat tool to merge these shots into a final 5-second commercial.
After generation, present the final jewelry commercial video to the user.
图像审核通过后,提交包含两个连续视频步骤的方案,以制作商业广告:
  1. 微距旋转 ——
    muapi video from-image
    (模型=
    grok-imagine-image-to-video
    ):
    • 参考图像:阶段A生成的奢华图像。
    • 提示词:
      [00:00–00:02] 特写镜头,100mm macro lens,shallow DOF。柔和温暖的光线突出钻石,在玫瑰金上形成微妙高光。镜头围绕戒指缓慢旋转1秒。动作流畅优雅。
  2. 刻面滑动 ——
    muapi video from-image
    muapi video from-image
    (模型=
    grok-imagine-image-to-video
    ):
    • 参考图像:阶段A生成的奢华图像。
    • 提示词:
      [00:02–00:05] 钻石极端特写,200mm macro lens,razor-thin DOF。聚焦的LED灯光照亮钻石,捕捉每一个刻面。镜头缓慢滑过钻石,展现其璀璨光芒。空灵闪烁的高光。
注意:你可以使用
muapi predict result
+ ffmpeg concat 工具将这些镜头合并为最终的5秒商业广告。
生成完成后,将最终的珠宝商业视频提交给用户。

Trigger Keywords

触发关键词

jewelry video
,
luxury ad
,
diamond animation
,
ring commercial
,
high-end jewelry showcase

jewelry video
,
luxury ad
,
diamond animation
,
ring commercial
,
high-end jewelry showcase

Notes for the Executing Agent

执行Agent注意事项

  • This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call
    muapi
    CLI commands. Use
    muapi auth configure
    first if
    MUAPI_API_KEY
    is unset.
  • For model IDs without a CLI alias yet, fall back to the raw endpoint via
    curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'
    and poll with
    muapi predict wait <request_id>
    .
  • Substitute
    {{input_name}}
    placeholders with the user's actual inputs before issuing each call.
  • 本流程由LLM编排:阅读每个阶段,向用户收集缺失的输入参数,然后调用
    muapi
    CLI命令。如果未设置
    MUAPI_API_KEY
    ,请先使用
    muapi auth configure
    进行配置。
  • 对于尚未有CLI别名的模型ID,可通过原始端点回退,使用
    curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'
    ,并通过
    muapi predict wait <request_id>
    轮询结果。
  • 在发出每个调用前,将
    {{input_name}}
    占位符替换为用户的实际输入。