一手货源,专业的大模型中转平台,源头级API,一手中转、自逆,提供低延迟,高并发的可靠服务,支持炼丹,量大可谈
{
"prompt": "A woman looks into the camera, breathes in, then exclaims energetically, \"have you guys checked out Veo3 Image-to-Video on Fal? It's incredible!\"",
"image_url": "https://storage.googleapis.com/falserverless/example_inputs/veo3-i2v-input.png",
"aspect_ratio": "16:9",
"duration": "8s",
"generate_audio": true,
"resolution": "720p"
}
curl --location -g --request POST '{{BASE_URL}}/fal-ai/veo3/fast/image-to-video' \
--header 'Authorization;' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A woman looks into the camera, breathes in, then exclaims energetically, \"have you guys checked out Veo3 Image-to-Video on Fal? It'\''s incredible!\"",
"image_url": "https://storage.googleapis.com/falserverless/example_inputs/veo3-i2v-input.png",
"aspect_ratio": "16:9",
"duration": "8s",
"generate_audio": true,
"resolution": "720p"
}'
{
"status": "IN_QUEUE",
"request_id": "1b24b3ae-16a2-4d19-b10d-1e323ebff061",
"response_url": "https://queue.fal.run/fal-ai/veo3/requests/1b24b3ae-16a2-4d19-b10d-1e323ebff061",
"status_url": "https://queue.fal.run/fal-ai/veo3/requests/1b24b3ae-16a2-4d19-b10d-1e323ebff061/status",
"cancel_url": "https://queue.fal.run/fal-ai/veo3/requests/1b24b3ae-16a2-4d19-b10d-1e323ebff061/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}