{
"model": "gemini-omni-flash-preview",
"background": true,
"input": [
{ "type": "text", "text": "参考这张产品图生成电商首屏视频,主体保持稳定,背景轻微运动。" },
{ "type": "image", "mime_type": "image/png", "data": "BASE64_IMAGE_DATA_NO_PREFIX" }
],
"generation_config": { "video_config": { "task": "image_to_video" } },
"response_format": { "type": "video", "aspect_ratio": "16:9", "delivery": "uri" }
}curl --location 'https://api.miaoshenghua.com/v1beta/interactions' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Api-Revision: 2026-05-20' \
--header 'Content-Type: application/json' \
--data '{
"model": "gemini-omni-flash-preview",
"background": true,
"input": [
{ "type": "text", "text": "参考这张产品图生成电商首屏视频,主体保持稳定,背景轻微运动。" },
{ "type": "image", "mime_type": "image/png", "data": "BASE64_IMAGE_DATA_NO_PREFIX" }
],
"generation_config": { "video_config": { "task": "image_to_video" } },
"response_format": { "type": "video", "aspect_ratio": "16:9", "delivery": "uri" }
}'{
"id": "v1_example_interaction_id",
"status": "in_progress",
"object": "interaction",
"model": "gemini-omni-flash-preview"
}