video model
gemini-veo31
gemini-veo31 is a video-generation model available through the LLM7 API. Supported durations are 4, 6, 8 seconds. Published sizes include 1280x720, 720x1280, 1920x1080. It currently costs $0.025 USD per second.
gemini-veo31Get an API keyCurrent price
Simple, pay-as-you-go pricing
$0.025 USD per second
Cost calculator
Adjust the volume to see an instant estimate at the current public price.
01M
Generated seconds
4 sec
Estimated total
$0.1
Start building
A verified request for this exact model. Add your API key and run it.
curl https://api.llm7.io/v1/videos \
-H "Authorization: Bearer $LLM7_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-veo31",
"prompt": "Waves crashing on rocks, cinematic slow motion",
"seconds": "4",
"size": "1280x720"
}'