{
"model": "gemini-omni-flash-preview",
"background": true,
"previous_interaction_id": "v1_previous_interaction_id",
"input": "保持主体和镜头不变,把背景改成夜晚城市灯光。",
"generation_config": { "video_config": { "task": "edit" } },
"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,
"previous_interaction_id": "v1_previous_interaction_id",
"input": "保持主体和镜头不变,把背景改成夜晚城市灯光。",
"generation_config": { "video_config": { "task": "edit" } },
"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"
}