The Google Veo series is designed to deliver cinematic visuals and cinematography, making it ideal for generating high-quality text-to-video content. Veo 3.1 excels in cinematic visuals and cinematography, and its Reverse mode can generate reverse-playback narrative effects. It is suitable for general content generation and tool integration, making it easy to incorporate into your production workflow. The real-time inference API offers stable performance with no waiting time and is affordably priced.

After setting the parameters, click "Generate" to get the results
Example
Request JSON
{}API
curl --location --request POST 'https://api.jiekou.ai/v3/async/veo-3.1-reverse' \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${API_KEY}" \
--data-raw '{}'curl --location --request GET "https://api.jiekou.ai/v3/async/task-result?task_id
=${task_id}" \
--header "Authorization: Bearer ${API_KEY}"