Veo3-Fast-Frames(テキスト・画像から動画生成)
Googleの最新ビデオ生成モデルは画像入力に対応し、一度に8秒間の音声付きビデオを生成します。
Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
{
"text_prompt": "在森林里跳舞",
"input_image": "https://file.302.ai/gpt/imgs/20250610/5da3c994668c42908e45d74227f21e17.jpg"
}
Request samples
curl --location --request POST 'https://api.302.ai/302/submit/veo3-fast-frames' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"text_prompt": "在森林里跳舞",
"input_image": "https://file.302.ai/gpt/imgs/20250610/5da3c994668c42908e45d74227f21e17.jpg"
}'
Responses
application/json {
"task_id": "4913ec25-3684-4913-867a-4cbb696fc898"
}
Modified at 2025-07-18 06:53:51