{
"model": "gemini-omni-flash-preview",
"background": true,
"input": "生成一段 16:9 的海边日出延时视频,固定机位,光线自然,不出现文字。",
"generation_config": { "video_config": { "task": "text_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": "生成一段 16:9 的海边日出延时视频,固定机位,光线自然,不出现文字。",
"generation_config": { "video_config": { "task": "text_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"
}