submodel 参数调用 Vidu Q1 模型的不同视频生成功能。Authorization: ********************{
"seed": 0,
"movement_amplitude": "auto",
"prompt": "In an ultra-realistic fashion photography style featuring light blue and pale amber tones, an astronaut in a spacesuit walks through the fog. The background consists of enchanting white and golden lights, creating a minimalist still life and an impressive panoramic scene.",
"style": "general",
"aspect_ratio": "16:9"
}curl --location --request POST '/api/fal-ai/vidu/q1/text-to-video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"seed": 0,
"movement_amplitude": "auto",
"prompt": "In an ultra-realistic fashion photography style featuring light blue and pale amber tones, an astronaut in a spacesuit walks through the fog. The background consists of enchanting white and golden lights, creating a minimalist still life and an impressive panoramic scene.",
"style": "general",
"aspect_ratio": "16:9"
}'{
"status": "IN_QUEUE",
"request_id": "253d3040-d026-4edf-adcc-9e6f83963d47",
"response_url": "https://queue.fal.run/fal-ai/pika/requests/253d3040-d026-4edf-adcc-9e6f83963d47",
"status_url": "https://queue.fal.run/fal-ai/pika/requests/253d3040-d026-4edf-adcc-9e6f83963d47/status",
"cancel_url": "https://queue.fal.run/fal-ai/pika/requests/253d3040-d026-4edf-adcc-9e6f83963d47/cancel",
"logs": null,
"metrics": {},
"queue_position": 109
}