Skip to main content
Core.Today
|
GoogleMediumHigh

Google Veo 3.1 Fast

Fast version of Veo 3.1 with audio generation, optimized for speed while maintaining high quality output.

1800 credits
per video
Faster generation than Veo 3.1
Built-in audio generation
High-quality output
Image-to-video support
Multiple aspect ratios

Use with AI Assistant

Copy usage instructions for Claude, ChatGPT, or other AI

llms.txt

Quick Start

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "google/veo-3.1-fast",
  "input": {
    "prompt": "Colorful street food being prepared at a night market, sizzling sounds, vibrant neon lights, handheld camera feel",
    "duration": "5",
    "aspect_ratio": "9:16",
    "generate_audio": true
  }
}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringYes-Text description of the video to generate
imagestringNo-Start frame image URL
durationintegerNo8Video duration in seconds (5 or 8)
58
aspect_ratiostringNo16:9Output aspect ratio
16:99:161:1
generate_audiobooleanNotrueEnable built-in audio generation

Common Parameters

Common parameters used when calling POST /v1/predictions.

ParameterTypeRequiredDefaultDescription
modelstringYes-Model identifier
inputobjectYes-Object containing the model-specific parameters from the table above
output_folderstringNo-Folder path for output files (max 256 chars, '..' not allowed)
webhook_urlstringNo-Webhook URL to call on completion
is_publicbooleanNofalseIf true, output files are also available via permanent public URLs

Examples

Quick Social Clip

Fast social media video with audio

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "google/veo-3.1-fast",
  "input": {
    "prompt": "Colorful street food being prepared at a night market, sizzling sounds, vibrant neon lights, handheld camera feel",
    "duration": "5",
    "aspect_ratio": "9:16",
    "generate_audio": true
  }
}'

Tips & Best Practices

1Use for rapid iteration before switching to full Veo 3.1 for final output
2Great for generating multiple concept variations quickly
3Audio generation works the same as the standard Veo 3.1 model
4Ideal for social media content where speed matters

Use Cases

Rapid video prototyping with audio
Social media content creation
Quick marketing clips
Iterative creative exploration
Time-sensitive video projects