VEO 3.1 Standard API
Higher quality at 8 credits per second Integrate this model via REST with endpoint docs, parameters, and code examples.
Get API Key
Create auth keys for apps and agents
See Usage
Track requests, credits, and logs
Buy Credits
Top up prepaid API capacity
Try a preset
Pre-tuned starting points. Click one to open the tool with these params loaded.
Cinematic drone
Coastal drone shot, golden hour, slow forward movement.
Try this preset
Fashion runway
Tracking shot down a fashion runway, cinematic motion.
Try this preset
Kitchen cooking
Top-down hands chopping vegetables on a wooden board, cooking show vibes.
Try this preset
Lifestyle vlog
Handheld vlog-style B-roll, morning routine, warm natural light.
Try this preset
Product explosion
Premium product piece-by-piece assembly in slow motion against black.
Try this preset
Product rotation
Premium product rotates 360 degrees on a soft seamless background.
Try this preset
Travel timelapse
Timelapse of a city plaza from dawn to night, light trails, crowds blur.
Try this preset
API Endpoint
/api/v1/models/veo-3.1-standard/runLLM.txt
For AI assistants
Copy this model's documentation into Claude, GPT, or any AI for instant integration help.
/llm/veo-3.1-standard.txtOpenAPI Spec
Swagger compatible
Import into Postman, Swagger UI, or generate client SDKs in any language.
/api/openapiParameters
Input parameters accepted by this model
| Parameter | Type | Default |
|---|---|---|
promptrequired | string | - |
image | url | - |
last_frame | url | - |
reference_images | array | - |
aspect_ratio | enum | 16:9 |
duration | enum | 8 |
resolution | enum | 1080p |
negative_prompt | string | - |
generate_audio | boolean | true |
seed | integer | - |
Supported Aspect Ratios
Example Outputs
Real outputs generated by this model
timelapse of a busy european city plaza from dawn to night, light trails from cars, crowds blurring through, sun moving across stone facades, travel film aesthetic
top-down view of hands chopping fresh vegetables on a worn wooden board, slow deliberate movements, warm kitchen light, sizzling pan in background, cooking show editorial
premium product disassembly to reassembly in slow motion, components floating in black space, rim-lit edges, advertising-grade product reveal, apple-event aesthetic
cinematic tracking shot down a fashion runway, model walking confidently toward camera, dramatic stage lighting, slow-motion fabric movement, paris fashion week energy
premium product rotates 360 degrees on a soft seamless gradient background, studio key light, no text, no logo
handheld vlog-style B-roll, morning routine, warm natural light, shallow depth of field, gentle motion
cinematic aerial drone shot, coastal cliffs at golden hour, slow forward dolly, photorealistic, ARRI Alexa look
a thrilling action sequence of a woman trying to find her favorite candy. The candy wrapper is purple with a pixelated dragon and reads "Pixel Dojo". The woman says "Gotta have that pixel dojo candy. with over 60 ai tools, it's basically zero calories."
a thrilling action sequence of a woman trying to find her favorite candy. The candy wrapper is purple with a pixelated dragon and reads "Pixel Dojo". The woman says "Gotta have that pixel dojo candy. with over 60 ai tools, it's basically zero calories."
a thrilling action sequence of a woman trying to find her favorite candy. The candy wrapper is purple with a pixelated dragon and reads "Pixel Dojo". The woman says "Gotta have that pixel dojo candy. with over 60 ai tools, it's basically zero calories."
Code Examples
Copy and paste to get started
curl -X POST "https://pixeldojo.ai/api/v1/models/veo-3.1-standard/run" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A cinematic shot of ocean waves at sunset",
"aspect_ratio": "16:9",
"duration": 5
}'Response Format
Submit Response (202 Accepted)
{
"jobId": "job_abc123...",
"status": "pending",
"statusUrl": "https://pixeldojo.ai/api/v1/jobs/job_abc123...",
"creditCost": 64,
"creditsRemaining": 95,
"expiresAt": "2025-01-23T12:00:00Z"
}Completed Response
{
"jobId": "job_abc123...",
"status": "completed",
"output": {
"video": "https://temp.pixeldojo.ai/pixeldojotemp/1705930123-456789.mp4"
},
"creditCost": 64,
"expiresAt": "2025-01-23T12:00:00Z"
}